From 45e141ca505883277e8a5f65e04cdf8d915bc825 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sun, 29 Jan 2023 16:30:27 +0100 Subject: Comments --- WhisperNet/Context.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'WhisperNet') diff --git a/WhisperNet/Context.cs b/WhisperNet/Context.cs index 4bea863..3170b89 100644 --- a/WhisperNet/Context.cs +++ b/WhisperNet/Context.cs @@ -199,6 +199,12 @@ namespace Whisper } /// Try to detect speaker by comparing channels of the stereo PCM data + /// + /// The feature requires stereo PCM data.
Pass stereo=true to or methods,
+ /// or to method.
+ /// It seems to work fine with Blue Yeti microphone, + /// after switched the microphone to Stereo pattern.
With recorded sounds however, the performance varies depending on the recording.
+ ///
public eSpeakerChannel detectSpeaker( sTimeInterval interval ) => context.detectSpeaker( ref interval ); } -- cgit v1.2.3