Warning This is now developing. Please use old one.
This is for aquestalk rust wrapper.
aquestalkを使ってDiscord読み上げbotなどを作成する場合aquestalkに問い合わせして、サーバー用ライセンスの購入が必須です。
[dependencies]
aquestalk = "0.1.2"※This is describe about linux.
-
Please install aquestalk1 at here
-
Go to
aqtk1-lnx-evadirectory, chooselib32orlib64and choose which you like one. -
move
libAquesTalk.sofile to/usr/lib.
All that!
fn main() {
let wav = aquestalk::synthe("こんにちは").unwrap();
std::fs::write("test.wav", wav.to_vec()).unwrap();
}