1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 11:19:46 +01:00

speaker-test: add page (#14042)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
Managor 2024-10-07 18:28:49 +03:00 committed by GitHub
parent 0819a11434
commit e9e40b8503
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,21 @@
# speaker-test
> Speaker test tone generator for ALSA.
> See also: `aplay`, `arecord`, `amixer`.
> More information: <https://manned.org/speaker-test>.
- Test the default speakers with pink noise:
`speaker-test`
- Test the default speakers with a sine wave:
`speaker-test {{-t|--test}} sine {{-f|--frequency}} {{frequency}}`
- Test the default speakers with a predefined WAV file:
`speaker-test {{-t|--test}} wav`
- Test the default speakers with a WAV file:
`speaker-test {{-t|--test}} wav {{-w|--wavfile}} {{path/to/file}}`