A WebGL audio visualizer. Just drop in your audio file, and Spectrum will do the rest.
- Download the latest release here. Extract the download if necessary.
- Navigate to the downloaded folder. You should see the following:
Build
TemplateData
audio.mp3
config.json
index.html
- Replace
audio.mp3
with your audio file. - Customize your tune's title and artist in
config.json
. - Create a
.zip
containing the updated files. - Create a new game on itch.io.
- Upload the
.zip
from step 5.
Windows | macOS | Linux | Android | iOS | |
---|---|---|---|---|---|
Audio Clip (hardcoded) | ✅ | ✅ | ✅ | ✅ | ✅ |
Load Audio from URL | ✅ | ✅ | ✅ | ✅ | Partial* |
Due to CORS, some devices may reject loading audio files from external URLs.