phonic 0.14.0

Audio playback library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
default: build

build:
    cargo build --features=fundsp --release --example=*

test:
    cargo test

clippy:
    cargo clippy --features=fundsp --example=*

web-build:
    cd examples/play-emscripten && ./build.sh

web-serve:
    cd examples/play-emscripten && ./serve.sh

web-run: web-build web-serve