⚡ Universal React Native + Web framework with isomorphic collaborative DB and observables
An expression tree system for node.js
Full featured CSV parser with simple api and tested against large datasets.
Config files for my GitHub profile.
issue openedde-id/live-streaming-demo
elevenlabs integration error (dublicate)
Please, help with https://github.com/de-id/live-streaming-demo/issues/6 It's not resolved yet
created time in 16 days
issue commentde-id/live-streaming-demo
the same error
{
"kind": "TextToSpeechProviderError",
"description": "SSML is only supported by Microsoft Azure",
"details": {
"provider": "elevenlabs"
}
}
comment created time in 19 days
issue commentde-id/live-streaming-demo
this is also doesn't work
{
"script": {
"type": "text",
"subtitles": "false",
"provider": {
"type": "elevenlabs",
"voice_id": "BMKpAZGNzkYvXm2hPSuP"
},
"input": "Hello, Niraj, this is Brian Kelly. Don't you think my clone is awesome?",
"ssml": false
},
"config": {
"stitch": true
},
"session_id": "AWSALB=8psTxAIKNnqijpKaaLcLsv3PUW3jas+eZDHtL6fGDB4NpSP5XvXzWyN67NFhNuhHT+hPyJv5fXiZcO8PgdrYHu7LNxI3CfB3Mb6zTjyUlrp13Zc/5brpjUjZ6p4j; Expires=Thu, 25 May 2023 10:28:45 GMT; Path=/; AWSALBCORS=8psTxAIKNnqijpKaaLcLsv3PUW3jas+eZDHtL6fGDB4NpSP5XvXzWyN67NFhNuhHT+hPyJv5fXiZcO8PgdrYHu7LNxI3CfB3Mb6zTjyUlrp13Zc/5brpjUjZ6p4j; Expires=Thu, 25 May 2023 10:28:45 GMT; Path=/; SameSite=None; Secure"
}
comment created time in 19 days
issue openedde-id/live-streaming-demo
I try to you you demo with elevenlabs.
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": "elevenlabs",
"voice_id": "BMKpAZGNzkYvXm2hPSuP"
},
"input": "Hello, Niraj, my name is Brian Kelly. Thank you for your help with this clone"
},
'driver_url': 'bank://lively/',
'config': {
'stitch': true,
},
'session_id': sessionId
})
});
but it generates an error
POST https://api.d-id.com/talks/streams/strm_PNmi1SRve84D4DLroBJ_2
payload
{
"script": {
"type": "text",
"subtitles": "false",
"provider": {
"type": "elevenlabs",
"voice_id": "BMKpAZGNzkYvXm2hPSuP"
},
"input": "Hello, Niraj, my name is Brian Kelly. Thank you for your help with these clone. Thank you very much!"
},
"driver_url": "bank://lively/",
"config": {
"stitch": true
},
"session_id": "AWSALB=Q5Gyd67+7D7aO/jGklXdslfpmIP5cWV+7hu6COtUKrcJ0lWMy+FYISrkSvK3EuFQV2fhLKAr1dD3wR2ekeW/ARpoLJ0bm/Y0BiZFxlwIlCFXzRWzcW/21KCSmh7P; Expires=Wed, 24 May 2023 13:57:14 GMT; Path=/; AWSALBCORS=Q5Gyd67+7D7aO/jGklXdslfpmIP5cWV+7hu6COtUKrcJ0lWMy+FYISrkSvK3EuFQV2fhLKAr1dD3wR2ekeW/ARpoLJ0bm/Y0BiZFxlwIlCFXzRWzcW/21KCSmh7P; Expires=Wed, 24 May 2023 13:57:14 GMT; Path=/; SameSite=None; Secure"
}
response status code - 400
{
"kind": "TextToSpeechProviderError",
"description": "SSML is only supported by Microsoft Azure",
"details": {
"provider": "elevenlabs"
}
}
What is wrong?
created time in 20 days
created tagstartupjs/startupjs
⚡ Universal React Native + Web framework with isomorphic collaborative DB and observables
created time in 21 days
push eventstartupjs/startupjs
commit sha fa9e216c6d7ef9313939525ed215edee855d896b
v0.50.22
push time in 21 days
push eventstartupjs/startupjs
commit sha 85aff767792f99369726278a98ee1c64d0a5648b
add filters for compression() middleware
push time in 21 days
created tagstartupjs/startupjs
⚡ Universal React Native + Web framework with isomorphic collaborative DB and observables
created time in 2 months
push eventstartupjs/startupjs
commit sha 3e4cbf5afd45c8aac183e778611adfd9d871d61c
v0.50.17
push time in 2 months
push eventstartupjs/startupjs
commit sha 7e2c4a220cd31533e48021617a3ab116ec99b6c6
add onAfterLoginHook hook to auth-google
push time in 2 months