Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

leis3/zundamon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zundamon

使い方

  1. リポジトリをクローンする。
$ git clone https://github.com/leis3/zundamon.git
$ cd zundamon
  1. ここに従ってVOICEVOXのコアライブラリをダウンロードする。
# Linux x64での例
$ binary=download-linux-x64
$ curl -sSfL https://github.com/VOICEVOX/voicevox_core/releases/latest/download/${binary} -o download
$ chmod +x download
$ ./download # CUDA版を利用する場合は`--device cuda`オプションを付ける
  1. 環境変数LD_LIBRARY_PATHDISCORD_TOKENを設定して実行する。
$ export LD_LIBRARY_PATH=./voicevox_core:$LD_LIBRARY_PATH
$ export DISCORD_TOKEN=xxxxxx
$ cargo run --release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages