Closed christinapeng1 closed 5 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
empathic-voice-api-js-next-app | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 25, 2024 8:29am |
Summary
Currently, we do not have a prop in the React SDK for muting the assistant audio. This PR gives developers the ability to mute the assistant audio with the following additions:
muteAudio
method for stopping audio playbackunmuteAudio
method for resuming audio playback starting from the next clipisAudioMuted
property for describing whether the assistant is mutedChanges
GainNode
inuseSoundPlayer
for muting and unmuting the assistant