recording on 6 channels in same time

Moderator: flatmax

Post Reply
MaximeLaporte
Posts: 4
Joined: Sat Oct 14, 2017 7:00 am

recording on 6 channels in same time

Post by MaximeLaporte » Thu Oct 19, 2017 6:11 am

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

flatmax
Posts: 609
Joined: Sat Jul 23, 2016 11:39 pm

Re: recording on 6 channels in same time

Post by flatmax » Sat Oct 28, 2017 2:27 pm

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 :

Code: Select all

arecord -c 6 -f S32 -r 22050 /tmp/test.wav
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
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

tilimil
Posts: 9
Joined: Mon Nov 06, 2017 4:31 am

Re: recording on 6 channels in same time

Post by tilimil » Mon Nov 06, 2017 4:35 am

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.

flatmax
Posts: 609
Joined: Sat Jul 23, 2016 11:39 pm

Re: recording on 6 channels in same time

Post by flatmax » Tue Nov 07, 2017 7:56 pm

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
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

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests