mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Remove Dispose call on ALSoundOut
This commit is contained in:
@@ -139,7 +139,6 @@ namespace RedBookPlayer
|
||||
deEmphasisFilterRight = new DeEmphasisFilter();
|
||||
source = new PlayerSource(ProviderRead);
|
||||
|
||||
soundOut?.Dispose();
|
||||
soundOut = new ALSoundOut(50);
|
||||
soundOut.Initialize(source);
|
||||
soundOut.Play();
|
||||
|
||||
Reference in New Issue
Block a user