odin bindings for voicevox_core, tested on Windows for 0.14.2.
- voicevox_vore, downloaded under
./voicevox_core/lib - OpenJTalk dictionary V1.11 utf8, downloaded under
./voicevox_core/lib/open_jtalk_dic_utf_8-1.11 - additional dependencies, if you want to use cuda/directML. This binding is only tested with
cuda-windows-x64at the moment, which should also be downloaded under./voicevox_core/lib - odin compiler
Once the all the necessary requirements are in place, we can test the cpu version with:
odin run demo_cpu.odin -file -out:./voicevox_core/lib/demo_cpu.exeor the cuda version with
odin run demo_cuda_windows.odin -file -out:./demo_cuda.exe