From: Ben Ford Date: Mon, 28 Oct 2024 19:06:29 +0000 (-0500) Subject: app_mixmonitor: Add 'D' option for dual-channel audio. X-Git-Tag: certified-18.9-cert15~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9fe6ef7f3b17a8e35d3d9a18ae56c670b0664fb;p=thirdparty%2Fasterisk.git 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. (cherry picked from commit 47ce55885b0025928a9f74a24755c3e2d6f4ced1) --- diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index 22aedcad0b..f52dee0f4f 100644 --- a/apps/app_mixmonitor.c +++ b/apps/app_mixmonitor.c @@ -117,6 +117,11 @@ Like with the basic filename argument, if an absolute path isn't given, it will create the file in the configured monitoring directory. +