caPiture icon indicating copy to clipboard operation
caPiture copied to clipboard

Modifying startscript and other questions

Open debeyzh51 opened this issue 6 years ago • 1 comments

For my project, I am attempting to headlessly record from the Seeed Studio Respeaker v2.0. [https://www.seeedstudio.com/ReSpeaker-Mic-Array-v2-0.html]

The card sends 6 channels to the Pi where I can easily record on audacity using ALSA. I'm sure the sample rate has to be changed to but I'm not sure how to configure the other parts of that line in order for this to work properly.

debeyzh51 avatar Jun 28 '19 12:06 debeyzh51

Hey @debeyzh51! I think you only need to change the device parameter that is provided to jackd. That is parameter -dhw:X18XR18 in the startcapiture script.

The Jack documentation explains how to retrieve the device name.

danielappelt avatar Jul 04 '19 15:07 danielappelt