Audio plugin host https://kx.studio/carla
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.

29 lines
1.1KB

  1. {
  2. "id": "juce_audio_devices",
  3. "name": "JUCE audio and midi I/O device classes",
  4. "version": "2.1.3",
  5. "description": "Classes to play and record from audio and midi i/o devices.",
  6. "website": "http://www.juce.com/juce",
  7. "license": "GPL/Commercial",
  8. "dependencies": [ { "id": "juce_audio_basics", "version": "matching" },
  9. { "id": "juce_audio_formats", "version": "matching" },
  10. { "id": "juce_events", "version": "matching" } ],
  11. "include": "juce_audio_devices.h",
  12. "compile": [ { "file": "juce_audio_devices.cpp", "target": "! xcode" },
  13. { "file": "juce_audio_devices.mm", "target": "xcode" } ],
  14. "browse": [ "audio_io/*",
  15. "midi_io/*",
  16. "sources/*",
  17. "audio_cd/*",
  18. "native/*" ],
  19. "OSXFrameworks": "CoreAudio CoreMIDI DiscRecording",
  20. "iOSFrameworks": "AudioToolbox CoreMIDI",
  21. "LinuxLibs": "asound",
  22. "mingwLibs": "winmm"
  23. }