1. NodeBox 1
    1. Homepage
    2. NodeBox 3Node-based app for generative design and data visualization
    3. NodeBox OpenGLHardware-accelerated cross-platform graphics library
    4. NodeBox 1Generate 2D visuals using Python code (Mac OS X only)
  2. Gallery
  3. Documentation
  4. Forum
  5. Blog

Question about music.

Posted by Chris on Sep 06, 2008

I'm sorry I couldn't find information on this on the site, is it possible to load an audio file into your code, and have the shapes on the screen move or grow according to the music?

Thanks!


 
Posted by impiaaa on Sep 06, 2008

Try here: http://docs.python.org/lib/mmedia.html



Posted by Tom De Smedt on Sep 25, 2008

Hi Chris,

What you are looking for is an FFT-analysis, that listens to your audio and returns some info about the volume in different sound frequencies. So far we have not found a suitable solution that would work for NodeBox.

You may want to check out Processing which has a library for real-time audio-analysis.