1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/speaker-test.md
Managor 320d209c78
*: fix style guide issues part 2 (#15777)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-07 13:45:30 +02:00

21 lines
545 B
Markdown

# 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}}`