Voice AI Integrations with Twilio
So I'm currently connecting Voiceflow and ElvenLabs to give the speech capabilities a boost in audio, with the intention of integrating all this into calling and number software like Twilio.
How we initially had it working is I call the ElevenLabs text-to-speech API have it finish and then convert that into 64bit audio - which exactly follows Niko's tutorial to do so. What happened was if the character length exceeded 250, the function would always return invalid payload=null - so then we had to make a custom API directly to handle this externally.
The problem we ran into after doing all this is that with this current system, we can't seem to get it integrated into any external platforms that can actually use it - for example, we can't seem to get it properly working with Twilio, which is where we would like to be able to have people conversate with it through. And we've only seen the repository from @NiKo regarding text-based integrations into Twilio - but we haven't been able to adapt it to get it working for voice.. so any help you could offer on this would be greatly appreciated!
How we initially had it working is I call the ElevenLabs text-to-speech API have it finish and then convert that into 64bit audio - which exactly follows Niko's tutorial to do so. What happened was if the character length exceeded 250, the function would always return invalid payload=null - so then we had to make a custom API directly to handle this externally.
The problem we ran into after doing all this is that with this current system, we can't seem to get it integrated into any external platforms that can actually use it - for example, we can't seem to get it properly working with Twilio, which is where we would like to be able to have people conversate with it through. And we've only seen the repository from @NiKo regarding text-based integrations into Twilio - but we haven't been able to adapt it to get it working for voice.. so any help you could offer on this would be greatly appreciated!