Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Dec 5, 2023
1 parent 72d9a6a commit 0f87bb7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,33 @@ func main() {
}
```

## CLI

```bash
go install github.com/ringsaturn/azuretts/cmd/azuretts
```

```console
azuretts --help
Usage of ./azuretts:
-language string
Language Flags (default "zh-CN")
-output string
Output File Name (default "audio.mp3")
-rate int
Rate (default 1)
-style string
Style Flags (default "chat")
-styledegree int
Style Degree (default 2)
-text string
Text (default "你好,世界")
-voice string
Voice Flags (default "zh-CN-YunxiNeural")
-volume int
Volume (default 100)
```

## Thanks

I learned a lot from <https://github.com/jesseward/azuretexttospeech>.

0 comments on commit 0f87bb7

Please sign in to comment.