AudioRelay icon

AudioRelay 0.27.5

Stream audio between your devices

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    audiorelay # AudioRelay
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    audiorelay # AudioRelay
  ];
}

Package Definition

{
  "pname": "audiorelay",
  "version": "0.27.5",
  "src": {
    "url": "https://dl.audiorelay.net/setups/macos/AudioRelay-0.27.5-aarch64.dmg",
    "sha256": "858f25bf5d6a9057349e70bb0472919d687d42ed158f07f468682dd6066ce20d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/AudioRelay.app\" && cp -r \"AudioRelay.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Stream audio between your devices",
    "homepage": "https://www.audiorelay.net/"
  }
}