Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 357 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 357 Bytes

note-wav

Given a custom-defined format sheet music file, convert it to a .WAV file

usage:

./note-wav <INPUT_SHEET_MUSIC_FILE> <OUTPUT_WAV_FILE>

run

Execute cargo run -- example/chongerfei.txt output.wav then will generate output.wav in current directory.

Run play output.wav or any other media players to hear the result.