diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index 6cf61fa7b2..011b46a251 100644 --- a/apps/app_mixmonitor.c +++ b/apps/app_mixmonitor.c @@ -131,9 +131,11 @@ the file in the configured monitoring directory. - Interleave the audio coming from the channel and the audio coming to the channel in - the output audio as a dual channel stream, rather than mix it. - Use .raw as the extension. + Interleave the audio coming from the channel and the audio + going to the channel and output it as a 2 channel (stereo) + raw stream rather than mixing it. You must use the + .raw file extension. Any other extension + will produce a corrupted file. When the r or t option is @@ -189,6 +191,9 @@ parameters. You risk a command injection attack executing arbitrary commands if the untrusted strings aren't filtered to remove dangerous characters. See function FILTER(). + When using the D option to save + interleaved audio, you MUST use .raw as the + file extension. Any other extension will produce a corrupted file. StopMixMonitor