Home  >  Q&A  >  body text

objective-c - Android与iOS语音互通,编码格式采用ilbc编码怎么处理?

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

PHP中文网PHP中文网2712 days ago268

reply all(1)I'll reply

  • 迷茫

    迷茫2017-04-17 17:19:30

    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.

    reply
    0
  • Cancelreply