Chamelium USB Audio
Background
USB audio supports multi-channel and higher precision playback / capture functionality. This document tells you about how to use chamelium with external USB audio devices.
Needed equipment
- An USB audio device
- Type-A USB to mini-USB converter
Setup Steps
- Run command $ touch /etc/default/.usb_host_mod and reboot chamelium.
- Run command $ modprobe snd-usb-audio to enable USB audio module.
- Plug in a USB audio device in the middle mini-USB port (with the converter) and use command $ aplay -l ($ arecord -l for microphone) to check if the device is plugged in.
- Test your USB audio device by the following command
- $ arecord -f dat /tmp/test.wav (Test capture function)
- $ aplay -f dat /tmp/test.was (Test playback function)
Recover Steps
- Run command $ rm /etc/default/.usb_host_mod and reboot chamelium