readium / kotlin-toolkit

A toolkit for ebooks, audiobooks and comics written in Kotlin
https://readium.org/kotlin-toolkit
BSD 3-Clause "New" or "Revised" License
163 stars 72 forks source link

Prevent crash in case of misuse of AudioEngine.asPlayer().release #529

Closed qnga closed 1 month ago

qnga commented 1 month ago

Closing a Media 3 adapter is not supposed to close the underlying player because it's still being used by the AudioEngine which assumes that the player will never reach the IDLE state again after preparing.