From b4bb6524652e0f76834ca26a4afa232855ca1348 Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 23 Apr 2023 20:52:36 -0700 Subject: Begin integrating faster-whisper 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0af72bd..7e91e7b 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3