public void RemoveInputSoundDetectedDelegate(InputSoundDetectedDelegate del) { inputSoundDetectedEvent -= del; }
public void AddInputSoundDetectedDelegate(InputSoundDetectedDelegate del) { inputSoundDetectedEvent += del; }