Displaying 2 results from an estimated 2 matches for "surroundinfo".
Did you mean:
m_surroundinfo
2015 Apr 02
1
Opus multi-stream/surround: Audio corruption on decoded content
...attenuation, however, it does not suffer from any distortions.
Following is the code I am using for initializing the opus multi-stream encoder: -
<code>
<defines and vars>
#define CHANNELS 6
#define OPUS_SURROUND_MAPPING_FAMILY 1
#define SAMPLE_RATE 48000
typedef union t_SurroundInfo
{
unsigned char surroundInfo[1];
struct
{
unsigned char channels;
unsigned char streams;
unsigned char coupled_streams;
unsigned char channel_mapping[MAX_SURROUND_CHANNELS];
}s;
}SurroundInfo;
</defines and vars>
<encoder>...
2015 Apr 02
0
Opus multi-stream/surround: Audio corruption on decoded content
...attenuation, however, it does not suffer from any distortions.
Following is the code I am using for initializing the opus multi-stream encoder: -
<code>
<defines and vars>
#define CHANNELS 6
#define OPUS_SURROUND_MAPPING_FAMILY 1
#define SAMPLE_RATE 48000
typedef union t_SurroundInfo
{
unsigned char surroundInfo[1];
struct
{
unsigned char channels;
unsigned char streams;
unsigned char coupled_streams;
unsigned char channel_mapping[MAX_SURROUND_CHANNELS];
}s;
}SurroundInfo;
</defines and vars>
<encoder>...