hydra

Terminal replacement for Loopback — virtual audio devices and routing on macOS, from a ratatui TUI.
Log | Files | Refs | README | LICENSE

NOTICE.md (537B)


      1 # Hydra — licensing & attribution
      2 
      3 Hydra is licensed **GPL-3.0-or-later**.
      4 
      5 It includes a virtual-audio driver derived from **BlackHole**
      6 (https://github.com/ExistentialAudio/BlackHole), © Existential Audio Inc.,
      7 also GPL-3.0. The driver source lives unmodified in `driver/upstream/` with
      8 Hydra's build-time changes applied via compile flags and a small manifest
      9 reader (`driver/hydra_cfg.c`); see `driver/README.md`.
     10 
     11 Because Hydra links/distributes GPL-3.0 code, the entire work is GPL-3.0-or-later.
     12 Full license text in `LICENSE`.