subDesTagesMitExtraKaese 1 anno fa
parent
commit
c6cf19ca70
2 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 2 1
      speech_recognition.py
  2. 1 1
      whisper.cpp

+ 2 - 1
speech_recognition.py

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

+ 1 - 1
whisper.cpp

@@ -1 +1 @@
-Subproject commit ac521a566ea6a79ba968c30101140db9f65d187b
+Subproject commit 09e90680072d8ecdf02eaf21c393218385d2c616