Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 580 Bytes

File metadata and controls

9 lines (6 loc) · 580 Bytes

bitshift-variations-extracted

Rust program to Extract Robert Miles's "Bitshift Variations in C Minor" as raw audio from its codegolfy glory

It works by reading the stdout of the original executable, and storing an initial slice of data. It then proceeds to scan a window of the output stream until it detects the original slice of data repeating. It then proceeds to output the raw audio and the .wav file.

cargo run to run.

See the project readme for more details