Realtime_PyAudio_FFT icon indicating copy to clipboard operation
Realtime_PyAudio_FFT copied to clipboard

My desired device doesn't work with default settings?

Open Dario-G-M-S opened this issue 2 years ago • 1 comments

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

Dario-G-M-S avatar Apr 29 '23 19:04 Dario-G-M-S

It's been a while since I coded this up, very likely some things are a bit outdated by now.. I might actually remove the versioning numbers from the requirements file altogether. If you figure out how to update the device settings properly feel free to send a pull request!

aiXander avatar May 02 '23 14:05 aiXander