tanhakabir
tanhakabir
The ports view is in the same panel as Terminal, Output, and etc. Are you able to see it there?
Which documentation are you looking at? I can update it
Thanks for researching this! I'll look into it as well but in general duration comes from either the metadata from the audio at the beginning of the audio if provided...
Good call! I'll add a CHANGELOG
Done! @Husseinhj
Hmm I am exposing both the underlying AVAudioEngine and AVAudioPlayerNode along with all the AVAudioUnit modifiers. Is that sufficient to hook up to your engine? I haven't exploring connecting one...
I'm not completely familiar with the HLS protocol but this player does support radio streams with the option for `bitrate` set to low: https://github.com/tanhakabir/SwiftAudioPlayer#playing-audio-basic-commands
Currently we add a constant of 0.5 to speed up audio but this should probably be a variable factor
Sorry! Just not implemented at the moment, will be implemented in the next couple of iterations.
Hey! Sorry and caching up to these issues now. Could you elaborate on the exact use case you're trying to do? You have an `AVAudioPlayer` that you want to connect...