speaker-test: refresh page (#21960)

* Update speaker-test.md

* Update speaker-test.md
This commit is contained in:
Managor
2026-04-09 20:23:53 -07:00
committed by GitHub
parent c8725675d8
commit a112399054
+10 -6
View File
@@ -8,14 +8,18 @@
`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:
- Test multichannel speaker configurations:
`speaker-test {{[-t|--test]}} wav {{[-w|--wavfile]}} {{path/to/file}}`
`speaker-test {{[-t|--test]}} wav {{[-c|--channels]}} {{1..8}}`
- Test the default speakers with a specific WAV file:
`speaker-test {{[-t|--test]}} wav {{[-w|--wavfile]}} {{path/to/file.wav}}`
- Test the default speakers with a sine wave:
`speaker-test {{[-t|--test]}} sine {{[-f|--frequency]}} {{frequency}}`