openvinotoolkit / openvino_build_deploy

Pre-built components and code samples to help you build and deploy production-grade AI applications with the OpenVINO™ Toolkit from Intel
Apache License 2.0
60 stars 33 forks source link

Virtual Assistant Microphone Recording = Huge lag or Freezing #84

Open raymondlo84 opened 1 month ago

raymondlo84 commented 1 month ago

I think there is a bug in Windows when we trigger the microphone recording. To repeat this bug, run the virtual assistant chatbot and use the text mode. After a few minutes later try the microphone recording mode and the interface will freeze (very high RAM + CPU usage) and eventually will work.

It seems like the browser or so cached lots of audio buffers and it was trying to clean it.

adrianboguszewski commented 1 month ago

I bet it's gradio issue. Try to upgrade it and see if it still happens?

raymondlo84 commented 2 weeks ago

Are we sure we are using Gradio correctly?

adrianboguszewski commented 2 weeks ago

Depends on what you mean. What doesn't look correct?