如何构建音频文件流 iPhone 应用程序的起点?

发布于 2024-10-30 21:24:35 字数 70 浏览 0 评论 0原文

我需要一些有关如何为多个音频文件制作音频流应用程序的指导,以便应用程序用户可以从列表中进行选择并收听该项目。有人可以帮助我吗?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

捂风挽笑 2024-11-06 21:24:36

研究并整合这个项目 - https://github.com/DigitalDJ/AudioStreamer

Study and integrate this project- https://github.com/DigitalDJ/AudioStreamer

离旧人 2024-11-06 21:24:35

首先,您需要获取音频名称音频 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文