Giter Club home page Giter Club logo

nvda-addon-voicemeeter's Introduction

Code style: black Imports: isort Ruff

NVDA Addon Voicemeeter

Control Voicemeeter with global hotkeys.

Requirements

Install

This addon can be installed through the Add-on store, Install from external source. Simply download the latest Release and load it with NVDA.

Default Keybinds

Controllers

  • NVDA+alt+s: Enable strip mode

  • NVDA+alt+b: Enable bus mode.

  • NVDA+alt+1: Enable controller for channel 1 (strip|bus)

  • NVDA+alt+2: Enable controller for channel 2 (strip|bus)

  • NVDA+alt+3: Enable controller for channel 3 (strip|bus)

  • NVDA+alt+4: Enable controller for channel 4 (strip|bus)

  • NVDA+alt+5: Enable controller for channel 5 (strip|bus)

  • NVDA+alt+6: Enable controller for channel 6 (strip|bus)

  • NVDA+alt+7: Enable controller for channel 7 (strip|bus)

  • NVDA+alt+8: Enable controller for channel 8 (strip|bus)

Slider Modes

  • NVDA+alt+g: Enable gain slider mode.
  • NVDA+alt+c: Enable comp slider mode.
  • NVDA+alt+t: Enable gate slider mode.
  • NVDA+alt+d: Enable denoiser slider mode.
  • NVDA+alt+a: Enable audibility slider mode.

Sliders

  • NVDA+shift+upArrow: Move slider up by 1 step
  • NVDA+shift+downArrow: Move slider down by 1 step
  • NVDA+shift+alt+upArrow: Move slider up by 0.1 step
  • NVDA+shift+alt+downArrow: Move slider down by 0.1 step
  • NVDA+shift+control+upArrow: Move slider up by 3 steps
  • NVDA+shift+control+downArrow: Move slider down by 3 steps

Channel Parameters

  • NVDA+shift+o: Mono
  • NVDA+shift+s: Solo
  • NVDA+shift+m: Mute
  • NVDA+shift+c: MC
  • NVDA+shift+k: Karaoke

Bus Assignments (A1-A5|B1-B3)

  • NVDA+shift+1: Toggle BUS assignment 1 for a strip
  • NVDA+shift+2: Toggle BUS assignment 2 for a strip
  • NVDA+shift+3: Toggle BUS assignment 3 for a strip
  • NVDA+shift+4: Toggle BUS assignment 4 for a strip
  • NVDA+shift+5: Toggle BUS assignment 5 for a strip
  • NVDA+shift+6: Toggle BUS assignment 6 for a strip
  • NVDA+shift+7: Toggle BUS assignment 7 for a strip
  • NVDA+shift+8: Toggle BUS assignment 8 for a strip

Announcements

  • NVDA+shift+q: Announce current controller.
  • NVDA+shift+a: Announce Voicemeeter kind.

Configuration

By placing a file named nvda_settings.json in User Home Directory / Documents / Voicemeeter (the same place as your Voicemeeter xml profiles) you can change most of the default keybinds.

The voicemeeter key can take one of three values:

  • basic
  • banana
  • potato

example:

{
  "voicemeeter": "banana",
  "keybinds": {
    "NVDA+alt+k": "strip_mode",
    "NVDA+alt+l": "bus_mode",
    "NVDA+alt+g": "gain_mode",
    "NVDA+alt+c": "comp_mode",
    "NVDA+alt+t": "gate_mode",
    "NVDA+alt+d": "denoiser_mode",
    "NVDA+alt+a": "audibility_mode",
    "NVDA+shift+q": "announce_controller",
    "NVDA+shift+z": "announce_voicemeeter_version",
    "NVDA+shift+s": "toggle_solo",
    "NVDA+shift+m": "toggle_mute",
    "NVDA+shift+c": "toggle_mc",
    "NVDA+shift+k": "karaoke",
    "NVDA+shift+upArrow": "slider_increase_by_point_one",
    "NVDA+shift+downArrow": "slider_decrease_by_point_one",
    "NVDA+shift+alt+upArrow": "slider_increase_by_one",
    "NVDA+shift+alt+downArrow": "slider_decrease_by_one",
    "NVDA+shift+control+upArrow": "slider_increase_by_three",
    "NVDA+shift+control+downArrow": "slider_decrease_by_three",
    "NVDA+control+1": "bus_assignment",
    "NVDA+control+2": "bus_assignment",
    "NVDA+control+3": "bus_assignment",
    "NVDA+control+4": "bus_assignment",
    "NVDA+control+5": "bus_assignment",
    "NVDA+control+6": "bus_assignment",
    "NVDA+control+7": "bus_assignment",
    "NVDA+control+8": "bus_assignment"
  }
}

Would make the following changes:

  • load the plugin in banana mode (default is potato)
  • change the strip_mode and bus_mode binds to NVDA+alt+k and NVDA+alt+l respectively
  • change the announce_voicemeeter_version bind to NVDA+shift+z
  • changes the bus assignment binds to NVDA+control+number

All other binds would then be defaults.

nvda-addon-voicemeeter's People

Contributors

onyx-and-iris avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.