is there a way to store the audio output
# general-english
a
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
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..
k
2 Views