diff options
| author | yum <yum.food.vr@gmail.com> | 2023-04-23 20:52:36 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-04-23 20:52:36 -0700 |
| commit | b4bb6524652e0f76834ca26a4afa232855ca1348 (patch) | |
| tree | b1aa7e7c329b69481393b28936ad4c82f7a6acd0 /README.md | |
| parent | f5c1611f9cdf027f75c81576d17dfee8671d65ca (diff) | |
Begin integrating faster-whisperv0.11.0
This is a much faster, lower-VRAM reimplementation of Whisper in Python.
Early testing is extremely promising: fast transcription speed,
extremely low resource usage (CPU/RAM/VRAM), high accuracy.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -120,8 +120,8 @@ reason or another: who want to sell closed-source software. 4. [I5UCC's VRCTextboxSTT](https://github.com/I5UCC/VRCTextboxSTT) makes KillFrenzy's AvatarText and Whisper kiss. It's the closest spiritual cousin - to this repository. There are two crucial differences: it's GPL not MIT, and - it doesn't abstract away the command line. + to this repository. The author has made incredible sustained progress on + the problem. Definitely take a look! 5. [VRCWizard's TTS-Voice-Wizard](https://github.com/VRCWizard/TTS-Voice-Wizard) also uses Whisper, but they rely on the C# interface to Const-Me's CUDA-enabled Whisper implementation. This implementation does not support |
