You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "TeensyVariablePlayback",
|
|
|
|
"frameworks": "Arduino",
|
|
|
|
"platforms": "Teensy",
|
|
|
|
"keywords": "sound, audio, sample, resample, pitch, interpolation, legrange, sampler, playback, speed",
|
|
|
|
"description": "Teensy Variable Playback",
|
|
|
|
"url": "https://github.com/newdigate/teensy-variable-playback",
|
|
|
|
"version": "1.0.13",
|
|
|
|
"export": {
|
|
|
|
"exclude": [
|
|
|
|
".vscode",
|
|
|
|
".github",
|
|
|
|
"extras",
|
|
|
|
"test",
|
|
|
|
"cmake",
|
|
|
|
"docs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"authors":
|
|
|
|
{
|
|
|
|
"name": "Nic Newdigate",
|
|
|
|
"maintainer": true
|
|
|
|
},
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/newdigate/teensy-variable-playback"
|
|
|
|
},
|
|
|
|
"dependencies":[{
|
|
|
|
"name": "Audio",
|
|
|
|
"frameworks": "arduino"
|
|
|
|
}],
|
|
|
|
"examples": [
|
|
|
|
"examples/*/*.ino",
|
|
|
|
"examples/*/*/*.ino"
|
|
|
|
]
|
|
|
|
}
|