PCM to AAC conversion using mediacodec

前端 未结 2 659
刺人心
刺人心 2021-01-31 18:51

I am using a media codec class in Android (Jelly Bean) to encode PCM format to AAC. The file was encoded but no music player is able to play that file. I was not able to find an

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-31 19:21

    There's an android AAC Library https://github.com/timsu/android-aac-enc

    Try passing your buffers through this library. It might help.

提交回复
热议问题