From 3457c7a6dc8c871e19da1145030e9bb5a9be943d Mon Sep 17 00:00:00 2001 From: Ben Ford Date: Mon, 28 Oct 2024 14:06:29 -0500 Subject: [PATCH] app_mixmonitor: Add 'D' option for dual-channel audio. Adds the 'D' option to app_mixmonitor that interleaves the input and output frames of the channel being recorded in the monitor output frame. This allows for two streams in the recording: the transmitted audio and the received audio. The 't' and 'r' options are compatible with this. Fixes: #945 UserNote: The MixMonitor application now has a new 'D' option which interleaves the recorded audio in the output frames. This allows for stereo recording output with one channel being the transmitted audio and the other being the received audio. The 't' and 't' options are compatible with this. --- apps/app_mixmonitor.c | 47 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index 869d5537cb..41257f826a 100644 --- a/apps/app_mixmonitor.c +++ b/apps/app_mixmonitor.c @@ -127,6 +127,11 @@ Like with the basic filename argument, if an absolute path isn't given, it will create the file in the configured monitoring directory. +