|
"L. Spiro Engine"
|
Vorbis PCM data envelope analysis and manipulation. More...
#include <LSSVorbisEnvelope.h>
Vorbis PCM data envelope analysis and manipulation.
Class CVorbisEnvelope Description: Vorbis PCM data envelope analysis and manipulation.
| typedef struct lss::CVorbisEnvelope::envelope_band * lss::CVorbisEnvelope::LPenvelope_band |
Envelope band.
| typedef struct lss::CVorbisEnvelope::envelope_filter_state * lss::CVorbisEnvelope::LPenvelope_filter_state |
Envelope filter state.
Envelope look-up.
| static LSINT32 lss::CVorbisEnvelope::_ve_amp | ( | envelope_lookup * | _pelVe, |
| CVorbisPsy::vorbis_info_psy_global * | _pvisgGi, | ||
| LSFLOAT * | _pfData, | ||
| envelope_band * | _pebBands, | ||
| envelope_filter_state * | _pefsFilters | ||
| ) | [static, protected] |
Undocumented function from the Vorbis library.
| _pelVe | Undocumented parameter from the Vorbis library. |
| _pvisgGi | Undocumented parameter from the Vorbis library. |
| _pfData | Undocumented parameter from the Vorbis library. |
| _pebBands | Undocumented parameter from the Vorbis library. |
| _pefsFilters | Undocumented parameter from the Vorbis library. |
| static LSVOID lss::CVorbisEnvelope::_ve_envelope_clear | ( | envelope_lookup * | _pelE | ) | [static] |
Undocumented function from the Vorbis library.
| _pelE | Undocumented parameter from the Vorbis library. |
| static LSVOID lss::CVorbisEnvelope::_ve_envelope_init | ( | envelope_lookup * | _pelE, |
| CVorbisCodec::vorbis_info * | _piVi | ||
| ) | [static] |
Undocumented function from the Vorbis library.
| _pelE | Undocumented parameter from the Vorbis library. |
| _piVi | Undocumented parameter from the Vorbis library. |
| static LSINT32 lss::CVorbisEnvelope::_ve_envelope_mark | ( | CVorbisCodec::vorbis_dsp_state * | _pvdsV | ) | [static] |
Undocumented function from the Vorbis library.
| _pvdsV | Undocumented parameter from the Vorbis library. |
| static LSINT32 lss::CVorbisEnvelope::_ve_envelope_search | ( | CVorbisCodec::vorbis_dsp_state * | _pvdsV | ) | [static] |
Undocumented function from the Vorbis library.
| _pvdsV | Undocumented parameter from the Vorbis library. |
| static LSVOID lss::CVorbisEnvelope::_ve_envelope_shift | ( | envelope_lookup * | _pelE, |
| LSINT32 | _i32Shift | ||
| ) | [static] |
Undocumented function from the Vorbis library.
| _pelE | Undocumented parameter from the Vorbis library. |
| _i32Shift | Undocumented parameter from the Vorbis library. |
1.7.3