@purpleschool/ai-proxy 0.3.19 → 0.3.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/proto/ai-proxy.proto +4 -4
package/package.json
CHANGED
package/proto/ai-proxy.proto
CHANGED
|
@@ -180,10 +180,10 @@ message TextToSpeechResponse {
|
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
message TextToSpeechParams {
|
|
183
|
-
optional
|
|
184
|
-
optional
|
|
185
|
-
optional
|
|
186
|
-
optional
|
|
183
|
+
optional double speed = 1;
|
|
184
|
+
optional double similarity = 2;
|
|
185
|
+
optional double stability = 3;
|
|
186
|
+
optional double style = 4;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
// Music Generation
|