- Binary Synth is a browser-based tool that translates binary files into audio synthesis and MIDI messages, with open-source code under an MIT license.
- Developed by Max Alyokhin, it offers a minimalist, data-driven approach reminiscent of Ryoji Ikeda, using only zeros and ones as source material.
- Different file types (e.g., images, MP3 silence) produce varied results; it can also generate rhythms when output to instruments like Simpler.
- The tool interprets binary data as arrays of 8-bit or 16-bit words, where each word defines a frequency, with configurable global parameters such as speed, scale, and looping.
- Files are processed in chunks of 500 commands with recursive scheduling, supporting multiple instances in different browser tabs for richer synthesis.