https://github.com/ruffrey/svra
Shaping vocal response amplitudes
https://github.com/ruffrey/svra
Last synced: about 1 month ago
JSON representation
Shaping vocal response amplitudes
- Host: GitHub
- URL: https://github.com/ruffrey/svra
- Owner: ruffrey
- License: gpl-3.0
- Created: 2014-01-12T18:44:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T22:27:16.000Z (about 12 years ago)
- Last Synced: 2025-01-08T18:50:14.248Z (over 1 year ago)
- Language: JavaScript
- Size: 119 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Shaping vocal response amplitudes
Available at http://svra.aws.af.cm.
PhD dissertation research for Jessica Gamba.

## Score and experiment screen

## Data manager
Uses HTML5 `localStorage` for data persistence. Download `.csv` of experiment trial data.

## Development
You'll need [git](http://git-scm.com), [Node.js with npm](http://nodejs.org), and [grunt](http://gruntjs.com/).
From the terminal:
git clone https://github.com/ruffrey/svra
cd svra
npm install
node app
then go to [localhost:3333](http://localhost:3333/).
## Code documentation
Generate docs from command line with `grunt dox` and view at [/docs](http://localhost:3333/docs/) - or http://svra.aws.af.cm
## Building for windows or mac desktop
Just run `grunt`. Uses [node-webkit](https://github.com/rogerwang/node-webkit) via [grunt-node-webkit-builder](https://www.npmjs.org/package/grunt-node-webkit-builder).
## Contributers
- Jessica Gamba
- Jeff Parrish
## License
GPL v3