Skip to content

Commit 5e8fe11

Browse files
committed
(Docs): Improved docs and updated info for repo visitors
Signed-off-by: Abhijay Jain <[email protected]>
1 parent 959de65 commit 5e8fe11

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
[![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)
25

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

58
p5.sound
69
========
710
[![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>
814

915
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).
1016

@@ -40,4 +46,4 @@ p5.sound is built with a few modules (Clock, TimelineSignal, and signal math com
4046
- [Chris Lowis](http://blog.chrislowis.co.uk/)
4147
- [Kevin Ennis](https://github.com/kevincennis)
4248
- [Wilm Thoben's Sound library for Processing](https://github.com/processing/processing/tree/master/java/libraries/sound)
43-
- [Web Audio API](http://webaudio.github.io/web-audio-api/)
49+
- [Web Audio API](http://webaudio.github.io/web-audio-api/)

0 commit comments

Comments
 (0)