Minor Markdown formatting suggestions in README

I feel like these changes will allow the README to look better, but feel free to ignore
This commit is contained in:
Nick 2017-06-30 15:39:00 -07:00 committed by GitHub
parent 54f2b2ccc9
commit 6037daaa04

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 !