3 releases (unstable)
1.0.0 |
|
---|---|
0.1.2 | Nov 15, 2022 |
0.1.1 | Nov 15, 2022 |
0.1.0 |
|
#350 in #wrapper
4KB
aquestalk-rs
This is for aquestalk1 rust wrapper.
読み上げに使用する際
aquestalkを使ってDiscord読み上げbotなどを作成する場合aquestalkに問い合わせして、サーバー用ライセンスの購入が必須です。
Installation
[dependencies]
aquestalk = "0.1.2"
features
aquestalk1
- Using aquestalk version 1.
Usage
Setup
※This is describe about linux.
-
Please install aquestalk1 at here
-
Go to
aqtk1-lnx-eva
directory, chooselib32
orlib64
and choose which you like one. -
move
libAquesTalk.so
file to/usr/lib
.
All that!
Code
fn main() {
let wav = aquestalk::synthe_aquestalk1("こんにちは").unwrap();
std::fs::write("test.wav", wav.to_vec()).unwrap();
}
Dependencies
~7KB