Beispiel #1
0
 public void SetChannels(int channels)
 {
     if (_is64Bit)
     {
         SoundTouchInterop64.soundtouch_setChannels(_handle, (uint)channels);
     }
     else
     {
         SoundTouchInterop32.soundtouch_setChannels(_handle, (uint)channels);
     }
 }