You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make a button to simply switch exoplayer. this should be seamless because exoplayers should not be stopped.
if notificationMnager is not flickering and not stopping playback, on switch set the other exoplayer to "the next song" and add in fade in/out, acutally for now just stop volume is fine
hope nothing crushes
The text was updated successfully, but these errors were encountered:
to make this actually useable in APM (which handles queue outside of RNTP) I would rather make crossfade switch manually instaed of automatically. its also partly i dont know how to add listeners in kotlin. manually doing this also means if not handled then RNTP will behave exactly as crossfade is not implemented, just plus the exoplayer2 initialization cost.
The two exoplayers inside kotlinaudio will have the exact same queue. its up to me to specify what should be played.
the first KA commit is still necessary because there can only be one exoplayer "in focus" thus the whole currentPlayer() setup is needed.
this feels like a giant mess but hopefully by keeping both exoplayers ahving the same queue, QueuedAudioPlayer will still function normally.
The text was updated successfully, but these errors were encountered: