diff options
| author | yum <yum.food.vr@gmail.com> | 2023-02-26 20:12:36 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-02-26 20:12:36 -0800 |
| commit | d96851f716b9e18d827ba7795a343dbf3cf529c4 (patch) | |
| tree | 64e437c54f4e39048d3a169b619272f998dd1386 /.gitmodules | |
| parent | 61681895c14923f20dbd21aa821f4d2be8f7635d (diff) | |
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
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
