Music Analysis in Java

Hello!

I was wondering if it's possible to create music games in Java? I played games like Beat Hazzard and Audiosurf and the like, and I thought about how to do it: dynamically download songs that the user selects and finds pieces of information (for example, bass notes) and does something in return.

I don’t even know where to start, but I found ways to play music (through some other classes or the Java Sound API). Has anyone ever done anything like this before? Any help is appreciated.

+5
source share
1 answer

Of course. I think you should be Googling for Processing and Analyzing Java Signals .

SO, Java (. Google ). , . , , . MARF, SO, !

+7

All Articles