Digitally disintegrating music.
Listen at corruptionloops.alexbainter.com.
This project will generate a unique, 10-second recording of music and play it repeatedly. On every play, the audio data will be corrupted.
This project uses the Web Audio API and Tone.js.
Access to the required audio samples from unrecognized domains (including "localhost") is intentionally blocked by CORS. Please clone the @generative-music/samples-alex-bainter repository to your machine and start its sample file server.
You will need Node.js installed on your machine.
- Clone to your machine.
- Navigate to the project's directory.
- Run
npm i
. - Run
npm start
. - Navigate to localhost:8080.
Problems or general feedback can be reported here on Github or by sending an email to alex@alexbainter.com. Thanks!