mirror of
https://github.com/QuentinFuxa/WhisperLiveKit.git
synced 2026-03-07 22:33:36 +00:00
translator takes all the tokens from the queue
This commit is contained in:
@@ -31,6 +31,10 @@ class SpeakerSegment(TimedText):
|
||||
"""
|
||||
pass
|
||||
|
||||
@dataclass
|
||||
class Translation(TimedText):
|
||||
pass
|
||||
|
||||
@dataclass
|
||||
class Silence():
|
||||
duration: float
|
||||
Reference in New Issue
Block a user