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
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
The text was updated successfully, but these errors were encountered:
wellcoming
added a commit
to wellcoming/Retrieval-based-Voice-Conversion-WebUI
that referenced
this issue
Jul 7, 2024
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 theGUI.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
The text was updated successfully, but these errors were encountered: