Inheritance: IAudioStream
Exemplo n.º 1
0
 public PCSpeakerDriver(IMixer mixer)
     : base(mixer)
 {
     _pcSpk = new PCSpeaker(mixer.OutputRate);
     for (int i = 0; i < _channels.Length; i++)
     {
         _channels[i] = new MidiChannelPcSpk();
     }
 }
Exemplo n.º 2
0
 public PCSpeakerDriver(IMixer mixer)
     : base(mixer)
 {
     _pcSpk = new PCSpeaker(mixer.OutputRate);
     for (int i = 0; i < _channels.Length; i++)
     {
         _channels[i] = new MidiChannelPcSpk();
     }
 }