mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
set the variable RECORD_STEREO=true to make record_session create stereo files with each leg in it's own channel, note you cannot play these files with freewitch with playback because we don't support stereo files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5772 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -786,7 +786,8 @@ typedef enum {
|
||||
SMBF_READ_STREAM = (1 << 0),
|
||||
SMBF_WRITE_STREAM = (1 << 1),
|
||||
SMBF_WRITE_REPLACE = (1 << 2),
|
||||
SMBF_READ_REPLACE = (1 << 3)
|
||||
SMBF_READ_REPLACE = (1 << 3),
|
||||
SMBF_STEREO = (1 << 4)
|
||||
} switch_media_bug_flag_t;
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user