WM8960
Use WM8960
- Install the driver, make sure use the latest system, enable sound card.
sudo apt-get update sudo apt-get upgrade git clone https://github.com/respeaker/seeed-voicecard.git cd seeed-voicecard sudo ./install.sh reboot
Header text | Header text | Header text |
---|---|---|
Play | sudo aplay -D hw:1,0 test.wav | Example |
record | sudo arecord -D hw:1,0 -f S32_LE -r 16000 -c 2 test.wav | Example |
play and record | aplay -Dhw:1 | Example |
Check | aplay -l and arecord -l | Example |
Tune sound volume etc | alsamixer | Example |