scottlawsonbc / audio-reactive-led-strip

:musical_note: :rainbow: Real-time LED strip music visualization using Python and the ESP8266 or Raspberry Pi
MIT License
2.68k stars 644 forks source link

What michrophone/speakers are best for leds best performance? #253

Closed denisTenis1 closed 3 years ago

denisTenis1 commented 4 years ago

I noticed while testing my LEDs to the demo video Scott made that it doesn't match up, what would me the best michrophone/speakers for this?

d00mfish commented 4 years ago

So you use a microphone? I'd recommend using a usb soundcard and feeding the signal directly per 3,5mm Jack into your computer/rpi. Since the program sets the gain automtatically I would assume that every soundcard goes well with it.

denisTenis1 commented 4 years ago

So you use a microphone? I'd recommend using a usb soundcard and feeding the signal directly per 3,5mm Jack into your computer/rpi. Since the program sets the gain automatically I would assume that every soundcard goes well with it.

Will I get better results with a soundcard? Do you use a soundcard? I thought everyone was using microphones

d00mfish commented 4 years ago

I tried both and for what I can say is the result with a soundcard is way better than with a microphone. Makes sense because the pc/pi gets the signal without interference and in full dynamic range (20-22kHz). Also you have to play a little with your frequency range. I use it for bass visualization and therefore set it to 50-400Hz. Looks great!

denisTenis1 commented 4 years ago

What soundcard do you recommend? And also, I don't understand how can a soundcard power the code, isn't a soundcard something you plug your mic or speakers into?

denisTenis1 commented 4 years ago

I tried both and for what I can say is the result with a soundcard is way better than with a microphone. Makes sense because the pc/pi gets the signal without interference and in full dynamic range (20-22kHz). Also you have to play a little with your frequency range. I use it for bass visualization and therefore set it to 50-400Hz. Looks great!

Still waiting for your reply :D

d00mfish commented 4 years ago

Oh sorry I didn't see your message. Most soundcards will funktion if you configure teh Raspi like mentioned in the readme. Though there are some cards that don't work, buying a 3$ card from ebay should do the trick. Mine is about 9 Years old but works like a charm. The soundcard does the same like any usb microphone. The advantage is that the Sound does not need to travel through the air so the signal is much cleaner and better. I hope that helped you and sorry for the late reply :)

denisTenis1 commented 4 years ago

Thanks for replying, Will the soundcard work with the pc version, I have a Raspberry Pi 3 laying around if it doesn't though.

On Thu, 2 Jan 2020, 21:39 Leo, notifications@github.com wrote:

Oh sorry I didn't see your message. Most soundcards will funktion if you configure teh Raspi like mentioned in the readme. Though there are some cards that don't work, buying a 3$ card from ebay should do the trick. Mine is about 9 Years old but works like a charm. The soundcard does the same like any usb microphone. The advantage is that the Sound does not need to travel through the air so the signal is much cleaner and better. I hope that helped you and sorry for the late reply :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/scottlawsonbc/audio-reactive-led-strip/issues/253?email_source=notifications&email_token=AN6RZZ6CPWPUV427LQB22A3Q3Y7I3A5CNFSM4JVUNNZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH7GA2A#issuecomment-570318952, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN6RZZ4XT65FRWVKNII4KDDQ3Y7I3ANCNFSM4JVUNNZQ .

d00mfish commented 4 years ago

Yes it will. Just stick to the Readme and you should do nothing wrong.

joeybab3 commented 3 years ago

Seems like this was solved, closing.