fanbandasheng

  • 活动总数 4
  • 最后的活动
  • 成员加入日期
  • 正在关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 1
  • 订阅数 1

活动概览

fanbandasheng 的最新活动
  • fanbandasheng 进行了评论,

    通过concentus编码pcm终于实现我要的效果。效果不是很好,参数需要调整。             FileInputStream fileIn = new FileInputStream(                    "C:\\Users\\Downloads\\opus\\audio_file.pcm");            OpusEncoder encoder ...

  • fanbandasheng 创建了一个帖子,

    pcm如何转码成opus?

    已完成

    private fun sendData(){ opusEncoder?.putData(File(mSDCardPath,"tts_output.pcm").readBytes())} private fun enCoderOpus() {//初始化opus文件存储位置val file = File(mSDCardPath, "output.opus")mAudioBos = Bu...