]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Mon, 4 Nov 2024 15:07:42 +0000 (15:07 +0000)
commit3457c7a6dc8c871e19da1145030e9bb5a9be943d
tree5ccc15a257a06df21aac90037188c93fc2142ad0
parentef6f3ef0e70148f1ee0af3c81171d2a3bb2dd3b3
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