Connect Vosk (Speech Recognition) and Zundamon (Text-to-speech application, VOICEVOX).
- Download & extract
vosk-model-small-ja-0.22
from https://alphacephei.com/vosk/models and save it toresource/
- Download & extract
open_jtalk_dic_utf_8-1.11
from http://open-jtalk.sourceforge.net/ and save it toresource/
pip install -r requirements.txt
- Follow the instruction of voicevox_core and install 0.12.0-preview.3 or later.
python mic.py
GPU may accelerate the speed of translation. See README in voicevox_core and change the arguments of the initialize function.
See LICENSE