profile
viewpoint

startupjs/startupjs 92

⚡ Universal React Native + Web framework with isomorphic collaborative DB and observables

zag2art/expr-tree 0

An expression tree system for node.js

zag2art/node-csv 0

Full featured CSV parser with simple api and tested against large datasets.

zag2art/zag2art 0

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

elevenlabs integration error

the same error

{
    "kind": "TextToSpeechProviderError",
    "description": "SSML is only supported by Microsoft Azure",
    "details": {
        "provider": "elevenlabs"
    }
}
zag2art

comment created time in 19 days

issue commentde-id/live-streaming-demo

elevenlabs integration error

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"
}
zag2art

comment created time in 19 days

issue openedde-id/live-streaming-demo

elevenlabs integration error

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

tagv0.50.22

⚡ Universal React Native + Web framework with isomorphic collaborative DB and observables

created time in 21 days

push eventstartupjs/startupjs

Arthur Zayats

commit sha fa9e216c6d7ef9313939525ed215edee855d896b

v0.50.22

view details

push time in 21 days

push eventstartupjs/startupjs

Arthur Zayats

commit sha 85aff767792f99369726278a98ee1c64d0a5648b

add filters for compression() middleware

view details

push time in 21 days

created tagstartupjs/startupjs

tagv0.50.17

⚡ Universal React Native + Web framework with isomorphic collaborative DB and observables

created time in 2 months

push eventstartupjs/startupjs

Arthur Zayats

commit sha 3e4cbf5afd45c8aac183e778611adfd9d871d61c

v0.50.17

view details

push time in 2 months

push eventstartupjs/startupjs

Arthur Zayats

commit sha 7e2c4a220cd31533e48021617a3ab116ec99b6c6

add onAfterLoginHook hook to auth-google

view details

push time in 2 months

more