-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f13ba0
commit 0fd7a08
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Audiophonic | ||
|
||
Experiments with the Web Audio API for fun and non-profit. | ||
Audiophonic is a little keyboard synthesizer built with with the Web Audio API for my JSConf 2015 talk on making music with the browser. | ||
|
||
To get started, run `npm install`. | ||
It lives at http://stevekinney.github.io/audiphonic, if you want to play around with it. | ||
|
||
To get started, run `npm install && bower install`. |