diff --git a/ElevenLabs-DotNet/Voices/VoicesEndpoint.cs b/ElevenLabs-DotNet/Voices/VoicesEndpoint.cs index 99c17da..5b8628c 100644 --- a/ElevenLabs-DotNet/Voices/VoicesEndpoint.cs +++ b/ElevenLabs-DotNet/Voices/VoicesEndpoint.cs @@ -207,7 +207,7 @@ public async Task AddVoiceAsync(string name, IEnumerable samplePa /// Add a new voice to your collection of voices in VoiceLab from a stream /// /// Name of the voice you want to add. - /// Collection of samples as a stream to be used for the new voice + /// Collection of samples as an array of bytes to be used for the new voice /// Optional, labels for the new voice. /// Optional, . public async Task AddVoiceAsync(string name, IEnumerable sampleDatums, IReadOnlyDictionary labels = null, CancellationToken cancellationToken = default)