You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent processing of muted user's speech after unmuting on WebGL
- Fixed a bug where speech data from a muted user could be processed after unmuting in WebGL builds.
- Now, when the user is muted or the microphone is not recording, the buffer is cleared and no old audio data is processed after unmuting.
- This prevents unintended speech recognition or processing of buffered audio that was captured during mute state.
0 commit comments