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

ASIO doesn't work in go-realtime-gui.bat

Open fractalfantasy opened this issue 1 year ago • 4 comments

I tried doing real time vocal processing but ASIO drivers don't work, only MME (which is very slow).

To reproduce:

  1. open go-realtime-gui.bat
  2. pick input and output with ASIO enabled
  3. Start audio conversion

notice that the command window stops and nothing is produced.

fractalfantasy avatar Apr 27 '23 09:04 fractalfantasy

Currently PortAudio can't work with ASIO driver, so we are using virtual audio driver instead. It's caused by 'sounddevice' library.

EntropyRiser avatar Apr 27 '23 10:04 EntropyRiser

There is pre-builded wheel packages available here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#sounddevice You can try to install this. It provided with the ASIO enabled PortAudio library.

I haven't tested recently. It works well with the ASIO on Windows when I did. But, for now, I think couldn't be a lot latency reduce.

TylorShine avatar Apr 30 '23 20:04 TylorShine

Wow thanks! would be cool to integrate this into the repository.On May 1, 2023, at 5:28 AM, TylorShine @.***> wrote: There is pre-builded wheel packages available here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#sounddevice You can try to install this. It provided with the ASIO enabled PortAudio library. I haven't tested recently. It works well with the ASIO on Windows when I did. But, for now, I think couldn't be a lot latency reduce.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

fractalfantasy avatar May 01 '23 01:05 fractalfantasy

Hello, i have install Sounddevice with asio support

I can view and select Asio Device , but there is no audio channel selection

  • sounddevice-0.4.4-cp310-cp310-win_amd64.whl for matching my python 3.10 version is it a special way to install this package in my venv ?

nielszweistein avatar Apr 02 '24 16:04 nielszweistein