From 23624e1b315668ece7e2bcdf9870286ce7ba6828 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 2 Nov 2021 11:56:47 +0100 Subject: [PATCH] a52: add speaker-test command to the configuration file comment Signed-off-by: Jaroslav Kysela --- a52/60-a52-encoder.conf | 7 +++++++ 1 file changed, 7 insertions(+) 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}'\"}" +# -- 2.47.1