]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
add append and truncate to audio file api
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 17 Nov 2009 21:40:09 +0000 (21:40 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 17 Nov 2009 21:40:09 +0000 (21:40 +0000)
commit9cf0d7f846c85e1d54fae03de15c9795be4e8a03
treeb7fddcf4b05a632176251baea40ae08f3207377d
parent5d55996fa007399b78789a08d41b63ec58d61aff
add append and truncate to audio file api

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15503 d0543943-73ff-0310-b7d9-9358b9ac24b2
13 files changed:
src/include/switch_apr.h
src/include/switch_core.h
src/include/switch_module_interfaces.h
src/include/switch_types.h
src/mod/formats/mod_native_file/mod_native_file.c
src/mod/formats/mod_shout/mod_shout.c
src/mod/formats/mod_sndfile/mod_sndfile.c
src/mod/languages/mod_spidermonkey/mod_spidermonkey.c
src/switch_apr.c
src/switch_core_file.c
src/switch_cpp.cpp
src/switch_ivr_async.c
src/switch_ivr_play_say.c