create Audio Player
suspend fun createAudioPlayer(colibrioAudioPlayerConfig: ColibrioAudioPlayerConfig): ColibrioResult<ColibrioAudioPlayer>
Creates a new ColibrioAudioPlayer using the provided load configuration. If there is an existing ColibrioAudioPlayer, it will be destroyed.
Fails if the list of section start positions is not ordered for MediaSessionTimelineMode.Sections