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:
Anthony Minessale
2014-11-20 11:28:05 -06:00
committed by Michael Jerris
parent a74b6f62a2
commit 4dc155f164
5 changed files with 29 additions and 23 deletions
+1
View File
@@ -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 {