server: update to set 256 points by default

This commit is contained in:
2023-08-23 19:24:05 +02:00
committed by Mathieu Virbel
parent c21d88b797
commit 621ae7d681
3 changed files with 4 additions and 4 deletions

View File

@@ -121,7 +121,7 @@ class Transcript(BaseModel):
# move temporary file to final location
shutil.move(tmp.name, fn.as_posix())
def convert_audio_to_waveform(self, segments_count=1000):
def convert_audio_to_waveform(self, segments_count=256):
fn = self.audio_waveform_filename
if fn.exists():
return