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
I am using usemic VAD to detect speech and wrote a function as a hook that returns start, stop, speechStart, and speechEnd. I imported it into the main component. When I call start, the main component renders continuously, and when I call stop, the rerendering stops. However, when the main component rerenders, the others code in the main component does not work properly.
The text was updated successfully, but these errors were encountered:
I am using usemic VAD to detect speech and wrote a function as a hook that returns start, stop, speechStart, and speechEnd. I imported it into the main component. When I call start, the main component renders continuously, and when I call stop, the rerendering stops. However, when the main component rerenders, the others code in the main component does not work properly.
The text was updated successfully, but these errors were encountered: