Loading lib_dec/lib_dec.h +5 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,11 @@ ivas_error IVAS_DEC_Configure( const uint32_t sampleRate, /* i : output sampling frequency */ const IVAS_AUDIO_CONFIG outputConfig, /* i : audio configuration */ const int16_t tsmEnabled, /* i : enable TSM */ #ifndef REMOVE_5MS_FLAG const int16_t enable5ms, /* i : enable 5ms rendering path */ #else const RENDER_FRAMESIZE renderFramesize, /* i : rendering frame size */ #endif const int16_t customLsOutputEnabled, /* i : enable custom loudspeaker setup handle */ const int16_t hrtfReaderEnabled, /* i : enable HRTF binary file input */ const int16_t enableHeadRotation, /* i : enable head rotation for binaural output */ Loading Loading
lib_dec/lib_dec.h +5 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,11 @@ ivas_error IVAS_DEC_Configure( const uint32_t sampleRate, /* i : output sampling frequency */ const IVAS_AUDIO_CONFIG outputConfig, /* i : audio configuration */ const int16_t tsmEnabled, /* i : enable TSM */ #ifndef REMOVE_5MS_FLAG const int16_t enable5ms, /* i : enable 5ms rendering path */ #else const RENDER_FRAMESIZE renderFramesize, /* i : rendering frame size */ #endif const int16_t customLsOutputEnabled, /* i : enable custom loudspeaker setup handle */ const int16_t hrtfReaderEnabled, /* i : enable HRTF binary file input */ const int16_t enableHeadRotation, /* i : enable head rotation for binaural output */ Loading