From 941b9889c98ca3f67a93e65f9c41bf1d5133ec25 Mon Sep 17 00:00:00 2001 From: legop3 Date: Sun, 15 Mar 2026 23:11:00 -0400 Subject: [PATCH] pifix --- pi/bin/audio-forward-listener.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pi/bin/audio-forward-listener.sh b/pi/bin/audio-forward-listener.sh index 8b5d4794..f2160fed 100755 --- a/pi/bin/audio-forward-listener.sh +++ b/pi/bin/audio-forward-listener.sh @@ -52,6 +52,7 @@ run_pipeline() { | "${APLAY_BIN_PATH}" \ -q \ -D "${PLAYBACK_DEVICE}" \ + -t raw \ -f S16_LE \ -r 16000 \ -c 1