Merge pull request #1 from Fleker/patch-1

Minor Markdown formatting suggestions in README
This commit is contained in:
Yihui Xiong 2017-07-01 13:03:33 +08:00 committed by GitHub
commit c7ab7701d2

View file

@ -1,4 +1,4 @@
##seeed-voicecard # seeed-voicecard
While the upstream wm8960 codec is not currently supported by current Pi kernel builds, upstream wm8960 has some bugs, we had fixed it. we must it build manually. While the upstream wm8960 codec is not currently supported by current Pi kernel builds, upstream wm8960 has some bugs, we had fixed it. we must it build manually.
@ -37,11 +37,10 @@ Next apply the alsa controls setting
``` ```
sudo alsactl --file=asound.state restore sudo alsactl --file=asound.state restore
``` ```
If you want to change the alsa settings, You can use "sudo alsactl --file=asound.state store " to save it. If you want to change the alsa settings, You can use `sudo alsactl --file=asound.state store` to save it.
Test: Test:
``` ```
arecord -f cd -Dhw:1 | aplay -Dhw:1 arecord -f cd -Dhw:1 | aplay -Dhw:1
``` ```
Enjoy ! Enjoy !