Merge branch 'v5.7' into v5.8
This commit is contained in:
commit
484c03d4c8
1 changed files with 15 additions and 0 deletions
15
README.md
15
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
|
||||
|
|
Loading…
Reference in a new issue