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:
Anthony Minessale
2007-10-01 16:34:28 +00:00
parent e7583f98b5
commit 2ffb61f283
3 changed files with 46 additions and 19 deletions
+2 -1
View File
@@ -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;
/*!