ElevenLabs-DotNet
ElevenLabs-DotNet copied to clipboard
A Non-Official ElevenLabs RESTful API Client for dotnet
I made this for use in a custom asp.net core proxy implementation where I preferred that the samples be handled entirely in memory rather than being written to the filesystem...
# Feature Request ## Is your feature request related to a problem? Please describe. This is related to the PR and discussion from https://github.com/RageAgainstThePixel/ElevenLabs-DotNet/pull/25 If I want to add a...
# Feature Request Please add support for the Project API. ## Is your feature request related to a problem? Please describe. Currently, textToSpeech is limited to 5k characters. The only...
# Feature Request # Suggested Model name, "TurboV2". public static ElevenLabs.Models.Model TurboV2 { get; } = new ElevenLabs.Models.Model("eleven_turbo_v2");
[Support websockets for text to speech](https://elevenlabs.io/docs/api-reference/websockets) ElevenLabs-DotNet-Proxy should also support forwarding websockets connections
# Bug Report Reported in [Discord Post](https://discord.com/channels/855294214065487932/1268732799532400661) ``` There was an error while processing an AddVoice request. System.Net.Http.HttpRequestException: Error while copying content to a stream. ---> System.IO.IOException: Unable to write...
- dubbing access; upload, asynchronous partial download, & transcriptions - dubbing unit test on the sample audio file. confirmed for videos too, you just might need to enable the watermark...
Version 3.0.0 - Added ability to specify fully customizable domain proxies - Added environment variable parsing for ELEVENLABS_API_KEY - Added SoundEffects API endpoints - Updated default models