Discs and audio output should be less aware

This commit is contained in:
Matt Nadareski
2021-10-05 21:40:41 -07:00
parent 321490bbb4
commit ee0fbc4ccc
12 changed files with 685 additions and 796 deletions

View File

@@ -7,7 +7,7 @@ namespace RedBookPlayer.Models.Hardware.Linux
/// <summary>
/// Sound output instance
/// </summary>
private ALSoundOut _soundOut;
private readonly ALSoundOut _soundOut;
public AudioBackend() { }