Displaying 2 results from an estimated 2 matches for "opus_surround_mapping_family".
2015 Apr 02
1
Opus multi-stream/surround: Audio corruption on decoded content
...about this.
If the file purely has music(and no speech), I do notice some 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;
}Su...
2015 Apr 02
0
Opus multi-stream/surround: Audio corruption on decoded content
...about this.
If the file purely has music(and no speech), I do notice some 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;
}Su...