Demo | Video | Documentation
RhythmTool is a straightforward scripting package for Unity, with all the basic functionality for creating games that react to music.
RhythmTool can analyze an entire song before playing it, or while it’s being played.
There are a number of types of data it provides:
? Beats
? Onsets
? Changes in overall intensity
? volume
This data can be used in various ways and is provided through collections and events.
Use MP3 importer to import music in game.
All source files included.
RhythmTool is designed to analyze and sync songs with a known length. Unfortunately it is not possible to analyze a continuous stream of data, like a web stream or mic input.