1
0
mirror of https://github.com/fumiama/ahsai.git synced 2026-06-13 12:20:25 +08:00
This commit is contained in:
fumiama
2022-08-07 22:49:51 +08:00
parent 8d55badf65
commit 08db62a32d
5 changed files with 154 additions and 4 deletions

View File

@@ -51,4 +51,33 @@ func TestAPI(t *testing.T) {
- ついなちゃん標準語
- ついなちゃん関西弁
- 伊織弓鶴
- 音街ウナ
- 音街ウナ
## commandline tool
```bash
go run cmd/main.go -h
Usage:
-a float
anger
-b uint
border slience sample lenth (default 2048)
-d float
sadness
-f string
line-separated text to read
-h display this help
-j float
joy
-n string
specify speaker (default "民安ともえ")
-o string
output wav file path (default "out.wav")
-p float
pitch (default 1)
-r float
range (default 1)
-s float
speed (default 1)
-v float
volume (default 1)
```