Praseetha-KR / mustic

๐Ÿ“ฑ๐ŸŽถ Device as music stick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mustic

๐Ÿ“ฑ๐ŸŽถ Device as music stick

Build Status Coverage Status Dependency Status devDependencies Status

Mustic is an Experimental app which takes input from the Device Orientation API and gives to Web Audio API. Basically what it does is listening to the orientation change, combines the (alpha, beta, gamma) value to produce frequency for the audio output.

Getting started

Setting up Dev

Install local dependencies from project's root folder:

yarn

gulp-cli is required as global npm dependency.

Building

For the initial build:

npm run build

Watch for build changes:

npm run dev

Testing

To run test:

npm test

Watch for test changes:

npm run test-watch

Generate test coverage report:

npm run test-coverage

Running

npm start

This will start the server up and running at http://localhost:5000

Demo

โš ๏ธ Warning

This app's generated sound is not optimized. The sound is really creepy which might affect your ear/brain, please be aware!! ..and keep mobile volume down if you are testing.

Demo - works only in mobile devices

About

๐Ÿ“ฑ๐ŸŽถ Device as music stick

License:MIT License


Languages

Language:JavaScript 91.2%Language:CSS 6.7%Language:HTML 2.2%