Skip to content

Commit 9d8e69c

Browse files
committed
Remove timestamp parameter from force_end_of_utterance call in smart turn detection
1 parent d94b34d commit 9d8e69c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/voice/speechmatics/voice/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@ async def _await_forced_eou(self, timeout: float = 1.0) -> None:
16881688
self._forced_eou_active = True
16891689

16901690
# Send the force EOU and wait for the response
1691-
await self.force_end_of_utterance(self.audio_seconds_sent)
1691+
await self.force_end_of_utterance()
16921692
self._emit_diagnostic_message("ForceEndOfUtterance sent - waiting for EndOfUtterance")
16931693

16941694
# Wait for the response

0 commit comments

Comments
 (0)