Music visualizer

Started by blue_tomato, January 29, 2005, 05:47:39

Previous topic - Next topic

blue_tomato

I am trying to make a music visualizer using LWJGL, and need to change teh behaviour of some patterns depending on the sounds playing at the moment.

Is there a way to grab the current audio output?


blue_tomato

Quote from: "Matzon"I don't think so, using openal - using FMOD you can though. Take a look at the NetTest[url].
It grabs the spectrum from FMOD and then continues to paint it in a secondary thread. The use 'mac' has been doing a player using fmod - his site is at: www.mac-systems.de - however I couln't find the app :(

Thanks, it is working now :)

By the way, why use FMOD to play OGG, when you can do it though OpenAL? Sorry for the newbie questions, but seems like these two classes are overlapping..?