search for: m_msenc

Displaying 2 results from an estimated 2 matches for "m_msenc".

Did you mean: m_enc
2015 Apr 02
1
Opus multi-stream/surround: Audio corruption on decoded content
...streams; unsigned char coupled_streams; unsigned char channel_mapping[MAX_SURROUND_CHANNELS]; }s; }SurroundInfo; </defines and vars> <encoder> int streams = 0; int coupled_streams = 0; m_SurroundInfo.s.channels = CHANNELS; // set to 6 m_MSEnc = opus_multistream_surround_encoder_create(SAMPLE_RATE, // SAMPLE_RATE = 48000 m_SurroundInfo.s.channels, OPUS_SURROUND_MAPPING_FAMILY, &streams, &coupled_streams, m_SurroundInfo.s.channel_mapping, OPUS_APPLICATION_REST...
2015 Apr 02
0
Opus multi-stream/surround: Audio corruption on decoded content
...streams; unsigned char coupled_streams; unsigned char channel_mapping[MAX_SURROUND_CHANNELS]; }s; }SurroundInfo; </defines and vars> <encoder> int streams = 0; int coupled_streams = 0; m_SurroundInfo.s.channels = CHANNELS; // set to 6 m_MSEnc = opus_multistream_surround_encoder_create(SAMPLE_RATE, // SAMPLE_RATE = 48000 m_SurroundInfo.s.channels, OPUS_SURROUND_MAPPING_FAMILY, &streams, &coupled_streams, m_SurroundInfo.s.channel_mapping, OPUS_APPLICATION_REST...