mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
FS-7500: add switch_core_session_raw_read to put session into raw read mode without needing a local codec var (WE SHOULD REFACTOR MUCH OF switch_ivr_* to use this...) and add echo_decode_audio option to echo app
This commit is contained in:
committed by
Michael Jerris
parent
a74b6f62a2
commit
4dc155f164
@@ -194,6 +194,7 @@ struct switch_core_session {
|
||||
|
||||
switch_image_write_callback_t image_write_callback;
|
||||
void *image_write_callback_user_data;
|
||||
switch_slin_data_t *sdata;
|
||||
};
|
||||
|
||||
struct switch_media_bug {
|
||||
|
||||
Reference in New Issue
Block a user