https://github.com/andtechstudios/spectrum
A WebGL audio visualizer
https://github.com/andtechstudios/spectrum
Last synced: 7 months ago
JSON representation
A WebGL audio visualizer
- Host: GitHub
- URL: https://github.com/andtechstudios/spectrum
- Owner: andtechstudios
- License: bsd-3-clause
- Created: 2023-09-02T20:18:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T21:52:29.000Z (over 2 years ago)
- Last Synced: 2025-02-06T16:58:56.124Z (over 1 year ago)
- Language: C#
- Homepage: https://andtechstudios.itch.io/spectrum
- Size: 63.9 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

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](https://github.com/andtechstudios/spectrum/releases). Extract the download if necessary.
2. Navigate to the downloaded folder. You should see the following:
* `Build`
* `TemplateData`
* `audio.mp3`
* `config.json`
* `index.html`
3. Replace `audio.mp3` with *your* audio file.
4. Customize your tune's title and artist in `config.json`.
5. Create a `.zip` containing the updated files.
6. [Create a new game](https://itch.io/game/new) on itch.io.
7. 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
* [SimpleSpectrum](https://assetstore.unity.com/packages/tools/audio/simplespectrum-free-audio-spectrum-generator-webgl-85294)