audio-reactive-led-strip icon indicating copy to clipboard operation
audio-reactive-led-strip copied to clipboard

Unable to use virtual audio

Open arunpatro opened this issue 7 years ago • 2 comments

I am able to visualize the audio and its beats with MIC_RATE = 44100 FPS = 30 N_FFT_BINS = 24

However, when I use Loopback as a virtual audio, with the same parameters, the visualization always throws buffer overflow errors. How do I obtain the appropriate MIC_RATE for it?

arunpatro avatar Feb 13 '18 07:02 arunpatro

Check your current output device's sample rate. You can find it in Sound => Playback devices => (device) => Advanced

Mine is 48000 I believe. But I don't recall, I think I added a change that auto-reads the sampling rate from Windows

d-rez avatar Mar 01 '18 11:03 d-rez

I'm unable to use Virtual audio. I've enable Stereo Mix set MIC_RATE to 48000 but visualization.py graphs show garbage and doesn't match the audio signals at all

uzairali001 avatar Mar 28 '18 21:03 uzairali001