soundkit 0.12.2

Audio format optimised for low-latency audio.
Documentation
1
2
3
4
5
6
7
8
9
build:
	cargo build

.PHONY: test
test:
	cargo test -- --nocapture

wasm:
	wasm-pack build --features wasm --no-default-features --target wasm32-unknown-unknown