Skip to content

andtechstudios/spectrum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Movie_012

A WebGL audio visualizer. Just drop in your audio file, and Spectrum will do the rest.

Usage

Deploy Spectrum to itch.io

  1. Download the latest release here. Extract the download if necessary.
  2. Navigate to the downloaded folder. You should see the following:
  • Build
  • TemplateData
  • audio.mp3
  • config.json
  • index.html
  1. Replace audio.mp3 with your audio file.
  2. Customize your tune's title and artist in config.json.
  3. Create a .zip containing the updated files.
  4. Create a new game on itch.io.
  5. Upload the .zip from step 5.

Compatibility

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.

Credits