Recording each channel without mixing

巧了我就是萌 提交于 2021-01-29 10:52:16

问题


I am a new in this field, maybe what I ask it's impossible to implement.

What I try to do is - recording an audio with n-channels to WAV file with n-channels.

I use arecord utility:

arecord --format=S16_LE --channels=8 --rate=16000 --file-type=wav myfile.wav

In my input I see different channels:

But in output of recording I see all channels are mixed:

Is it possible to record WAV file without mixing channels? Is it possible to record each channel to separate channel?

来源:https://stackoverflow.com/questions/65439370/recording-each-channel-without-mixing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!