protected void RetroAudioSample(short left, short right)
 {
     _audioOutput?.AudioSample(left, right);
 }