Skip to content

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 01 Apr 06:12
· 171 commits to main since this release

code-music v2.4.0

115 songs rendered to WAV (44100 Hz, 16-bit stereo).
658 passed in the test suite.

Download

code-music-v2.4.0-wav.zip contains all rendered songs as WAV files.

Listen

unzip code-music-v2.4.0-wav.zip -d songs/
# macOS: afplay songs/trance_odyssey.wav
# Linux: aplay songs/trance_odyssey.wav

Build from source

git clone https://github.com/Talador12/code-music
cd code-music
make dev
make songs-wav

Full Changelog: v2.3.0...v2.4.0