Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meandavejustice/daw
examples of an in browser digital audio workstation
https://github.com/meandavejustice/daw
Last synced: 7 days ago
JSON representation
examples of an in browser digital audio workstation
- Host: GitHub
- URL: https://github.com/meandavejustice/daw
- Owner: meandavejustice
- License: mit
- Created: 2014-05-15T08:06:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-17T20:40:52.000Z (over 10 years ago)
- Last Synced: 2024-03-29T12:01:19.490Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.1 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DAW
### What is this?
This is a playground for testing out using the web audio api to build
and in browser digital audio workstation.### Goals
* Experiment with building reusable abstractions around the web audio api.
* Build out a UI interface that is not overwelming
* Be able to produce actual prototypes rapidly
* Experiment with collaboration in the browser
* Experiment with visual diffing and merging of wavfiles.### Install
* `npm install --dev` This will also install bower deps, unzip audio samples, and bundle js files.
* `npm run start-dev` (assumes [nodemon](http://nodemon.io/) to be installed globally)
* `open localhost:8080`### Contributing
I would really appreciate help with this. If you are interested in exploring these ideas
with me please feel free to checkout the issues.If you find an issue you'd like to workon please open up a separate branch.
If you'd like to report issues, please keep in mind that this is a new api and is
not expected to work in all browsers. Current targets are current Firefox and Chrome.If you need assistance with the directory structure or getting up and running you can
contact me on freenode /nick JSON_voorhees