raymond1012
raymond1012
see ffp_set_playback_rate 2017-05-18 14:07 GMT+08:00 邓军 : > 请问ios如何实现大于2倍数播放? > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly,...
考虑解码效率和网络速度,推荐小于2倍速而已 2017-05-18 14:31 GMT+08:00 邓军 : > ffp_set_playback_rate 这个不是只能是0.5到2倍之间吗?大于2倍的呢? > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub...
我忘记ios的限制了,你可以尝试用ijk里集成的第三方库soundtouch试试 2017-05-18 17:38 GMT+08:00 邓军 : > 但是我发现/*! > @enum AudioQueueParameterID > @abstract Constants that identify the > parameters for audio queues. > @discussion > You can set a parameter...
那就只能尝试参照vlc的音频处理修改ffmpeg 2017-05-19 15:26 GMT+08:00 邓军 : > 3ks,但是那个库好像最大也是2倍 > // Sets new rate control value. Normal rate = 1.0, smaller values > // represent slower rate, larger faster rates. >...
log显示已经读流异常了,大概率是源文件的问题 2017-02-10 14:09 GMT+08:00 lina : > log信息如下: > decode_band_types:Input buffer exhausted before END element found > ffp_toggle_buffering:error:-5 > ffp_toggle_buffering:error:eof > Error(-10000,0) > > 这是log信息,为什么还need-more-infomaation?? > > — > You...