odin_audio_process_reverse
Processes the reverse audio stream, also known as the loopback data to be used in the ODIN echo canceller. This should
only be done if you are NOT using odin_audio_mix_streams
Declaration
Parameters
room
Handle of the room (see OdinRoomHandle
Declaration
buffer
Pointer to the buffer where the reverse audio data will be stored.
Declaration
buffer_len
Length of the reverse audio data array.
Declaration
Returns
A return code indicating success or failure.
Return Type