VoceVista Video icon

VoceVista Video 5.11.1.9379

Voice spectrum analyzer with resonance and vowel analysis

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    vocevista-video # VoceVista Video
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    vocevista-video # VoceVista Video
  ];
}

Package Definition

{
  "pname": "vocevista-video",
  "version": "5.11.1.9379",
  "src": {
    "url": "https://download.sygyt.com/5.11.1/VoceVistaVideo_macOS_5.11.1.9379.dmg",
    "sha256": "dac305877c9aa77d4923f9fab683ce119d06fe21c26b22bec4c4f61074155f0a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/VoceVista Video.app\" && cp -r \"VoceVista Video.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Voice spectrum analyzer with resonance and vowel analysis",
    "homepage": "https://www.sygyt.com/"
  }
}