Skip to content

Commit 3cd920a

Browse files
committed
synthesize->synthesizeSpeech
1 parent d52902e commit 3cd920a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class EmblaAPI {
9191
/// [text] Text to be speech synthesized
9292
/// [apiKey] Server API key
9393
/// Returns the resulting audio file URL or null if an error occurred.
94-
static Future<String?> synthesize(String text, String? apiKey,
94+
static Future<String?> synthesizeSpeech(String text, String? apiKey,
9595
{String voiceID = kDefaultSpeechSynthesisVoice,
9696
double voiceSpeed = kDefaultSpeechSynthesisSpeed,
9797
String apiURL = "$kDefaultServer$kSpeechSynthesisEndpoint"}) async {

0 commit comments

Comments
 (0)