aiXander / Realtime_PyAudio_FFT

Realtime audio analysis in Python, using PyAudio and Numpy to extract and visualize FFT features from streaming audio.
MIT License
948 stars 186 forks source link

Changing inputs doesn't work (Not supported) #17

Open Bummbumm6 opened 2 years ago

Bummbumm6 commented 2 years ago

Device 14 are my headphones. I don't want to use the visualizer for my mic. This is what it gives me: Input sound settings for device 14 and samplerate 44100 Hz not supported, using defaults... Defaulted to using first working mic, Running on mic 1

Is there any way to make a unsupported device supported? Or is there anything I'm doing wrong?