Skip to content

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

Notifications You must be signed in to change notification settings

Bitshift-Variations-Humanized/bitshift-variations-extracted

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages