在 Android 应用程序中流式传输 AAC 音频
我正在尝试编写一个简单的 Android 应用程序,该应用程序将流式传输互联网广播电台(我有 url),但流是 aac 音频。我知道 COREaac,但没有很多关于它的文档。我需要一个单独的解码库才能让这个应用程序正常工作吗?任何建议都会有所帮助,或者如果有人遇到类似问题并解决它。
谢谢
I am trying to program a simple Android app that will stream an internet radio station (I have the url), but the stream is aac audio. I am aware of COREaac, but there isn't alot of documentation about it. Is there a separate decoding library I need to get this app to work? Any suggestions would be helpful or if anyone has had a similar issue and resolved it.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要的所有内容都在这里:
AACPlayer - android
All what you need is here:
AACPlayer - android