mirror of
https://github.com/fumiama/ahsai.git
synced 2026-06-13 12:20:25 +08:00
add cmd
This commit is contained in:
31
README.md
31
README.md
@@ -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)
|
||||
```
|
||||
Reference in New Issue
Block a user