Discussions
how to Add a 0.5s break while using the talk api?
Posted by 68175124 almost 2 years ago
Why not working
I still 20 points and you still want me to subscribe. My points are remaining
Posted by osmoconnectltd almost 2 years ago
The call of the Talks interface is different from the video generated by the platform. Why does the generated interface have only one header? Which parameter needs to be changed to generate the format of uploaded pictures
The call of the Talks interface is different from the video generated by the platform. Why does the generated interface have only one header? Which parameter needs to be changed to generate the format of uploaded pictures
Posted by hz3413071 almost 2 years ago
Why does this Elevenlabs voice not working?
const talkResponse = await fetchWithRetries(`${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: 'elevenlabs', voice_id: '21m00Tcm4TlvDq8ikWAM'},
ssml: 'false',
input: 'Hello, I am alex'
},
config: {fluent: 'false', pad_audio: '0.0'},
session_id: sessionId,
}),
});
Posted by laxman almost 2 years ago
वीडियो बनाने में प्रोब्लम
मेरे फोन से डी आई डी से वीडियो नही बन रहा मेरी मदद कीजिए
Posted by kasanapaylet22 almost 2 years ago
Can't create a stream
When I execute the step of requesting Start a stream, the server returns 500. How to fix it?
Posted by yinpf123 almost 2 years ago
Perché non mi crea il video in Italiano
Il mio problema che scrivo il testo in italiano. Quando crea il video in inglese
Posted by wassimdola almost 2 years ago
How to add Background Music to the output video using HTTP API?
Hello,
Posted by maxmarkpod almost 2 years ago
kind PermissionError description user has no permission for logo
Hello,
Posted by maxmarkpod almost 2 years ago
When I request subtitles I get {"kind":"PermissionError","description":"user has no permission for subtitles"} is there a way to request permission for subtitles?
When I request subtitles I get {"kind":"PermissionError","description":"user has no permission for subtitles"} is there a way to request permission for subtitles?
Posted by maxmarkpod almost 2 years ago