Hi,
I am new with the octoboard and I want to recording on 6 channels at the same time. I try with this command :
arecord -c 1 -r 22050 -f S32 /home/pi/Desktop/test1.wav & arecord -c 2 -r 22050 -f S32 /home/pi/Desktop/test2.wav [...]
I have an error of material busy. But when I try with just one at the time, I can record on channel.
Do you have an idea of programme to use for recording on 6 chanels ?
Thanks,
Maxime
recording on 6 channels in same time
Moderator: flatmax
Re: recording on 6 channels in same time
Oh yes,
You can try audacity which has a gui ... use the settings to set the number of channels you want to record from.
You can also record using :
Which records from 6 channels. IF you have trouble with that, try "-c 8" to record from 8 channels and see what that does.
thanks
Matt
You can try audacity which has a gui ... use the settings to set the number of channels you want to record from.
You can also record using :
Code: Select all
arecord -c 6 -f S32 -r 22050 /tmp/test.wav
thanks
Matt
Check out our audiophile quality crossovers : https://bit.ly/2kb1nzZ
Please review the Zero sound card on Amazon USA : https://www.amazon.com/dp/B075V1VNDD
---
Check out our new forum on github : https://github.com/Audio-Injector
Please review the Zero sound card on Amazon USA : https://www.amazon.com/dp/B075V1VNDD
---
Check out our new forum on github : https://github.com/Audio-Injector
Re: recording on 6 channels in same time
Thinking about buying one of these boards for a project. Any reason one could not record each channel to a separate file with the right channel map in something like avconv or ffmpeg?
Thanks.
Thanks.
Re: recording on 6 channels in same time
It can be done, check this thread out for information on how to record each channel to different files.
http://forum.audioinjector.net/viewtopic.php?f=9&t=2728
You can run encoders on each file if you like.
Matt
http://forum.audioinjector.net/viewtopic.php?f=9&t=2728
You can run encoders on each file if you like.
Matt
Check out our audiophile quality crossovers : https://bit.ly/2kb1nzZ
Please review the Zero sound card on Amazon USA : https://www.amazon.com/dp/B075V1VNDD
---
Check out our new forum on github : https://github.com/Audio-Injector
Please review the Zero sound card on Amazon USA : https://www.amazon.com/dp/B075V1VNDD
---
Check out our new forum on github : https://github.com/Audio-Injector
Who is online
Users browsing this forum: No registered users and 3 guests