ardour.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "comment": "A music creation and audio editing software.",
  3. "formats_read": [
  4. "wav",
  5. "flac",
  6. "ogg",
  7. "aiff",
  8. "aifc",
  9. "caf",
  10. "w64",
  11. "bwf",
  12. "mp3",
  13. "smf"
  14. ],
  15. "formats_write": [
  16. "wav",
  17. "ogg",
  18. "aiff",
  19. "aifc",
  20. "caf",
  21. "w64",
  22. "bwf",
  23. "mp3",
  24. "smf"
  25. ],
  26. "generic_name": [
  27. "Audio Editor",
  28. "DAW",
  29. "Music Sequencer"
  30. ],
  31. "interface": [
  32. "GTK"
  33. ],
  34. "issues": [],
  35. "languages": [
  36. "C++"
  37. ],
  38. "licenses": [
  39. "GPL-2.0-or-later"
  40. ],
  41. "links": {
  42. "git": "https://git.ardour.org/ardour/ardour.git",
  43. "icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/ee/Ardour-icon.png/120px-Ardour-icon.png",
  44. "website": "https://ardour.org/",
  45. "wikipedia": "https://en.wikipedia.org/wiki/Ardour_(software)"
  46. },
  47. "names": [
  48. "Ardour"
  49. ],
  50. "networks_read": [],
  51. "networks_write": [],
  52. "platforms": [
  53. "BSD",
  54. "GNU/Linux",
  55. "Windows",
  56. "macOS"
  57. ]
  58. }