-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading Music Files from URLs #2
Comments
Yes it can be done but you need add a new key into .plist file and put your external URL there then modify "setCurrentAudioPath" function accordingly and change code accordingly. Replace "prepareAudio" function with following. This is a working code with a sample .mp3 on external URL.
|
Also, how can you show the audio information, such as the title, album, and artist, on the lock screen or control center and be able to pause/play and skip audio from there? |
Its working Fine in Swift 3 - you can use below method for Swift 3 func prepareAudio(){
|
How can you load the music files from URLs instead of having the file locally? Can it be done using the .plist file?
The text was updated successfully, but these errors were encountered: