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 22, 2024 0:22am |
Summary
Currently, we do not have a prop in the React SDK for muting EVI. This PR gives developers the ability to mute EVI with the following additions:
muteEVI
method for stopping audio playbackunmuteEVI
method for resuming audio playback starting from the next clipisEVIMuted
property for describing whether EVI is mutedChanges
useSoundPlayer
to include two methods for muting and unmuting EVIplayNextClip
logic inuseSoundPlayer
to skip audio playbacknext-app
project with a "mute EVI" button for testing purposes