arecord: add example list audio devices and intractive interface (#4530)

beep
Ray Voice 2020-10-13 02:28:39 +05:00 committed by GitHub
parent bd839fe0a0
commit 1839fd6b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -14,3 +14,11 @@
- Record a snippet and save it as mp3 (finish with Ctrl-C when done):
`arecord -vv --format=cd --file-type raw | lame -r - {{path/to/file.mp3}}`
- List all sound cards and digital audio devices:
`arecord --list-devices`
- Allow interactive interface (e.g. use space-bar or enter to play or pause):
`arecord --interactive`