Giter Site home page Giter Site logo

nvda-voicemeeter's Introduction

pdm-managed Code style: black Imports: isort Ruff

NVDA Voicemeeter

A remote control app for Voicemeeter, designed to be used with the NVDA screen reader.

For an outline of this projects goals see the SPECIFICATION.

Image of Voicemeeter NVDA app settings tab

Requirements

Installation

From Source

First clone the source files from this repository and install the dependencies.

git clone https://github.com/onyx-and-iris/nvda-voicemeeter.git
cd nvda-voicemeeter
pip install .

Then download the Controller Client and place the dll files into the directory controllerClient.

Your directory structure should look like this:

├── controllerClient/

        ├── x64/

                ├── nvdaControllerClient64.dll

        ├── x86/

                ├── nvdaControllerClient32.dll

From Releases

If you want to get started quickly and easily I have uploaded some compiled versions of the app in the Releases section.

Run

Once the repository is downloaded and the controller client files in place you can launch the GUI with the following __main__.py:

import voicemeeterlib

import nvda_voicemeeter

KIND_ID = "potato"

with voicemeeterlib.api(KIND_ID) as vm:
    with nvda_voicemeeter.draw(KIND_ID, vm) as window:
        window.run()

KIND_ID

May be one of the following:

  • basic
  • banana
  • potato

Use

Tabs

The app presents four tabs Settings, Physical Strip, Virtual Strip and Buses. Navigate between the tabs with Control + TAB and Control + SHIFT + TAB or once focused on any tab, Left and Right arrow keys.

All controls within the tabs may be navigated between using TAB.

Settings

The following controls offer context menus accessed by pressing SPACE or ENTER:

  • Hardware In
  • Hardware Out
  • Patch Composite

Press ESCAPE to exit any context menu.

All other buttons can be triggered by pressing SPACE or ENTER.

To adjust Patch Asio Inputs to Strips and Patch Insert values use UP and DOWN arrows when in focus.

To access Advanced Settings you may press the Advanced Settings button or use Control + A when in the Settings tab.

Physical Strip|Virtual Strip|Buses

You will find in each of these tabs two nested tabs,Buttons and Sliders. For each nested tab you will find the controls appropriate for the Voicemeeter kind and channel type.

All buttons may be triggered by pressing SPACE or ENTER.

All sliders may be controlled in three different ways:

  • Left|Right arrow to move a slider by 1 step.
  • Shift + Left|Right arrow to move a slider by 0.1 steps.
  • Control + Left|Right arrow to move a slider by 3 steps.

To reset a slider back to its default value you may use Control + Shift + R.

To rename a strip/bus channel focus on the channel in question and press F2. Then enter the new channel name into the text input widget and press the Ok button.

Pressing the OK button with an empty text input will clear the label. In this case the label will be read as a default value for that channel. For example, if the leftmost Strip label were cleared, the screen reader will now read Hardware Input 1.

Pressing Cancel will close the popup window with no affect on the label.

Advanced Compressor|Gate

For potato version only, you may access advanced Compressor and Gate sliders. Simply focus any Gate or Compressor slider and press Control + A. This will open a popup window where you can navigate between the different sliders with TAB. Move the sliders with the same binds you would for normal sliders. However, there are a couple of extra binds for certain controls.

For Compressor Release you may use:

  • Alt + Left|Right arrow to move the slider by 10 steps.
  • Alt + Control + Left|Right arrow to move the slider by 50 steps.

For Gate BP Sidechain, Attack, Hold, Release you may use:

  • Alt + Left|Right arrow to move the slider by 10 steps.
  • Alt + Control + Left|Right arrow to move the slider by 50 steps.

To reset a slider back to its default value you may use Control + Shift + R.

Menu

Voicemeeter

The Voicemeeter menu can be opened using Alt and then v. It offers the following options:

  • Restart Voicemeeter audio engine
  • Save/Load current settings (as an xml file)
  • Set a config to load automatically on app startup.

The Save Settings option opens a popup window with two buttons, Browse and Cancel. Browse opens a Save As dialog, Cancel returns to the main app window.

Load Settings and Load on Startup both open an Open dialog box immediately.

Theme

The Theme menu can be opened using Alt and then t. Use this menu to select from a list of coloured themes. Some themes offer higher contrast colours. An application restart is required to load a new theme. Once a theme is selected it will become the default for future startups.

Quick access binds

There are a number of quick binds available to assist with faster navigation and general use.

When focused on any one of "Physical Strip", "Virtual Strip" or "Buses" you may use Control + Number to skip to the corresponding channel.

When focused on any single channel (Strip or Bus), the following binds exist:

  • Alt + Number will trigger the Bus output button corresponding to the number. For example Alt + 3 will trigger the A3 button
  • Control + O will trigger the Mono button
  • Control + S will trigger the Solo button
  • Control + M will trigger the Mute button

You may also enter slider modes which allow for control of the channels sliders until the slider mode is exited. You may access the slider modes with the following binds:

  • Control + U will enter Audibility mode
  • Control + G will enter Gain mode
  • Control + T will enter Gate mode
  • Control + L will enter Limit mode
  • Control + B will enter Bass mode
  • Control + I will enter Mid mode
  • Control + R will enter Treble mode

To exit any of the slider modes press Escape.

Once you are in a slider mode you may now control the slider that matches the slider mode. Slider mode binds are the same as the normal slider binds with the addition of the Alt keypress. For example, where you would normally use Right Arrow to shift a slider rightwards by 1 step, in slider mode you would now use Alt + Right Arrow.

Issues

If you have any questions/suggestions feel free to raise an issue or open a new discussion.

Special Thanks

Mario Loreti for his help in testing and offering feedback during development.

NVAccess for creating the open source NVDA screen reader and its controller client.

Vincent Burel for creating Voicemeeter and its SDK.

PySimpleGUI team for creating an awesome GUI framework.

nvda-voicemeeter's People

Contributors

onyx-and-iris avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nvda-voicemeeter's Issues

vban applications?

First and foremost, let me thank you for this, I have wanted to use VB for years and try every little while with no success. I really appreciate your work. I notice on the releases page that there is basic, banana, and potato. The VBAN apps don't seem to be listed. Is it possible to use the project with any of these programs such, for example, as VBANSpot? Thanks again.

Reimplement Bus Mode buttons

This suggestion comes from a user of the app.

Reimplement the bus mode buttons as ButtonMenus each with their own context menu.

This makes the most sense since you can then navigate through the modes in both directions and a context menu would be more intuitive.

I get Key Error when using banana

Hi, I tried using script version 0.2.2, and voice meter banana version 2.0.6.8.
I get an error like this:
ERROR
Key Error
File "PySimpIeGUI\PySimpIeGUI.py"
line 2CE15
in error popup _ with _ traceback
Problem finding your key tabs
Closest match = None
Close
Take me to error
Kill Application
Below I have attached the screenshot.
image
image

Add Patch Asio Outputs

Currently it's possible to patch asio device to input strips so it should be possible to patch to output buses too.

I may move these onto the Advanced Settings window.

❤ your screenshot! Maybe drop it into your readme.md file

Thank you for submitting your screenshot to the User Screenshots! image

It's great to see people sharing their work. Since PySimpleGUI programs are visual, a screenshot goes a long ways, especially with visitors to repos.

The same code the GitHub produces when you paste a screenshot into a GitHub issue can be copied directly into your readme.

When you pasted the screenshot into the PySimpleGUI Issue:

image

GitHub added this code to the comment:

![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/55352169/f99212f5-1870-4387-ba4c-159dd40d4c8e) https://github.com/onyx-and-iris/nvda-voicemeeter

You can do the same here... paste the image into a GitHub issue, the edit the command and copy the line of text like the one above. If you paste this into your readme.md file, then it'll be embedded in the readme that's shown to visitors.

Great job creating a nice looking interface!

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.