We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
README
1 parent 8039c14 commit 0f50d7cCopy full SHA for 0f50d7c
README.md
@@ -63,7 +63,11 @@ This project is a RESTful API server that creates an audio from a text based on
63
- Start server
64
65
```bash
66
- wasmedge --dir .:. tts-api-server.wasm
+ wasmedge --dir .:. tts-api-server.wasm \
67
+ --model-name piper \
68
+ --model en_US-lessac-medium.onnx \
69
+ --config en_US-lessac-medium.onnx.json \
70
+ --espeak-ng-dir ./espeak-ng-data
71
```
72
73
> [!TIP]
@@ -78,7 +82,7 @@ This project is a RESTful API server that creates an audio from a text based on
78
82
--header 'Content-Type: application/json' \
79
83
--data '{
80
84
"model": "piper",
81
- "input": "This is a audio speech test",
85
+ "input": "This is an audio speech test",
86
"response_format": "wav",
87
"speed": 1.0
88
}'
0 commit comments