From e9e40b850388e89295d94cd8c972b7a12f0b7f12 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:28:49 +0300 Subject: [PATCH] speaker-test: add page (#14042) Co-authored-by: Wiktor Perskawiec --- pages/linux/speaker-test.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pages/linux/speaker-test.md diff --git a/pages/linux/speaker-test.md b/pages/linux/speaker-test.md new file mode 100644 index 0000000000..c38ef36677 --- /dev/null +++ b/pages/linux/speaker-test.md @@ -0,0 +1,21 @@ +# speaker-test + +> Speaker test tone generator for ALSA. +> See also: `aplay`, `arecord`, `amixer`. +> More information: . + +- 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}}`