objective-c - Android与iOS语音互通,编码格式采用ilbc编码怎么处理?
PHP中文网
PHP中文网 2017-04-17 17:17:30
0
1
267

Android与iOS语音互通,编码格式采用ilbc怎么处理?
互通场景同微信或QQ发语音聊天。
决定采用ilbc的语音编码格式,不用服务器处理,在此前提上的问题如下:
1.Android端需如何处理,须采用什么原生录音和播放控件或第三方控件?
2.iOS需如何处理,须采用什么原生的录音和播放控件或第三方控件?
谢谢~

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(1)
迷茫

The purpose of using ilbc is to improve the network transmission bandwidth ratio of audio files. After receiving it at the client, it needs to be transcoded. Android can convert it to amr, and then use mediaplayer to play it. iOS should also support amr.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!