Discussions
Streamming not work on safari browser
I am successfully done configuration and generate session during streaming in safari browser so it's failed
Insérer un agent D-ID dans Genia.ly
Chat language
I was trying to test the chat mode and can not change the avatar language, the last time i tried I was able to do it, I need to have it in Portuguese
why i dont have any credite ?
I cany create any vedio inspite of this is my first experience
IMPORTANT: Can I use driver_expression in talk stream mode?
const talkResponse = await fetch(
`${DID_API.url}/talks/streams/${streamId}`,
{
method: "POST",
headers: {
Authorization: `Basic ${DID_API.key}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
script: {
type: 'text',
subtitles: 'false',
provider: {
type: 'microsoft',
voice_id: 'en-US-JennyNeural',
},
ssml: 'false',
input: responseFromOpenAI_message, //send the openAIResponse to D-id
},
config: {
fluent: true,
pad_audio: 1,
driver_expressions: {
expressions: [
{expression: 'happy', start_frame: 0, intensity: 1}],
// transition_frames: 10
},
stitch: true,
sharpen: false,
},
session_id: sessionId,
}),
}
);
API request failed
I tried to request the API on your website, but the request kept failing. What's going on?
Video duration
I'm having issues with the duration of the videos. One video was supposed to last 30 seconds, but upon generating it, it ended up being 23 seconds. Another video that was supposed to last 1 minute ended up being 59 seconds. The worst was a video that was supposed to be 1 minute but ended up being 1 minute and 1 second, which consumed one extra credit more than it should have. Could you please check this? Thank you.
Stimme klonen
Wie funktioniert das Klonen meiner Stimme?
The /Get APIs
I was able to generate the Id put when i run it on my brower i got "https://api.d-id.com/talks/3448899apikey" i got {"message":"Unauthorized"}, can you please help me out
available voice choice
Where can we hear all of the voices before creating so as to check which one to use?