Audio Playback: Best Practice Recommendation #12632
Replies: 3 comments 3 replies
-
It will also play live streams right ?? 👍🏼 Can you also add:
Thanks!! |
Beta Was this translation helpful? Give feedback.
-
There is an example in the hyperloop-examples repo: |
Beta Was this translation helpful? Give feedback.
-
Hello Josh... How are you?? Any findings or tips on how to prevent the OS from killing the App while playing audio in the background? I have an App ready to publish and I can't stop the OS from killing it after a few minutes in the background. 🤦♂️ Thanks in advance!! |
Beta Was this translation helpful? Give feedback.
-
I'm looking to implement an audio player to play a remote MP3 file. I'm looking for an audio player recommendation for handling:
1.) A progress bar that the user can drag around to move through the audio file.
2.) Buffering.
3.) Skip 10 seconds into future or past.
I've seen several examples laying around the internet, a lot of which seem to not have been updated in a while. Here's one of them: https://github.com/kosso/ti-audioplayer
Does anybody have a working sandbox, perhaps something built in Hyperloop, or something else entirely for doing a standard MP3 player app function? Open to all ideas. Please share code if you have it!
Beta Was this translation helpful? Give feedback.
All reactions