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