Discussions

Ask a Question
ANSWERED

How do I change the model used by Elevenlabs to generate my voice

I have got my custom voice working through elevenlabs but it does not sound correct unless I use the eleven_turbo_v2 model. I have tried implementing this in my code but to no avail. How can I use the eleven_turbo_v2 model for my voice?

ANSWERED

Facial Expressions

How do I incorporate facial expressions using D-iD?

ANSWERED

Inquiry on Real-Time Text Streaming Capabilities

I'm utilizing a Large Language Model (LLM) and I'm interested in streaming text inputs to enhance real-time processing with D-ID. Can D-ID support streaming inputs where it begins processing as soon as a word is submitted?

ANSWERED

poor video resolution on streams

i've seen this posted multiple times, but i haven't noticed a satisfactory answer. i would like to use the talks/streams/{id} end point to stream videos using text and an eleven labs voice. i've copied the code from https://github.com/de-id/live-streaming-demo and modified it for my use case and it works, but the video quality is poor (low resolution, blurry). the audio is fine. I know that my network is not the problem. at the time i was running the test i was getting 81Mbps download speeds. I turned on chrome://webrtc-internals/ to capture statistics for multiple streaming runs and i was not seeing any packets dropped and the incoming video bitrate was between 250k and 320k bps, so it does not seem that the stream coming from D-ID is taking advantage of all the bandwidth available. What are my options for improving the quality of the video?

ANSWERED

session_timeout

i tried to increase the session_timeout to 300 in the talks/streams endpoint, but the call failed. i can see that the documentation says you need to have proper permissions. how do i get those permissions?

ANSWERED
ANSWERED

Unauthorized

import requests

ANSWERED

Seamless Transition for Clips


ANSWERED

I am programming a smart interphone. I have written a code that gives me responses formatted as JSON. How can I send them to my API?

hello

ANSWERED

Video breaking while streaming avatar

Occasionally, the streaming video and audio may experience interruptions during playback, which could be due to issues with the WebRTC connection i guess? Are there methods available to optimize this and prevent the video from breaking?