diff --git a/whisper_live/client.py b/whisper_live/client.py index 018e090..b73a51f 100644 --- a/whisper_live/client.py +++ b/whisper_live/client.py @@ -66,7 +66,7 @@ class Client: lang (str, optional): The selected language for transcription when multilingual is disabled. Default is None. translate (bool, optional): Specifies if the task is translation. Default is False. """ - self.chunk = 1024 + self.chunk = 4096 self.format = pyaudio.paInt16 self.channels = 1 self.rate = 16000