Which Linux command can I use to test my speakers for current talk radio output?

Which bash command will indicate the sound output speaker(output or no output), so I can reset my web radio when it crashes?

1

2 Answers

This is a really good command testing out all speakers.

speaker-test -t wav -c 6

Remarks on usage

There is no loud noise heard when running this command, except a voice saying "front left, front center, front right...". This command will continue to repeat the testing, until the user had pressed Ctrl+Z keys to stop the testing.

4

Assuming that all you want is to check if the there is an output on the speaker, Use

speaker-test
2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like