8000 GitHub - JimmyFate/cairo-wave: An implementation of the WAVE file format in Cairo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

An implementation of the WAVE file format in Cairo

License

Notifications You must be signed in to change notification settings

JimmyFate/cairo-wave

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cairo 90.9%
  • Python 9.1%
0