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.

30 lines
593B

  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. "version": "1.03",
  9. "exclude": "extras",
  10. "authors":
  11. {
  12. "name": "Paul Stoffregen",
  13. "maintainer": true
  14. },
  15. "repository":
  16. {
  17. "type": "git",
  18. "url": "https://github.com/PaulStoffregen/Audio"
  19. },
  20. "dependencies":
  21. {
  22. "name": "SerialFlash",
  23. "frameworks": "arduino"
  24. },
  25. "examples": [
  26. "examples/*/*.ino",
  27. "examples/*/*/*.ino"
  28. ]
  29. }