diff options
Diffstat (limited to 'WhisperNet/Internal')
| -rw-r--r-- | WhisperNet/Internal/iContext.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WhisperNet/Internal/iContext.cs b/WhisperNet/Internal/iContext.cs index 6adf8c5..010c139 100644 --- a/WhisperNet/Internal/iContext.cs +++ b/WhisperNet/Internal/iContext.cs @@ -21,6 +21,10 @@ namespace Whisper.Internal [RetValIndex( 1 )] iTranscribeResult getResults( eResultFlags flags ); + /// <summary>Try to detect speaker by comparing channels of the stereo PCM data</summary> + [RetValIndex( 1 )] + eSpeakerChannel detectSpeaker( [In] ref sTimeInterval interval ); + /// <summary>Get the model which was used to create this context</summary> [RetValIndex] iModel getModel(); |
