uezo / ChatdollKit

ChatdollKit enables you to make your 3D model into a chatbot
Apache License 2.0
754 stars 76 forks source link

Fix WebGL microphone input handling #317

Closed uezo closed 3 months ago

uezo commented 3 months ago

Resolved a bug with WebGL microphone input where multiple components starting recordings simultaneously caused mixed data streams. Now, if the microphone input is already active, new inputs will not be initiated, ensuring correct data capture.