orca/src/ext/wasm3/test/wasi/wasmsynth
Ben Visness 29cb9f50e4 Add commands to deal with Orca source code:
- Add a vendor commands
- Add a command that helps you set up a C compiler
- Move ext into the src folder
- Update Mac build scripts for consistency
- Update Windows batch scripts
2023-09-16 17:54:56 +02:00
..
README.md Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
image.png Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00

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