tobaco / trackswitch.js

A Versatile Web-Based Audio Player for Presenting Scientific Results

Home Page:https://audiolabs.github.io/trackswitch.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trackswitch.js

Screenshot

Installation

This tool can be installed using

npm install trackswitch

alternatively you can manually download and include dist/css/trackswitch.min.css and dist/js/trackswitch.min.js.

Whats included

dist/
├── css/
│   ├── trackswitch.min.css
└── js/
    ├── trackswitch.js
    └── trackswitch.min.js

Citation

If you use this software in a scientific publication, please make sure to cite the following publication

Werner, Nils, et al. "trackswitch.js: A Versatile Web-Based Audio Player for Presenting Scientifc Results." 3rd web audio conference, London, UK. 2017.

@inproceedings{werner2017trackswitchjs,
  title={trackswitch.js: A Versatile Web-Based Audio Player for Presenting Scientifc Results},
  author={Nils Werner and Stefan Balke and Fabian-Rober Stöter and Meinard Müller and Bernd Edler},
  booktitle={3rd web audio conference, London, UK},
  year={2017},
  organization={Citeseer}
}

Examples

Configuration

See configuration examples.

Usage scenarios

See examples.

Development

npm install -g grunt-cli
npm install
grunt serve

About

A Versatile Web-Based Audio Player for Presenting Scientific Results

https://audiolabs.github.io/trackswitch.js/

License:MIT License


Languages

Language:JavaScript 75.5%Language:CSS 24.5%