is there a way to store the audio output from vapi
example when we use
vapi.say
Copy code
vapi.say("Hello world");
is there a way to store the audio output locally?
k
Kings_big💫
05/02/2025, 8:55 PM
Vapi doesn’t provide a built-in way to store audio output, but you can use a custom TTS provider, record audio on the client side, or generate audio files via a server-side TTS service..