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();
|
deEmphasisFilterRight = new DeEmphasisFilter();
|
||||||
source = new PlayerSource(ProviderRead);
|
source = new PlayerSource(ProviderRead);
|
||||||
|
|
||||||
soundOut?.Dispose();
|
|
||||||
soundOut = new ALSoundOut(50);
|
soundOut = new ALSoundOut(50);
|
||||||
soundOut.Initialize(source);
|
soundOut.Initialize(source);
|
||||||
soundOut.Play();
|
soundOut.Play();
|
||||||
|
|||||||
Reference in New Issue
Block a user