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
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8" />
    <title>Hello World</title>
    <link data-trunk rel="copy-file" href="example/audio.wav" />
    <link data-trunk rel="rust" href="example/Cargo.toml" />
</head>

<body>
</body>

</html>