Maciej Zasadzki ADVICOS Report post Posted 11/12/2025 02:03 PM Do you have any experience integrating VoiceGuide with ElevenLabs, similar to Google Text-to-Speech? Alternatively, could you suggest how to save the .mpeg file returned as a response from the ElevenLabs web service call? Share this post Link to post
SupportTeam Report post Posted 11/13/2025 03:43 AM Please direct all enquiries regarding using ElevenLabs other similar TTS/STT providers with VoiceGuide to sales@voiceguide.com You could of course just convert the received .mpeg file to a .wav (ALaw 8kHz in your case) and play that .wav - but this conversion process would add even more to the delay before the file is played. You can time how long the conversion would take by adding Trace API calls in the VBScript/JavaScript which you re using right now to make the calls to ElevenLabs web service. see: https://www.voiceguide.com/vghelp/source/html/com_trace.htm Embedded integrations have shorter delays. You need to contact sales@voiceguide.com regarding using embedded integrations. Share this post Link to post