feat: treat caption events as speaker hints only
Made-with: Cursor
This commit is contained in:
parent
43e310a41d
commit
0cd8e9ebfa
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ class TeamsbotService:
|
|||
# attribute audio-stream STT to likely speakers. They are not persisted.
|
||||
if source in ("caption", "speakerHint"):
|
||||
self._registerSpeakerHint(speaker, text)
|
||||
if source == "speakerHint":
|
||||
if source in ("caption", "speakerHint"):
|
||||
return
|
||||
|
||||
# Filter out the bot's own speech entirely — captions of the bot's
|
||||
|
|
|
|||
Loading…
Reference in a new issue