Giter Site home page Giter Site logo

janmonschke / web-audio-editor Goto Github PK

View Code? Open in Web Editor NEW
177.0 27.0 33.0 2.08 MB

A web-based audio editor which allows you to create songs from your browser in collaboration with your band members/friends.

Home Page: http://web-audio-editor.herokuapp.com/

License: MIT License

JavaScript 90.59% CSS 2.80% HTML 6.61%

web-audio-editor's Introduction

Web Audio Editor

A web-based audio editor which allows you to create songs from your browser in collaboration with your band members/friends.

If you want to have a look at how the editor works (especially that part where my brother and my flat mate are jamming a RHCP song), check out the video of my presentation from JSCONF.eu 2014:

Presenting the editor at JSCONF.eu 2014

Warning: this repo is only a proof of concept and the code is not perfect ;)

Setup

  1. You need node.js, grunt, redis and CouchDB on your computer
  2. npm install
  3. Copy server/config/config.js.sample to server/config/config.js and fill it with your credentials
  4. grunt w
  5. node server.js
  6. open http://localhost:3000

Understanding the code

While having a look at the code, you might have realized that there is not much documentation and I'm sorry for that ;) I explained the concepts of my code in my thesis (see below) and reading certain parts of it might help to understand the editor. If not, just drop me a message and I'm happy to help.

Thesis

This work is the result of my master's thesis which you can find here: (PDF version) (Github Repo)

Bugs

  • Sometimes it doesn't sync correctly, need to deep dive in the algorithm more...

web-audio-editor's People

Contributors

janmonschke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

web-audio-editor's Issues

grunt w watch task

hi jan!
when I run Setup 3 grunt w: the program keep waiting for the watch task,i don't know why, by the way,I run this project on windows 10 and i have installed redis and couchdb,the config.js like this:
// DEVELOPMENT
module.exports = {
type: 'development',
appPort: 3000,
redis: {
port: 6379,
host: 127.0.0.1,
pass: null
},
db: {
admin: 'admin',
password: '',
protocol: 'http',
host: '127.0.0.1',
port: '5984',
name: 'audio-editor'
},
tokbox: {
secret: 'register the API KEY at',
apiKey: 'https://tokbox.com/'
},
aws: {
s3Bucket: 'BUCKETNAME',
accessKey: 'AWESACCESSKEY',
secret: 'AWSSECRET'
},
salt: 'PWMYSALT',
sessionSecret: 'our session secret'
};

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.