@purpleschool/ai-proxy 0.1.7 → 0.1.8
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
|
@@ -168,10 +168,10 @@ message TextToSpeechResponse {
|
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
message TextToSpeechParams {
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
171
|
+
optional float speed = 1;
|
|
172
|
+
optional float similarity = 2;
|
|
173
|
+
optional float stability = 3;
|
|
174
|
+
optional float style = 4;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
// Music Generation
|