uezo / ChatdollKit

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

Fix incorrect volume measurement bug #299

Closed uezo closed 1 month ago

uezo commented 1 month ago

Corrected the issue where the absence of input from the microphone was recognized as the maximum volume. Now, it is recognized as the minimum volume.

Additionally, implemented a feature to restart input from the microphone if the device unexpectedly terminates, improving the stability of the speech recognition.