AudioPlayer
AudioPlayer copied to clipboard
player.playImmediately(atRate: 1.0)
I am trying to get the audioPlayer to play a track from a server almost instantly, and I know that swifts AvPlayer has a function player.playImmediately(atRate: 1.0), just wondering if it is possible to access a function like this using this library?