From d96851f716b9e18d827ba7795a343dbf3cf529c4 Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 26 Feb 2023 20:12:36 -0800 Subject: Improve behavior around VAD segmentation events Use forked Whisper implementation which has tweaks to reduce dropped words around the beginning VAD segments. * Retain audio after VAD segmentation events --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 6a1dcb3..54545dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "World-Constraint"] path = UnityAssets/World-Constraint url = https://github.com/VRLabs/World-Constraint +[submodule "TaSTT-Whisper"] + path = TaSTT-Whisper + url = https://github.com/yum-food/TaSTT-Whisper -- cgit v1.2.3