Skip to content

Commit

Permalink
Will remember a bit less from previous batch
Browse files Browse the repository at this point in the history
  • Loading branch information
raivisdejus committed Jun 9, 2024
1 parent f3161a8 commit 321a65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buzz/transcriber/recording_transcriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(

def start(self):
model_path = self.model_path
keep_samples = int(0.25 * self.sample_rate)
keep_samples = int(0.15 * self.sample_rate)

Check warning on line 52 in buzz/transcriber/recording_transcriber.py

View check run for this annotation

Codecov / codecov/patch

buzz/transcriber/recording_transcriber.py#L52

Added line #L52 was not covered by tests

if self.transcription_options.model.model_type == ModelType.WHISPER:
model = whisper.load_model(model_path)
Expand Down

0 comments on commit 321a65c

Please sign in to comment.