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
First off, thank you very much for this open source audio player library.
I notice there are several features typical in audio players that Ybrid Player does not seem to have, such as audio duration and seek to functionality. Do these features exist anywhere or are they purposefully absent?
Since it has such good support for OGG/OPUS, I'd love to use this library rather than AVPlayer as an audio player with standard features like seeking, current position, duration, play/pause, and so forth.
The text was updated successfully, but these errors were encountered:
It’s great that you consider replacing AVPlayer with this player SDK - we do as well.
The Library supports seeking to a specific time and winding backward and forward in time with ybrid streams, see ybrid features.
But you are totally right, this is not implemented for on demand audios yet. Right now the PlaybackControl obtained from AudioPlayer.open(...) can pause on demands. Seeking and winding on demands is a basic need. It will be implemented before we publish the first major version.
Hello!
First off, thank you very much for this open source audio player library.
I notice there are several features typical in audio players that Ybrid Player does not seem to have, such as audio duration and seek to functionality. Do these features exist anywhere or are they purposefully absent?
Since it has such good support for OGG/OPUS, I'd love to use this library rather than AVPlayer as an audio player with standard features like seeking, current position, duration, play/pause, and so forth.
The text was updated successfully, but these errors were encountered: