JimmyFate / cairo-wave

An implementation of the WAVE file format in Cairo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cairo-wave

About

Generate valid WAV files in Cairo

Local testing:

scarb test -f get_notes > tmp/test; 
python scripts/data_to_wave.py tmp/test; 
mplayer tmp/test.wav

Sepolia testing

Needs a working starkli configured with a Sepolia RPC

python scripts/get_notes.py
mplayer tmp/out.wav

Resources

About

An implementation of the WAVE file format in Cairo

License:MIT License


Languages

Language:Cairo 90.9%Language:Python 9.1%