Displaying 1 result from an estimated 1 matches for "group__opus__multistream".
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