Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
点击开始音频转换时发生错误 Multiple input devices found for Microphone
img:
根据#306 修改过gui.py的代码才运行起来的go-realtime-gui.bat
It appears that there may be a concern with ensuring input_devices_indices in the set_devices() function correctly contains the hostapi_name. If the hostapi_name is not present, adjustments might be necessary in the assignment logic within either the get_devices() (*This is in RVC1006Nvidia) or update_devices() (*Master branch) functions. This adjustment is crucial because sd.default.device requires an exact string match to function properly with sounddevice. Without the hostapi_name, it could be multiple matches.
If you've noticed that the gui_v1.py script differs from the one in the current master branch, this discrepancy could potentially impact functionality or compatibility. It might be beneficial to verify the versioning and ensure that any specific modifications are compatible with the current sounddevice requirements and your project's needs.
This issue has been fixed in previous versions
It seems not updated to the latest release on 20231006.
yes,but at 20231006,it's work for me.maybe you can try full update?