|  | ||
|---|---|---|
| .. | ||
| README.md | ||
| image.png | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	Wasm Synth

Here is some music created by Peter Salomonsen in his wasm music experiment:
- Hondarribia (Wasm Summit opening track), hondarribia.wasm│ SoundCloud
- WASM song, wasm-song.wasm│ SoundCloud
- Shuffle Chill, shuffle-chill.wasm│ SoundCloud
- "WebChip" music, webchip-music.wasm│ SoundCloud
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