Just a little experiment of mine with the Be API. It’s a command-line music player (…ish).
One thing I find intriguing - MediaPlayer
cannot seek or keep track of location in an Opus or FLAC file, although Vorbis and MP3 works fine. Interestingly, my test app (which uses BMediaTrack
) seeks the problematic Opus files perfectly. I’m wondering if I should file a bug report…