-
Notifications
You must be signed in to change notification settings - Fork 8
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
Audio duplication error #62
Comments
RPReplay_Final1657727160.MP4 |
var songs:[Song] = [] {
// setupSong()
// setupRemoteCommandCenter()
// player.rx.currentItemLyrics()
// rateButton.rx.tap.asDriver() // appendButton.rx.tap.asDriver() // changeButton.rx.tap.asObservable()
|
@dinhthiet2702 Thank you for reaching out. Because I couldn't encounter the issues while playing example projects. |
I fixed it, does the current library support playing songs at specified index? |
Yes |
Can you show me that function? |
player?.playIndex = playIndex |
thanks sir hehehe |
👌🏼👍🏼😃 |
I'm using your library but still there is a bug where when pressing next repeatedly or once, sometimes the same song plays 2 times in parallel.
The text was updated successfully, but these errors were encountered: