Skip to content

ivansabik/markitos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markitos

Markitos is a simple app to create cue markers from an audio file and save them, runs completely client-side using Javascript HTML5 features. Great props to wavesurfer.js for providing the backend.

Dependencies

  • jquery
  • bootstrap
  • wavesurfer.js

Install

A quick and dirty setup using php built-in server is the following, you can use any other one-liner static server:

git clone https://github.com/ivansabik/markitos.git
cd markitos
bower install
php -S localhost:8000

If everything runs smooth, you can now go to http://localhost:8000

Design

Use cases

Models

Specs

  • As a user I should be able to load an audio track
  • As a user I should be able to play an audio track
  • As a user I should be able to pause an audio track
  • As a user I should be able to add a new cue marker for an audio track
  • As a user I should be able to edit a new cue marker for an audio track
  • As a user I should be able to delete a new cue marker for an audio track
  • As a user I should be able to export added cue markers

Releases

No releases published

Packages

No packages published