Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@shapeshed
Last active December 27, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shapeshed/7339310 to your computer and use it in GitHub Desktop.
Save shapeshed/7339310 to your computer and use it in GitHub Desktop.
{
"calls": {
"source": "/path/to/some/file.mp3",
"locations": {
"1": {
"start": "00:00:00",
"stop": "00:00:04"
}
"2": {
"start": "00:00:04",
"stop": "00:00:05"
}
...
...
}
},
"someothercomponent": {
"source": "/path/to/some/file.mp3",
"locations": {
"freespin": {
"start": "00:00:00",
"stop": "00:00:04"
}
"instantwin": {
"start": "00:00:04",
"stop": "00:00:05"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment