Skip to content

Music Analysis

Gottfried Haider edited this page Jul 5, 2017 · 9 revisions

Different options for making the sketch react to music:

TarsosDSP

Android's Visualizer API

Android's AudioRecord or MediaRecorder APIs

lwbd (lightweight beat detector)

  • pure Java, but operates on files (using the Java Sound API)
  • returns the time location and sound energy of each beat it detects
  • perhaps this could be run each time before an mp3 from the user's library is being played back?

minim-android