You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wasm3/test/wasi/wasmsynth
Volodymyr Shymanskyy 6d93778f6e
Restructure tests
3 years ago
..
README.md Restructure tests 3 years ago
hondarribia.wasm Restructure tests 3 years ago
image.png Restructure tests 3 years ago
shuffle-chill.wasm Restructure tests 3 years ago
wasm-song.wasm Restructure tests 3 years ago
webchip-music.wasm Restructure tests 3 years ago

README.md

Wasm Synth

Here is some music created by Peter Salomonsen in his wasm music experiment:

  • Hondarribia (Wasm Summit opening track), hondarribia.wasmSoundCloud
  • WASM song, wasm-song.wasmSoundCloud
  • Shuffle Chill, shuffle-chill.wasmSoundCloud
  • "WebChip" music, webchip-music.wasmSoundCloud

Check out Peter's excellent talk on WebAssembly Summit 2020.

Running

Generate a wav file:

wasm3 hondarribia.wasm | sox -S -t raw -b 32 -e float -r 44100 -c 2 - hondarribia.wav

Play live (choppy on most machines):

wasm3 hondarribia.wasm | sox -S -t raw -b 32 -e float -r 44100 -c 2 - -d