Hello, I'm running this in Windows 10 with python 3.11.0
I first had issues with the requierements file but removing the required version numbers fixed it (amazing).
The issue is that I want to see my speakers output that are the number 5 in the list, so I use the --device 5 but then this message appears
Input sound settings for device 5 and samplerate None Hz not supported, using defaults...
And then the algorithm defaults to my microphone and works just fine.
I tried changing the sample rate to match the actual device rate (check it in the windows sound config menu) but it says the same "not supported" so I was wondering if theres anything else I'm missing I should change.
Thank you
Hello, I'm running this in Windows 10 with python 3.11.0
I first had issues with the requierements file but removing the required version numbers fixed it (amazing).
The issue is that I want to see my speakers output that are the number 5 in the list, so I use the
--device 5but then this message appearsInput sound settings for device 5 and samplerate None Hz not supported, using defaults...And then the algorithm defaults to my microphone and works just fine.
I tried changing the sample rate to match the actual device rate (check it in the windows sound config menu) but it says the same "not supported" so I was wondering if theres anything else I'm missing I should change.
Thank you