|
1 |
| -[](https://travis-ci.com/processing/p5.js-sound) |
| 1 | +[](https://travis-ci.com/processing/p5.js-sound) |
| 2 | +[](https://github.com/processing/p5.js-sound/graphs/contributors) |
| 3 | +[](https://github.com/processing/p5.js-sound/issues) |
| 4 | +[](https://twitter.com/p5xjs) |
| 5 | +[](https://github.com/processing/p5.js-sound/fork) |
| 6 | + |
| 7 | +[](https://github.com/sponsors/processing) |
2 | 8 |
|
3 | 9 | 
|
4 | 10 |
|
5 |
| -p5.sound |
6 |
| -======== |
| 11 | +# p5.sound |
| 12 | + |
7 | 13 | [](https://gitter.im/processing/p5.js-sound?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
| 14 | +[](https://discord.gg/HWzy4HpaEJ) |
8 | 15 |
|
9 | 16 | p5.sound brings the [Processing](http://processing.org) approach to [Web Audio](http://w3.org/TR/webaudio/) as an addon for [p5.js](http://github.com/lmccart/p5.js). Functionality includes audio input, playback, manipulation, effects, recording, sequencing, analysis and synthesis. The library is designed to be used in tandem with [p5.js](http://p5js.org).
|
10 | 17 |
|
11 | 18 | ### Examples
|
12 |
| -* Examples at [p5js.org/examples](https://p5js.org/examples/) |
13 |
| -* Additional examples at [processing.github.io/p5.js-sound](https://processing.github.io/p5.js-sound/) |
14 |
| -* p5.js Sound Tutorial by Dan Shiffman on [YouTube](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6aFcVjlDAkkGIixw70s7jpW) |
15 | 19 |
|
16 |
| -### [Documentation](http://p5js.org/reference/#/libraries/p5.sound) |
17 |
| -Interactive documentation at [p5js.org/reference/#/libraries/p5.sound](http://p5js.org/reference/#/libraries/p5.sound) |
| 20 | +- Examples at [p5js.org/examples](https://p5js.org/examples/) |
| 21 | +- Additional examples at [processing.github.io/p5.js-sound](https://processing.github.io/p5.js-sound/) |
| 22 | +- p5.js Sound Tutorial by Dan Shiffman on [YouTube](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6aFcVjlDAkkGIixw70s7jpW) |
18 | 23 |
|
| 24 | +### [Documentation](http://p5js.org/reference/#/libraries/p5.sound) |
19 | 25 |
|
| 26 | +Interactive documentation at [p5js.org/reference/#/libraries/p5.sound](http://p5js.org/reference/#/libraries/p5.sound) |
20 | 27 |
|
21 | 28 | ### Latest Build
|
22 |
| -* Visit http://p5js.org/download/ for the latest official release of p5 with the latest p5.sound included. |
23 |
| -* The sound library [here](https://github.com/processing/p5.js-sound/blob/master/lib) is updated more frequently, and we occasionally offer new [releases](https://github.com/processing/p5.js-sound/releases) before p5's release cycle. |
24 | 29 |
|
| 30 | +- Visit http://p5js.org/download/ for the latest official release of p5 with the latest p5.sound included. |
| 31 | +- The sound library [here](https://github.com/processing/p5.js-sound/blob/master/lib) is updated more frequently, and we occasionally offer new [releases](https://github.com/processing/p5.js-sound/releases) before p5's release cycle. |
25 | 32 |
|
26 | 33 | ### Contribute
|
| 34 | + |
27 | 35 | [Here's a guide](https://github.com/processing/p5.js-sound/wiki/Contribute) to getting started as a contributor.
|
28 | 36 |
|
| 37 | +Note : If you have any questions or concerns regarding the project, you can reach out to our [Discord](https://discord.gg/HWzy4HpaEJ) and [Gitter](https://gitter.im/processing/p5.js-sound) communities. The p5.js team closely monitors all pull requests and issues on GitHub, so there's no need to also post them on Discord. Additionally, conversations about specific pull requests and issues should take place on GitHub, to ensure that people following along over can see and take part in the whole discussion. Thanks - p5.js Team. |
29 | 38 |
|
30 | 39 | ### Dependencies
|
| 40 | + |
31 | 41 | p5.sound is built with a few modules (Clock, TimelineSignal, and signal math components) from [Tone.js](https://github.com/tonejs/Tone.js), an interactive music framework developed by Yotam Mann.
|
32 | 42 |
|
33 | 43 | ### References and Inspiration
|
| 44 | + |
34 | 45 | - [Yotam Mann & TONE.js](https://github.com/tonejs/Tone.js)
|
35 | 46 | - [Boris Smus Web Audio API book](http://smus.com/webaudio-book/)
|
36 | 47 | - [wavesurfer.js](https://github.com/katspaugh/wavesurfer.js)
|
|
0 commit comments