Berichtigungen 2
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3,7 +3,7 @@ import speech_recognition as sr
|
||||
import os
|
||||
|
||||
# Lade die MP3-Datei und konvertiere sie zu WAV
|
||||
audio = AudioSegment.from_mp3("SVSV001.mp3")
|
||||
audio = AudioSegment.from_mp3("20250525.mp3")
|
||||
audio = audio.set_channels(2).set_frame_rate(48000) # Mono & 16kHz für bessere Erkennung
|
||||
|
||||
BUFFER_BEFORE = 300
|
||||
|
||||
Reference in New Issue
Block a user