mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 09:53:25 +00:00
Update cheatsheets
This commit is contained in:
26
tldr/linux/speaker-test
Normal file
26
tldr/linux/speaker-test
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user