elevenlabs-api icon indicating copy to clipboard operation
elevenlabs-api copied to clipboard

🗣️🎤 elevenlabs-api is an open source Java wrapper around the ElevenLabs Voice Synthesis and Cloning Web API.

Results 7 elevenlabs-api issues
Sort by recently updated
recently updated
newest added

In my Java project, I am using a speech generation constructor like this: ![image](https://github.com/Andrewcpu/elevenlabs-api/assets/125604367/3f55ac04-7099-4e82-ad77-66efa6abb025) However, I am receiving the following error: ![image](https://github.com/Andrewcpu/elevenlabs-api/assets/125604367/e48f73f4-41f3-4570-8813-7ca81be68f09) 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...

enhancement

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]...