Skip to content

Commit fec4dcd

Browse files
committed
(Docs): added more badges
Signed-off-by: Abhijay Jain <[email protected]>
1 parent 5e8fe11 commit fec4dcd

File tree

1 file changed

+22
-17
lines changed

1 file changed

+22
-17
lines changed

README.md

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,47 @@
1-
[![Build Status](https://travis-ci.com/processing/p5.js-sound.svg?branch=master)](https://travis-ci.com/processing/p5.js-sound)
2-
![GitHub contributors](https://img.shields.io/github/contributors/processing/p5.js-sound)
3-
![GitHub issues](https://img.shields.io/github/issues-raw/processing/p5.js-sound)
4-
![Twitter Follow](https://img.shields.io/twitter/follow/p5xjs?style=social)
1+
[![Build Status](https://travis-ci.com/processing/p5.js-sound.svg?branch=master)](https://travis-ci.com/processing/p5.js-sound)
2+
[![GitHub contributors](https://img.shields.io/github/contributors/processing/p5.js-sound)](https://github.com/processing/p5.js-sound/graphs/contributors)
3+
[![GitHub issues](https://img.shields.io/github/issues-raw/processing/p5.js-sound)](https://github.com/processing/p5.js-sound/issues)
4+
[![Twitter Follow](https://img.shields.io/twitter/follow/p5xjs?style=social)](https://twitter.com/p5xjs)
5+
[![GitHub forks](https://img.shields.io/github/forks/processing/p5.js-sound?style=social)](https://github.com/processing/p5.js-sound/fork)
6+
![GitHub Repo stars](https://img.shields.io/github/stars/processing/p5.js-sound?style=social)
7+
[![GitHub Sponsors](https://img.shields.io/github/sponsors/processing)](https://github.com/sponsors/processing)
58

69
![](https://cloud.githubusercontent.com/assets/504124/19908328/2cd874ea-a059-11e6-847c-e5da5e957a2f.jpg)
710

8-
p5.sound
9-
========
11+
# p5.sound
12+
1013
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/processing/p5.js-sound?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
11-
<a href="https://discord.gg/HjJCwm5">
12-
<img src="https://img.shields.io/discord/836700474425475088?logo=discord"
13-
alt="chat on Discord"></a>
14+
[![Discord](https://img.shields.io/discord/836700474425475088?logo=discord)](https://discord.gg/HWzy4HpaEJ)
1415

1516
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).
1617

1718
### Examples
18-
* Examples at [p5js.org/examples](https://p5js.org/examples/)
19-
* Additional examples at [processing.github.io/p5.js-sound](https://processing.github.io/p5.js-sound/)
20-
* p5.js Sound Tutorial by Dan Shiffman on [YouTube](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6aFcVjlDAkkGIixw70s7jpW)
2119

22-
### [Documentation](http://p5js.org/reference/#/libraries/p5.sound)
23-
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)
2423

24+
### [Documentation](http://p5js.org/reference/#/libraries/p5.sound)
2525

26+
Interactive documentation at [p5js.org/reference/#/libraries/p5.sound](http://p5js.org/reference/#/libraries/p5.sound)
2627

2728
### Latest Build
28-
* Visit http://p5js.org/download/ for the latest official release of p5 with the latest p5.sound included.
29-
* 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.
3029

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.
3132

3233
### Contribute
34+
3335
[Here's a guide](https://github.com/processing/p5.js-sound/wiki/Contribute) to getting started as a contributor.
3436

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.
3538

3639
### Dependencies
40+
3741
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.
3842

3943
### References and Inspiration
44+
4045
- [Yotam Mann & TONE.js](https://github.com/tonejs/Tone.js)
4146
- [Boris Smus Web Audio API book](http://smus.com/webaudio-book/)
4247
- [wavesurfer.js](https://github.com/katspaugh/wavesurfer.js)
@@ -46,4 +51,4 @@ p5.sound is built with a few modules (Clock, TimelineSignal, and signal math com
4651
- [Chris Lowis](http://blog.chrislowis.co.uk/)
4752
- [Kevin Ennis](https://github.com/kevincennis)
4853
- [Wilm Thoben's Sound library for Processing](https://github.com/processing/processing/tree/master/java/libraries/sound)
49-
- [Web Audio API](http://webaudio.github.io/web-audio-api/)
54+
- [Web Audio API](http://webaudio.github.io/web-audio-api/)

0 commit comments

Comments
 (0)