This commit is contained in:
legop3
2026-03-17 19:54:53 -04:00
parent 73ef6261ed
commit 5b8704ccb3
8 changed files with 183 additions and 149 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ pcm.dmixer {
rate 16000
channels 1
period_time 0
period_size 256
buffer_size 1024
period_size 1024
buffer_size 4096
}
}
+1 -5
View File
@@ -41,8 +41,6 @@ run_pipeline() {
-loglevel warning \
-fflags nobuffer \
-flags low_delay \
-max_delay 0 \
-reorder_queue_size 0 \
-analyzeduration 0 \
-probesize 32 \
-i "${AUDIO_FORWARD_URL}" \
@@ -57,9 +55,7 @@ run_pipeline() {
-t raw \
-f S16_LE \
-r 16000 \
-c 1 \
-B 40000 \
-F 10000
-c 1
local rc=$?
local -a statuses=("${PIPESTATUS[@]}")
LAST_FFMPEG_STATUS="${statuses[0]:-unknown}"