提交 3bb9471e authored 作者: Dragos Oancea's avatar Dragos Oancea

FS-11967: [core] fix rate of recording for Opus

上级 3c06e3c7
...@@ -621,7 +621,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_codec_copy(switch_codec_t *codec, sw ...@@ -621,7 +621,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_codec_copy(switch_codec_t *codec, sw
codec->implementation->iananame, codec->implementation->iananame,
codec->implementation->modname, codec->implementation->modname,
codec->fmtp_in, codec->fmtp_in,
codec->implementation->samples_per_second, codec->implementation->actual_samples_per_second,
codec->implementation->microseconds_per_packet / 1000, codec->implementation->microseconds_per_packet / 1000,
codec->implementation->number_of_channels, codec->implementation->number_of_channels,
codec->flags, codec->flags,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论