From 6ff12084bad020eafbea313560807feed329b8d5 Mon Sep 17 00:00:00 2001 From: mltony Date: Thu, 23 May 2024 18:32:45 -0700 Subject: [PATCH] doc --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e281ef3..86d220b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ +# Notice + +Bluetooth Audio add-on is abandoned. Silence playing functionality has been merged to NVDA core as of version 2024.2 and is turned on by default, so no further action is required. + +If you would like to hear white noise, you would need to set a hidden option: +1. Open `NVDA.ini`. If you have installed copy of NVDA, it is located at `%APPDATA%\NVDA\nvda.ini`. +2. Quit NVDA and open Narrator. +3. Find `[audio]` section. +4. Within that section, add the following line: + ``` + whiteNoiseVolume = 50 + ``` +5. Save and close the file. Restart NVDA. + # nvda-bluetooth-audio Bluetooth Audio is an NVDA add-on that improves sound quality when working with bluetooth or RF headphones or speakers.