Sound while tool call in progress
# support
r
Is it possible to play a sound while a tool call is in progress? I have a long running job that takes up to 20 seconds and want to make it clear that the call hasn't dropped.
c
Yes, you can play a custom background sound during a tool call to indicate the call is active. You can set a custom audio file as background sound by specifying a URL in the
backgroundSound
property of your call setup.
r
thank you
ah i meant something different that the normal call background, a second one for while a tool call is in progress
I just changed the "custom message response" to tell jokes instead.
k
Vapi doesn’t support a separate sound during tool calls, but you can simulate it by making the tool async, using a looping backgroundSound, and adding TTS messages before and after the tool completes..
3 Views