3

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?

multiholle
  • 3,050
  • 8
  • 41
  • 60

1 Answers1

2

Check out the Java Tutorial for Accessing Audio System Resources.

Mike Christianson
  • 1,927
  • 1
  • 12
  • 7