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.

20 lines
440B

  1. {
  2. "name": "Audio",
  3. "frameworks": "Arduino",
  4. "platforms": "Teensy",
  5. "keywords": "sound, audio, FFT, filter, effect",
  6. "description": "Teensy Audio Library",
  7. "url": "http://www.pjrc.com/teensy/td_libs_Audio.html",
  8. "downloadUrl": "http://www.pjrc.com/teensy/arduino_libraries/Audio.zip",
  9. "authors":
  10. {
  11. "name": "Paul Stoffregen",
  12. "maintainer": true
  13. },
  14. "repository":
  15. {
  16. "type": "git",
  17. "url": "https://github.com/PaulStoffregen/Audio"
  18. }
  19. }