如何构建音频文件流 iPhone 应用程序的起点?
我需要一些有关如何为多个音频文件制作音频流应用程序的指导,以便应用程序用户可以从列表中进行选择并收听该项目。有人可以帮助我吗?
I need some guidance on how to make a audio stream app for multiple audio files, so the app user can choose from the list and listen to the item. Can someon help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
研究并整合这个项目 - https://github.com/DigitalDJ/AudioStreamer
Study and integrate this project- https://github.com/DigitalDJ/AudioStreamer
首先,您需要获取音频名称和音频 URL / PATH。
然后使用表格视图显示音频名称列表或使用滚动视图创建自定义列表。
然后,当用户选择其中任何一个时,将所选的音频 URL / PATH 传递给音频播放器控制器。
音频播放器将自动播放音频。
First of all you need to get the audio name and audio URL / PATH.
Then display the list of audio name using table view or create custom list using scroll view.
Then, when user select any one of them then pass the selected audio URL / PATH to audio player controller.
Audio player will automatically stream the audio.