-
Lured by the words "Optimize Encoder performance" in the Overview of release v1.7.0 I decided to try my luck and - although having 0.0 experience in C++ programming - build the v1.7.1 release with Ope…
-
Hello OpenVINO team,
I'm currently using the WhisperPipeline in openvino.genai and would like to request a feature similar to that of [faster-whisper](https://github.com/SYSTRAN/faster-whisper/) (C…
-
I have the following frontend code which sends audio data over a websocket in the browser (using the microphone):
```javascript
const webSocket = new WebSocket('ws://127.0.0.1:3000');
webSocket.o…
-
Makefile for Go bindings has a hardcoded `libwhisper.a`, however on Windows this object (and target) is named `whisper.a`
```
make -C third_party/whisper.cpp/bindings/go whisper
make[1]: Entering…
-
New Whisper model Turbo3 is rolled out.
https://github.com/SYSTRAN/faster-whisper/issues/1025
-
Traceback (most recent call last):
File "/opt/homebrew/anaconda3/envs/py309-ms/lib/python3.9/site-packages/pyttsx3/__init__.py", line 20, in init
eng = _activeEngines[driverName]
File "/opt…
-
Traceback (most recent call last):
File "D:\faster-whisper-GUI-main\FasterWhisperGUI.py", line 93, in
from faster_whisper_GUI.mainWindows import MainWindows
File "D:\faster-whisper-GUI-mai…
-
Hello
Several reports mention that WER improves greatly when adding `` to the initial prompt in whisper decoding aka disabling timestamps generation, I tested this using [This](https://github.com/SYS…
-
Hello,
I encountered an error while trying to install and run the script on Linux. Script ran fine but when I tried to start the app I got an error message.
```
Traceback (most recent call last…
-
The audio file is corrupted at the end, so an error is expected during decode process. However, PyAV stop processing while whisper using ffmpeg process the file until the corrupted are is detected.
…