Aqua Voice icon

Aqua Voice 0.4.2

Speech-to-text system

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    aqua-voice # Aqua Voice
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    aqua-voice # Aqua Voice
  ];
}

Package Definition

{
  "pname": "aqua-voice",
  "version": "0.4.2",
  "src": {
    "url": "https://d1a1dx1sgvjqrz.cloudfront.net/aqua-voice-updates/darwin/arm64/Aqua+Voice-0.4.2-arm64.dmg",
    "sha256": "0bf85d8428d2c89c1951a832bfa7f7df2e7bf4c1f98324b24a69fb4bbf70a805"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Aqua Voice.app\" && cp -r \"Aqua Voice.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Speech-to-text system",
    "homepage": "https://withaqua.com/"
  }
}