Working with sound on a Raspberry Pi
Revision as of 12:25, 11 November 2024 by Manetta (talk | contribs) (Created page with "We tried to connect a microphone to the raspberry pi, for which we used: * a mic (in a small grey bag) with a XLR connection * a small mixer (also in a small grey/black bag) with integrated soundcard + USB connection To test if the soundcard is picked up, we ran: $ arecord --list-devices And to switch soundcards, or to test/see if there is any incoming signal, we used: $ alsamixer and pressed F6 to select a soundcard. Also, we selected a soundcard in the <code>r...")
We tried to connect a microphone to the raspberry pi, for which we used:
- a mic (in a small grey bag) with a XLR connection
- a small mixer (also in a small grey/black bag) with integrated soundcard + USB connection
To test if the soundcard is picked up, we ran:
$ arecord --list-devices
And to switch soundcards, or to test/see if there is any incoming signal, we used:
$ alsamixer
and pressed F6 to select a soundcard.
Also, we selected a soundcard in the raspi-config
settings:
$ config mi