You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
web audio API player is published to the [npm registry](https://npm.im/web-audio-api-player) so you can install it with either [npm](https://www.npmjs.com/get-npm) or [yarn](https://yarnpkg.com)
11
+
12
+
`npm install web-audio-api-player`
13
+
14
+
😔 there is no documentation yet, but check out the source code of the [simple player example](examples/simple-player)
15
+
7
16
## W3C web audio API
8
17
9
18
[W3C Candidate Recommendation, 18 September 2018](https://www.w3.org/TR/webaudio/)
@@ -12,7 +21,7 @@
12
21
13
22
Support tables for audio features, [caniuse: web audio API / audio element / formats ...](https://caniuse.com/#search=audio)
14
23
15
-
## build
24
+
## development: build
16
25
17
26
install the latest nodejs (if you haven't already) [nodejs](https://nodejs.org)
18
27
update npm to latest version
@@ -32,19 +41,19 @@ to build the distributions
32
41
33
42
in devlopment you can use watch to rebuild every time you edit a typescript file
34
43
35
-
## development (watch)
44
+
## development: watch
36
45
37
46
`npm run watch`
38
47
39
-
## linting
48
+
## development: linting
40
49
41
50
to lint the typescript files
42
51
43
52
`npm run lint`
44
53
45
-
## usage
54
+
## examples
46
55
47
-
the best way to get started is to check out the examples folder, start with [simple example](examples/simple-player)
56
+
the best way to get started is to check out the examples folder, start with [simple player example](examples/simple-player)
48
57
49
58
## notes about problems I encountered during development
0 commit comments