Page 1 of 1

Re: Using Arduino with Music (Cock Hero)

Posted: Tue Mar 15, 2016 8:33 am
by leoncrystalsong
nice thought ,but i read some comments about the arduino headphones,not very well.maybe thats the problem

Re: Using Arduino with Music (Cock Hero)

Posted: Mon Dec 25, 2017 9:07 pm
by mr_wayne
please check out
processing
.
it is a powerfull IDE and looks like the Arduino IDE.
You can use processing to analyze Audio streams or files, or u can make image/video processing on your computer and you can control a arduino via usb connection at the same time.

i used it once to make a fft on the current audiostream of my pc and to controll LEDs with a connected Arduino.

it is very easy:
https://learn.sparkfun.com/tutorials/co ... processing
https://playground.arduino.cc/Interfacing/Processing

i think you can easily use processing to make a beatdetection of a CH-Video which you are playing and controll a vibrator which is connected to the arduino.
there are processing libraries for beatdetection and all kind of analyzing methods