soundkit 0.10.5

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 --no-default-features --target no-modules --no-typescript --out-dir pkg --debug