Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Android 上处理音频时遇到问题(目标版本是 Android 4.0)。音频文件通过不同的方法进行编码(其中最优选:ALAC、AAC、MP3、OGG)。问题出在以下两点:
1.需要将任意格式的音频文件重新编码为ALAC。
2.需要将ALAC解码为PCM。应该能够解码一定数量的包,从某个包开始。
也许有人知道一些能够解决这些问题的框架或库?
我所有的研究都导致我需要使用 ffmpeg 库,但是使用该库会产生大量问题,其中一些问题对我来说是无法解决的。