Explorar el Código

remove deprecated argument

subDesTagesMitExtraKaese hace 1 año
padre
commit
f9bb65f73d
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      speech_recognition.py

+ 1 - 2
speech_recognition.py

@@ -60,8 +60,7 @@ class ASR():
           "./main",
           "-m", self.model_path,
           "-l", self.language,
-          "-f", filename,
-          "--no_timestamps", 
+          "-f", filename, 
           stdout=asyncio.subprocess.PIPE,
           stderr=asyncio.subprocess.PIPE
         )