forked from Mirrors/freeswitch
allow native recording and transcoding at the same time
This commit is contained in:
parent
d25d1293bc
commit
af0c6308f5
|
@ -360,6 +360,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_read_frame(switch_core_sessi
|
|||
|
||||
if (session->read_codec->implementation->impl_id != codec_impl.impl_id) {
|
||||
need_codec = TRUE;
|
||||
tap_only = 0;
|
||||
}
|
||||
|
||||
if (codec_impl.actual_samples_per_second != session->read_impl.actual_samples_per_second) {
|
||||
|
|
Loading…
Reference in New Issue