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.

22 lines
503B

  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": "https://github.com/PaulStoffregen/Audio/archive/master.zip",
  9. "version": "1.03",
  10. "exclude": "extras",
  11. "authors":
  12. {
  13. "name": "Paul Stoffregen",
  14. "maintainer": true
  15. },
  16. "repository":
  17. {
  18. "type": "git",
  19. "url": "https://github.com/PaulStoffregen/Audio"
  20. }
  21. }