- Bluetooth Audio Active is an NVDA add-on that keeps the sound card always active, which is essential for Bluetooth headphones or speakers.
- This is necessary because Bluetooth headphones or speakers may go into sleep mode after some time, causing sound interruptions.
- Bluetooth Audio Active is protected under the GPL 2 license.
You can install Bluetooth Audio Active from the NVDA add-ons store or from the add-on's source page: [https://github.com/DarkoMilosevic86/Bluetooth Audio Active](https://github.com/DarkoMilosevic86/Bluetooth Audio Active).
Bluetooth Audio Active can be toggled on and off using the Shift+NVDA+L key combination.
Each time you enable or disable Bluetooth Audio Active, the setting will be automatically saved to the Bluetooth Audio Active configuration file. For example, if you leave Bluetooth Audio Active enabled and restart NVDA, it will remain enabled.
The Bluetooth Audio Active add-on is available in English and Serbian.
If you want to localize the Bluetooth Audio Active add-on, follow these steps:
- Fork the repository [https://github.com/DarkoMilosevic86/Bluetooth Audio Active](https://github.com/DarkoMilosevic86/Bluetooth Audio Active).
- Clone the repository using the following command:
git clone https://github.com/DarkoMilosevic86/Bluetooth Audio Active.git
- In the addon/locale folder, you will find the localization structure. Add the desired language and perform the translation.
- Push the changes to your copy of the Bluetooth Audio Active repository and create a pull request.