elevenlabs-api
elevenlabs-api copied to clipboard
🗣️🎤 elevenlabs-api is an open source Java wrapper around the ElevenLabs Voice Synthesis and Cloning Web API.
In my Java project, I am using a speech generation constructor like this:  However, I am receiving the following error:  After some investigation, I realized that ElevenNetworkUtil.FILE_RESULT_TYPES does...
Hey Andres, it's me again :) I am now at a point, where I need multiple elevenlabs instances running. This is currently NOT supported, correct? Is this planned? Maybe with...
Hi there, I saw in #15 that you're working on the websocket part of the API I'm eager to use it! Do you have any rough ETA? :)
Add support to retrieve timestamp details too along with the audio. More details can be found at https://elevenlabs.io/docs/api-reference/text-to-speech-with-timestamps
Shouldn't generateStream be a lot faster than generate? voice.generate("This is a small test. Can this test be any faster? Can the speech be generated faster?"); -> 1700-1800ms voice.generateStream("This is a...
slf4j-nop was causing my spring boot project to crash
So my issue is a clash of logging dependencies when used alongside spring-boot 3.3.x. ```sh > Task :bootRun FAILED SLF4J: Class path contains multiple SLF4J providers. SLF4J: Found provider [org.slf4j.nop.NOPServiceProvider@53bd815b]...