简体   繁体   English

如何在android中播放.aac格式的音频文件

[英]How to play .aac format audio file in android

How to play .aac audio format in android.如何在 android 中播放 .aac 音频格式。

I tried using ffmpeg convert audio format and play in android-ndk.我尝试使用 ffmpeg 转换音频格式并在 android-ndk 中播放。 But im not able to implement.但我无法实施。

Please let me know any ideas or any ref link to follow请让我知道任何想法或任何要遵循的参考链接

You can check this native aac player implementation.您可以检查此原生 aac 播放器实现。 It is ffmpeg-based, and I heard it is fairly light on CPU.它是基于 ffmpeg 的,我听说它在 CPU 上相当轻。

http://code.google.com/p/aacplayer-android/ http://code.google.com/p/aacplayer-android/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM