Raspberry Pi: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 1: Line 1:
== Camera ==
[[PiCam]]
== Audio ==


* Using an [https://computers.tutsplus.com/articles/using-a-usb-audio-device-with-a-raspberry-pi--mac-55876 external USB Audio Device]
* Using an [https://computers.tutsplus.com/articles/using-a-usb-audio-device-with-a-raspberry-pi--mac-55876 external USB Audio Device]

Revision as of 22:12, 18 March 2017

Camera

PiCam

Audio

Getting an external USB device to be the "default" is surprisingly easy, just comment out a line in the alsa config (as shown below):

sudo nano /etc/modprobe.d/alsa-base.conf

 # Keep snd-usb-audio from beeing loaded as first soundcard
 # options snd-usb-audio index=-2