2024-10-07 18:28:49 +03:00
|
|
|
# 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:
|
|
|
|
|
2025-03-07 13:45:30 +02:00
|
|
|
`speaker-test {{[-t|--test]}} sine {{[-f|--frequency]}} {{frequency}}`
|
2024-10-07 18:28:49 +03:00
|
|
|
|
|
|
|
- Test the default speakers with a predefined WAV file:
|
|
|
|
|
2025-03-07 13:45:30 +02:00
|
|
|
`speaker-test {{[-t|--test]}} wav`
|
2024-10-07 18:28:49 +03:00
|
|
|
|
|
|
|
- Test the default speakers with a WAV file:
|
|
|
|
|
2025-03-07 13:45:30 +02:00
|
|
|
`speaker-test {{[-t|--test]}} wav {{[-w|--wavfile]}} {{path/to/file}}`
|