From e8f7d994e4d39e68918b8ca89a5878f172cfd665 Mon Sep 17 00:00:00 2001 From: Daniel Fullmer Date: Thu, 11 Mar 2021 14:57:26 -0800 Subject: [PATCH] README.md: change speaker test instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20ed4fe..e5e445f 100644 --- a/README.md +++ b/README.md @@ -126,9 +126,9 @@ Use `alsamixer` to ensure mic is active and unmuted. $ ffmpeg -f alsa -ar 22050 -i hw:0,0 -acodec mp3 -f flv rtmp://192.168.1.200/live/pinecube ``` -To play an audio file, first turn up the "Line Out" and "DAC" controls in alsamixer. Next run: +To test your sepaker, first turn up the "Line Out" and "DAC" controls in alsamixer. Next run: ```shell -$ aplay test.wav +$ speaker-test -c2 -t wav `` You should be able to hear the audio being played via the speaker.