desktop-waifu
desktop-waifu copied to clipboard
Help 911
I had to run the waifu/scripts/activate.bat and pip install pyaudio, but after connecting to vtube studio and pressing control, I get the following error. Feel free to edit the title, no idea what its barking about...
File "C:\Users\matrixfox\Documents\GitHub\desktop-waifu-master\waifu\Src\runner.py", line 128, in <module>
audio_buffer = utils.audio.record()
File "C:\Users\matrixfox\Documents\GitHub\desktop-waifu-master\waifu\Src\utils\audio.py", line 86, in record
stream = p.open(format=FORMAT, channels=CHANNELS, rate=RATE, input=True, frames_per_buffer=CHUNK)
File "C:\Users\matrixfox\Documents\GitHub\desktop-waifu-master\waifu\lib\site-packages\pyaudio\__init__.py", line 639, in open
stream = PyAudio.Stream(self, *args, **kwargs)
File "C:\Users\matrixfox\Documents\GitHub\desktop-waifu-master\waifu\lib\site-packages\pyaudio\__init__.py", line 441, in __init__
self._stream = pa.open(**arguments)
OSError: [Errno -9999] Unanticipated host error