Update README.md
This commit is contained in:
parent
5863e7d3ac
commit
9884e01dfd
1 changed files with 21 additions and 0 deletions
21
README.md
21
README.md
|
@ -94,6 +94,27 @@ arecord -f cd -Dhw:1 | aplay -Dhw:1
|
|||
#It will capture sound on AC108 and save as a.wav
|
||||
arecord -Dac108 -f S32_LE -r 16000 -c 4 a.wav
|
||||
```
|
||||
### uninstall seeed-voicecard
|
||||
If you want to upgrade the driver , you need uninstall the driver first.
|
||||
|
||||
```
|
||||
pi@raspberrypi:~/seeed-voicecard $ sudo ./uninstall.sh 4mic
|
||||
delete dtoverlay=seeed-4mic-voicecard in /boot/config.txt
|
||||
delete snd-soc-ac108 in /etc/modules
|
||||
------------------------------------------------------
|
||||
Please reboot your raspberry pi to apply all settings
|
||||
Thank you!
|
||||
------------------------------------------------------
|
||||
pi@raspberrypi:~/seeed-voicecard $ sudo ./uninstall.sh 2mic
|
||||
delete dtoverlay=seeed-2mic-voicecard in /boot/config.txt
|
||||
remove seeed-2mic-voicecard.dtbo in /boot/overlays
|
||||
remove snd-soc-wm8960.ko
|
||||
delete snd-soc-wm8960 in /etc/modules
|
||||
------------------------------------------------------
|
||||
Please reboot your raspberry pi to apply all settings
|
||||
Thank you!
|
||||
------------------------------------------------------
|
||||
```
|
||||
|
||||
### with Google Assistant
|
||||
if you run the assistant but the playback is speed up considerably, try to configure alsa:
|
||||
|
|
Loading…
Reference in a new issue