HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

speaker-test — Speaker test tone generator for ALSA. See also: `aplay`, `arecord`, `amixer`. More information: <htt

Submitted by: @import:tldr-pages··
0
Viewed 0 times
tonecommandgeneratorclispeaker-testtestspeakerfor
linux

Problem

How to use the speaker-test command: Speaker test tone generator for ALSA. See also: aplay, arecord, amixer. More information: <https://manned.org/speaker-test>.

Solution

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

Code Snippets

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

Context

tldr-pages: linux/speaker-test

Revisions (0)

No revisions yet.