arecord, convert: edit pages (#12644)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Caspar
2024-05-20 14:52:24 +02:00
committed by GitHub
parent 8d3fc3d4a8
commit b93aed16db
2 changed files with 8 additions and 4 deletions

View File

@@ -22,3 +22,7 @@
- Allow interactive interface (e.g. use space-bar or enter to play or pause):
`arecord --interactive`
- Test your microphone by recording a 5 second sample and playing it back:
`arecord -d 5 test-mic.wav && aplay test-mic.wav && rm test-mic.wav`