From: Jaroslav Kysela Date: Tue, 2 Nov 2021 10:56:47 +0000 (+0100) Subject: a52: add speaker-test command to the configuration file comment X-Git-Tag: v1.2.6~4 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=23624e1b315668ece7e2bcdf9870286ce7ba6828;p=alsa-plugins.git a52: add speaker-test command to the configuration file comment Signed-off-by: Jaroslav Kysela --- diff --git a/a52/60-a52-encoder.conf b/a52/60-a52-encoder.conf index 346c94f..99cc98e 100644 --- a/a52/60-a52-encoder.conf +++ b/a52/60-a52-encoder.conf @@ -36,3 +36,10 @@ pcm.a52 { description "Plugin to convert multichannel stream to A52 (AC3) bitstream" } } + +# +# A quick test command: +# CARD=1 # replace with your IEC958 card +# DEVICE=1 # replace with your IEC958 PCM device number +# speaker-test -d -b 2000000 -c 6 -D"plug:{SLAVE=\"a52:${CARD},'hw:${CARD},${DEVICE}'\"}" +#