Tagged Questions
1
vote
0answers
379 views
detect light pulse from camera
I'm trying to implement an heart beat detector algorithm for iPhone
It's for educational purposes considering the fact that there are already several apps doing that...
I've got this functions to get ...
3
votes
1answer
605 views
Beat Detection from line in
I wan't to try some beat detection algorithms from here in Java. My problem: How do I get the current audio mix from the soundcard as datasource for the algorithms?