Added AvaloniaUI project.

This commit is contained in:
2025-03-01 17:03:06 -05:00
parent f78fe6fa2b
commit fc28004c89
25 changed files with 616 additions and 2 deletions

View File

@@ -86,6 +86,8 @@ public class BassAudioEngine : IAudioEngine, IDisposable
public BassAudioEngine()
{
BassLoader.Initialize();
_mediaPlayer = new MediaPlayer();
_mediaPlayer.MediaLoaded += OnMediaLoaded;
_mediaPlayer.MediaFailed += OnPlaybackStopped;