- Override duration for [SilenceAudioSource]
- Fix desync issue when entry is removed from [ConcatenatingAudioSource] (Fixes #12)
- Support
--prefetch-playlist
for gapless playback (fixes #11) - Reset
Duration
on track change (fixes #10) - Set
pitch
totrue
by default (fixsetPitch
not working)
- Add
libmpv
parameter toensureInitialized
(#9)
- Fix: defer setting initial position to when the track starts loading (fixes seeking before loading the track, which seems not to be currently supported by
media_kit
): see related issue andmedia_kit
related issue - Add
SilenceAudioSource
support via anullsrc (taken from just_audio_mpv)
- Fix issues regarding disposal of current players
- BREAKING: Removed hard dependencies (Read the installation steps in README to comply!)
- Fix queue insert with index
- Fix moving items in ConcatenatingAudioSource
- Make private methods private, as they should've been
- Set position and index on load (and reset bufferedPosition)
- Fix disposePlayer() failing by making it so that if the player was already disposed, it won't throw, since
just_audio
can send out two identical dispose requests. - More settings
- Update
media_kit
to^1.1.9
- Initial release
- Linux and Windows support