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.
1 parent 0f3ffa4 commit bae66c6Copy full SHA for bae66c6
src/core/EdgeSpeechTTS/index.ts
@@ -34,7 +34,7 @@ export class EdgeSpeechTTS {
34
static localeOptions = getVoiceLocaleOptions();
35
static voiceList = edgeVoiceList;
36
static voiceName = voiceName;
37
- static completion = createEdgeSpeech;
+ static createRequest = createEdgeSpeech;
38
39
private fetch = async (payload: EdgeSpeechPayload) => {
40
const response = await (this.BASE_URL
src/core/MicrosoftSpeechTTS/index.ts
@@ -20,6 +20,7 @@ export class MicrosoftSpeechTTS {
20
}
21
22
23
+ static createRequest: typeof createMicrosoftSpeech = createMicrosoftSpeech;
24
25
static voiceList = azureVoiceList;
26
0 commit comments