mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:42:09 +02:00
arecord: add example list audio devices and intractive interface (#4530)
This commit is contained in:
parent
bd839fe0a0
commit
1839fd6b6d
1 changed files with 8 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue