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 d52902e commit 3cd920aCopy full SHA for 3cd920a
lib/src/api.dart
@@ -91,7 +91,7 @@ class EmblaAPI {
91
/// [text] Text to be speech synthesized
92
/// [apiKey] Server API key
93
/// Returns the resulting audio file URL or null if an error occurred.
94
- static Future<String?> synthesize(String text, String? apiKey,
+ static Future<String?> synthesizeSpeech(String text, String? apiKey,
95
{String voiceID = kDefaultSpeechSynthesisVoice,
96
double voiceSpeed = kDefaultSpeechSynthesisSpeed,
97
String apiURL = "$kDefaultServer$kSpeechSynthesisEndpoint"}) async {
0 commit comments