geng-web-audio-api 0.1.0

web audio api that works both native and on web
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Web Audio Api

That works both native and on web

## Run example

Native - will play the audio once and exit:

```sh
cargo run --package geng-web-audio-api-example
```

Web (using [Trunk](https://trunkrs.dev/)) - will play audio every time you click anywhere:

```sh
trunk serve --open
```