Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

Audio stuttering when using ASIO device

Open wellcoming opened this issue 1 year ago • 0 comments

Description

When setting the device type to ASIO in gui_v1.py, both input and output audio channels experience stuttering and the sound is not continuous. It appears that the GUI.audio_callback function is blocking the process, leading to this issue. Additionally, altering the audio stream's blocksize changes the frequency of the stuttering.

Expected Behavior

The audio input and output should be smooth and continuous without any interruptions or stuttering when using an ASIO device type.

Possible Solution

Consider implementing a non-blocking or asynchronous approach to handle audio data processing within GUI.audio_callback.

Additional Information

  • Operating System: Windows 11 23H2
  • ASIO Device: MiniFuse 1

wellcoming avatar Jul 06 '24 13:07 wellcoming