summaryrefslogtreecommitdiffstats
path: root/Whisper/API/TranscribeStructs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Whisper/API/TranscribeStructs.h')
-rw-r--r--Whisper/API/TranscribeStructs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Whisper/API/TranscribeStructs.h b/Whisper/API/TranscribeStructs.h
index ac28357..29bb9ab 100644
--- a/Whisper/API/TranscribeStructs.h
+++ b/Whisper/API/TranscribeStructs.h
@@ -124,4 +124,13 @@ namespace Whisper
{
return 0 != ( (uint32_t)a & (uint32_t)b );
}
+
+ // Output value for iContext.detectSpeaker method
+ enum struct eSpeakerChannel : uint8_t
+ {
+ Unsure = 0,
+ Left = 1,
+ Right = 2,
+ NoStereoData = 0xFF,
+ };
} \ No newline at end of file