MediaPlayer v1.0.1 for WPF and Avalonia
What's new in v1.0.1:
- Updated MediaPlayer.Avalonia volume design
- Added code documentation
- Moved Source and Title properties from implementations to PlayerHostBase
- Updated online documentation
- Implemented IDisposable for MediaPlayer.Wpf.Mpv
- MediaPlayer.Avalonia.Bass, fixed tempo shift calculation error
- MediaPlayer.Avalonia.Bass, added EffectsAntiAlias and EffectsAntiAliasLength to customize output
- MediaPlayer.Avalonia.Bass, added EffectsQuick to reduce CPU usage
- MediaPlayer.Avalonia.Bass, added EffectsSampleRateConversion and EffectsFloat to improve quality
- Split WPF and Avalonia into 2 solutions
- Include DLLs in sample projects
- Added BassDlls projects to facilitate adding BASS for various platforms
- BASS errors now throw BassException instead of InvalidOperationException
Known issue:
MediaPlayer.Wpf.Mpv
does not supportmpv-2.dll
used by the latest versions. It currently only supports oldermpv-1.dll
versions. A ticket has been opened here, although the project is unmaintained. This might get fixed while adding MPV OpenGL implementation for Avalonia.