private bool SomeoneIsTalking() { float[] samples = soundRecorder.GetLastSamples(SAMPLES_TO_EVALUATE); return(DetectVoiceActivity(samples)); }