Skip to content

MediaPlayer v1.0.1 for WPF and Avalonia

Compare
Choose a tag to compare
@mysteryx93 mysteryx93 released this 15 Jun 02:53
· 29 commits to master since this release

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 support mpv-2.dll used by the latest versions. It currently only supports older mpv-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.