Displaying 1 result from an estimated 1 matches for "1reference".
Did you mean:
reference
2019 Apr 22
1
Compress interleaved multi-channels pcm/wav with opus
Hello everyone,
I tried to compress audio with opus-1.3.1/src/opus_demo.c recently, which works fine on mono and stereo data .
Now I want to compress interleaved 7 channels pcm/wav ( recorded by Microphone array :6mic+ 1reference signal ) with opus, But I have not found an interface that compress multi-channels pcm/wav.
1、Is there a multi-channel compression interface can be used in my case?
If so, where is it, and how can I call it? is there a demo?
If it doesn't exist, how can I modify it to make it support interleav...