diff --git a/README.md b/README.md index dcd158e..e884227 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,22 @@ plughw:CARD=seeed8micvoicec,DEV=0 In contrast to 6-Mics Circular Array Kit for Raspberry Pi, the difference is only first 4 input channels are valid capture data. + ### Usage: + +```bash +#Query sound card number +# The sound card number used as arecord/aplay argument, +# ( like '-D hw:N' and '-D plughw:N', where N is the number ) +# could be found by command: + aplay -l +#or + arecord -l +# Find the line in the command output which near below form: +card 1: seeed2micvoicec [seeed-2mic-voicecard], device 0: ... +# The number between first word `card` and char `:` is the Sound Card Number, here it's 1. +``` + ```bash #for ReSpeaker 2-mic #It will capture sound an playback on hw:1