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.
MicroDexed/third-party/TeensyVariablePlayback/library.json

38 lines
869 B

{
"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.11",
"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"
]
}