Skip to content

Commit

Permalink
id
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Nov 15, 2023
1 parent b76a8ae commit 6d74754
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public async Task Test_01_TextToSpeech()
var defaultVoiceSettings = await ElevenLabsClient.VoicesEndpoint.GetDefaultVoiceSettingsAsync();
var voiceClip = await ElevenLabsClient.TextToSpeechEndpoint.TextToSpeechAsync("The quick brown fox jumps over the lazy dog.", voice, defaultVoiceSettings);
Assert.NotNull(voiceClip);
Console.WriteLine(voiceClip);
Console.WriteLine(voiceClip.Id);
}

[Test]
Expand Down

0 comments on commit 6d74754

Please sign in to comment.