]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_mixmonitor: Add 'D' option for dual-channel audio.
authorBen Ford <bford@digium.com>
Mon, 28 Oct 2024 19:06:29 +0000 (14:06 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 14 Nov 2024 20:02:03 +0000 (20:02 +0000)
commitf9278c1790c30af6ef08ee12b2c8266d473c2da2
tree076a367dc40adafb424a1b83d4bc58c7df4c2aed
parentdb312ab0ef64aef4b603652d3a09800c0ec6559e
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 4616408b0932bd67dfbfa9fb51cb2ccbeb56d0bc)
apps/app_mixmonitor.c