Displaying 2 results from an estimated 2 matches for "m_surroundinfo".
2015 Apr 02
1
Opus multi-stream/surround: Audio corruption on decoded content
...unsigned char channels;
unsigned char 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...
2015 Apr 02
0
Opus multi-stream/surround: Audio corruption on decoded content
...unsigned char channels;
unsigned char 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...