home.social

#nvdasr — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nvdasr, aggregated by home.social.

  1. Sometimes I'm getting this error with #IBMTTS in #NVDASR:

    ERROR - logHandler._threadExceptHook (11:58:21.253) - Thread-3 (17956):
    Exception in thread Thread-3:
    Traceback (most recent call last):
    File "threading.pyc", line 1044, in _bootstrap_inner
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 183, in run
    raise e
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 180, in run
    self._run()
    ~~~~~~~~~^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 218, in _run
    processEciQueue()
    ~~~~~~~~~~~~~~~^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 266, in processEciQueue
    func(*args)
    ~~~~^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 467, in index
    dll.eciInsertIndex(handle, x)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_proxyEci.py", line 68, in eciInsertIndex
    return self.client.call(HostIds.ECI_INSERT_INDEX, handle, index)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ipc.py", line 265, in call
    return parse_response(self.send_request(pack(func_id, *args)))
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ipc.py", line 193, in parse_response
    raise Exception("Host error", resp_data.decode('utf-8', errors='ignore'))
    Exception: ('Host error', 'unknown id: 28704')
    ERROR - eventHandler.executeEvent (11:58:21.362) - MainThread (15996):
    error executing event: focusEntered on <NVDAObjects.IAccessible.mozilla.Mozilla object at 0x000001A405A13F00> with extra args of {}
    Traceback (most recent call last):
    File "eventHandler.pyc", line 354, in executeEvent
    File "eventHandler.pyc", line 120, in init
    File "eventHandler.pyc", line 129, in next
    File "NVDAObjects_init
    .pyc", line 1366, in event_focusEntered
    File "speech\speech.pyc", line 822, in speakObject
    File "C:\Users\david\AppData\Roaming\nvda\addons\instantTranslate\globalPlugins\instantTranslate_init
    .py", line 349, in _localSpeak
    self._speak(sequence, *args, **kwargs)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "speech\speech.pyc", line 1187, in speak
    File "speech\manager.pyc", line 269, in speak
    File "speech\manager.pyc", line 440, in _pushNextSpeech
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers\ibmeci.py", line 288, in speak
    _ibmeci.setParam(ECIParam.eciDictionary, 1)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 513, in setParam
    post_message_to_eciThread(WM_PARAM, val, param)
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 173, in post_message_to_eciThread
    raise RuntimeError("IBMTTS Engine thread is not running. Synthesizer failure.")
    RuntimeError: IBMTTS Engine thread is not running. Synthesizer failure.
    INFO - synthDriverHandler.findAndSetNextSynth (11:58:21.502) - MainThread (15996):
    Falling back to next synthDriver oneCore
    INFO - external:synthDrivers._ibmeci.terminate (11:58:21.502) - MainThread (15996):
    Error terminating the IBMTTS thread
    Traceback (most recent call last):
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 492, in terminate
    post_message_to_eciThread(WM_KILL, 0, 0)
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 173, in post_message_to_eciThread
    raise RuntimeError("IBMTTS Engine thread is not running. Synthesizer failure.")
    RuntimeError: IBMTTS Engine thread is not running. Synthesizer failure.
    INFO - NVDAHelperLocal (11:58:21.545) - MainThread (15996):
    Thread 15996, build\x86_64\localWin10\oneCoreSpeech.cpp, ocSpeech_initialize, 215:
    ocSpeech_initialize

  2. Sometimes I'm getting this error with #IBMTTS in #NVDASR:

    ERROR - logHandler._threadExceptHook (11:58:21.253) - Thread-3 (17956):
    Exception in thread Thread-3:
    Traceback (most recent call last):
    File "threading.pyc", line 1044, in _bootstrap_inner
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 183, in run
    raise e
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 180, in run
    self._run()
    ~~~~~~~~~^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 218, in _run
    processEciQueue()
    ~~~~~~~~~~~~~~~^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 266, in processEciQueue
    func(*args)
    ~~~~^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 467, in index
    dll.eciInsertIndex(handle, x)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_proxyEci.py", line 68, in eciInsertIndex
    return self.client.call(HostIds.ECI_INSERT_INDEX, handle, index)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ipc.py", line 265, in call
    return parse_response(self.send_request(pack(func_id, *args)))
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ipc.py", line 193, in parse_response
    raise Exception("Host error", resp_data.decode('utf-8', errors='ignore'))
    Exception: ('Host error', 'unknown id: 28704')
    ERROR - eventHandler.executeEvent (11:58:21.362) - MainThread (15996):
    error executing event: focusEntered on <NVDAObjects.IAccessible.mozilla.Mozilla object at 0x000001A405A13F00> with extra args of {}
    Traceback (most recent call last):
    File "eventHandler.pyc", line 354, in executeEvent
    File "eventHandler.pyc", line 120, in init
    File "eventHandler.pyc", line 129, in next
    File "NVDAObjects_init
    .pyc", line 1366, in event_focusEntered
    File "speech\speech.pyc", line 822, in speakObject
    File "C:\Users\david\AppData\Roaming\nvda\addons\instantTranslate\globalPlugins\instantTranslate_init
    .py", line 349, in _localSpeak
    self._speak(sequence, *args, **kwargs)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "speech\speech.pyc", line 1187, in speak
    File "speech\manager.pyc", line 269, in speak
    File "speech\manager.pyc", line 440, in _pushNextSpeech
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers\ibmeci.py", line 288, in speak
    _ibmeci.setParam(ECIParam.eciDictionary, 1)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 513, in setParam
    post_message_to_eciThread(WM_PARAM, val, param)
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 173, in post_message_to_eciThread
    raise RuntimeError("IBMTTS Engine thread is not running. Synthesizer failure.")
    RuntimeError: IBMTTS Engine thread is not running. Synthesizer failure.
    INFO - synthDriverHandler.findAndSetNextSynth (11:58:21.502) - MainThread (15996):
    Falling back to next synthDriver oneCore
    INFO - external:synthDrivers._ibmeci.terminate (11:58:21.502) - MainThread (15996):
    Error terminating the IBMTTS thread
    Traceback (most recent call last):
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 492, in terminate
    post_message_to_eciThread(WM_KILL, 0, 0)
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 173, in post_message_to_eciThread
    raise RuntimeError("IBMTTS Engine thread is not running. Synthesizer failure.")
    RuntimeError: IBMTTS Engine thread is not running. Synthesizer failure.
    INFO - NVDAHelperLocal (11:58:21.545) - MainThread (15996):
    Thread 15996, build\x86_64\localWin10\oneCoreSpeech.cpp, ocSpeech_initialize, 215:
    ocSpeech_initialize

  3. Sometimes I'm getting this error with #IBMTTS in #NVDASR:

    ERROR - logHandler._threadExceptHook (11:58:21.253) - Thread-3 (17956):
    Exception in thread Thread-3:
    Traceback (most recent call last):
    File "threading.pyc", line 1044, in _bootstrap_inner
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 183, in run
    raise e
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 180, in run
    self._run()
    ~~~~~~~~~^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 218, in _run
    processEciQueue()
    ~~~~~~~~~~~~~~~^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 266, in processEciQueue
    func(*args)
    ~~~~^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 467, in index
    dll.eciInsertIndex(handle, x)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_proxyEci.py", line 68, in eciInsertIndex
    return self.client.call(HostIds.ECI_INSERT_INDEX, handle, index)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ipc.py", line 265, in call
    return parse_response(self.send_request(pack(func_id, *args)))
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ipc.py", line 193, in parse_response
    raise Exception("Host error", resp_data.decode('utf-8', errors='ignore'))
    Exception: ('Host error', 'unknown id: 28704')
    ERROR - eventHandler.executeEvent (11:58:21.362) - MainThread (15996):
    error executing event: focusEntered on <NVDAObjects.IAccessible.mozilla.Mozilla object at 0x000001A405A13F00> with extra args of {}
    Traceback (most recent call last):
    File "eventHandler.pyc", line 354, in executeEvent
    File "eventHandler.pyc", line 120, in init
    File "eventHandler.pyc", line 129, in next
    File "NVDAObjects_init
    .pyc", line 1366, in event_focusEntered
    File "speech\speech.pyc", line 822, in speakObject
    File "C:\Users\david\AppData\Roaming\nvda\addons\instantTranslate\globalPlugins\instantTranslate_init
    .py", line 349, in _localSpeak
    self._speak(sequence, *args, **kwargs)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "speech\speech.pyc", line 1187, in speak
    File "speech\manager.pyc", line 269, in speak
    File "speech\manager.pyc", line 440, in _pushNextSpeech
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers\ibmeci.py", line 288, in speak
    _ibmeci.setParam(ECIParam.eciDictionary, 1)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 513, in setParam
    post_message_to_eciThread(WM_PARAM, val, param)
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 173, in post_message_to_eciThread
    raise RuntimeError("IBMTTS Engine thread is not running. Synthesizer failure.")
    RuntimeError: IBMTTS Engine thread is not running. Synthesizer failure.
    INFO - synthDriverHandler.findAndSetNextSynth (11:58:21.502) - MainThread (15996):
    Falling back to next synthDriver oneCore
    INFO - external:synthDrivers._ibmeci.terminate (11:58:21.502) - MainThread (15996):
    Error terminating the IBMTTS thread
    Traceback (most recent call last):
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 492, in terminate
    post_message_to_eciThread(WM_KILL, 0, 0)
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 173, in post_message_to_eciThread
    raise RuntimeError("IBMTTS Engine thread is not running. Synthesizer failure.")
    RuntimeError: IBMTTS Engine thread is not running. Synthesizer failure.
    INFO - NVDAHelperLocal (11:58:21.545) - MainThread (15996):
    Thread 15996, build\x86_64\localWin10\oneCoreSpeech.cpp, ocSpeech_initialize, 215:
    ocSpeech_initialize

  4. Sometimes I'm getting this error with #IBMTTS in #NVDASR:

    ERROR - logHandler._threadExceptHook (11:58:21.253) - Thread-3 (17956):
    Exception in thread Thread-3:
    Traceback (most recent call last):
    File "threading.pyc", line 1044, in _bootstrap_inner
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 183, in run
    raise e
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 180, in run
    self._run()
    ~~~~~~~~~^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 218, in _run
    processEciQueue()
    ~~~~~~~~~~~~~~~^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 266, in processEciQueue
    func(*args)
    ~~~~^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 467, in index
    dll.eciInsertIndex(handle, x)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_proxyEci.py", line 68, in eciInsertIndex
    return self.client.call(HostIds.ECI_INSERT_INDEX, handle, index)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ipc.py", line 265, in call
    return parse_response(self.send_request(pack(func_id, *args)))
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ipc.py", line 193, in parse_response
    raise Exception("Host error", resp_data.decode('utf-8', errors='ignore'))
    Exception: ('Host error', 'unknown id: 28704')
    ERROR - eventHandler.executeEvent (11:58:21.362) - MainThread (15996):
    error executing event: focusEntered on <NVDAObjects.IAccessible.mozilla.Mozilla object at 0x000001A405A13F00> with extra args of {}
    Traceback (most recent call last):
    File "eventHandler.pyc", line 354, in executeEvent
    File "eventHandler.pyc", line 120, in init
    File "eventHandler.pyc", line 129, in next
    File "NVDAObjects_init
    .pyc", line 1366, in event_focusEntered
    File "speech\speech.pyc", line 822, in speakObject
    File "C:\Users\david\AppData\Roaming\nvda\addons\instantTranslate\globalPlugins\instantTranslate_init
    .py", line 349, in _localSpeak
    self._speak(sequence, *args, **kwargs)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "speech\speech.pyc", line 1187, in speak
    File "speech\manager.pyc", line 269, in speak
    File "speech\manager.pyc", line 440, in _pushNextSpeech
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers\ibmeci.py", line 288, in speak
    _ibmeci.setParam(ECIParam.eciDictionary, 1)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 513, in setParam
    post_message_to_eciThread(WM_PARAM, val, param)
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 173, in post_message_to_eciThread
    raise RuntimeError("IBMTTS Engine thread is not running. Synthesizer failure.")
    RuntimeError: IBMTTS Engine thread is not running. Synthesizer failure.
    INFO - synthDriverHandler.findAndSetNextSynth (11:58:21.502) - MainThread (15996):
    Falling back to next synthDriver oneCore
    INFO - external:synthDrivers._ibmeci.terminate (11:58:21.502) - MainThread (15996):
    Error terminating the IBMTTS thread
    Traceback (most recent call last):
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 492, in terminate
    post_message_to_eciThread(WM_KILL, 0, 0)
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
    File "C:\Users\david\AppData\Roaming\nvda\addons\IBMTTS\synthDrivers_ibmeci.py", line 173, in post_message_to_eciThread
    raise RuntimeError("IBMTTS Engine thread is not running. Synthesizer failure.")
    RuntimeError: IBMTTS Engine thread is not running. Synthesizer failure.
    INFO - NVDAHelperLocal (11:58:21.545) - MainThread (15996):
    Thread 15996, build\x86_64\localWin10\oneCoreSpeech.cpp, ocSpeech_initialize, 215:
    ocSpeech_initialize

  5. In-Process is out, featuring all the news on NVDA 2026.1 which is now available, as well as the recent NV Access all-hands, and a handy tip on copying the NVDA version number:

    nvaccess.org/post/in-process-1

    #NVDA #NVDAsr #ScreenReader #News #Accessibility #Newsletter #Blog #Info

  6. In-Process is out, featuring all the news on NVDA 2026.1 which is now available, as well as the recent NV Access all-hands, and a handy tip on copying the NVDA version number:

    nvaccess.org/post/in-process-1

  7. In-Process is out, featuring all the news on NVDA 2026.1 which is now available, as well as the recent NV Access all-hands, and a handy tip on copying the NVDA version number:

    nvaccess.org/post/in-process-1

    #NVDA #NVDAsr #ScreenReader #News #Accessibility #Newsletter #Blog #Info

  8. In-Process is out, featuring all the news on NVDA 2026.1 which is now available, as well as the recent NV Access all-hands, and a handy tip on copying the NVDA version number:

    nvaccess.org/post/in-process-1

    #NVDA #NVDAsr #ScreenReader #News #Accessibility #Newsletter #Blog #Info

  9. In-Process is out, featuring all the news on NVDA 2026.1 which is now available, as well as the recent NV Access all-hands, and a handy tip on copying the NVDA version number:

    nvaccess.org/post/in-process-1

    #NVDA #NVDAsr #ScreenReader #News #Accessibility #Newsletter #Blog #Info

  10. NV Access are extremely pleased to announce the release of NVDA 2026.1!

    Featuring:
    - NVDA is now 64-bit
    - Inbuilt MathCAT
    - Improvements to speech, OCR, languages, braille, browse mode, web access, add-on store, and lots more!

    Please read the full update and download from: nvaccess.org/post/nvda-2026-1/

  11. NV Access are extremely pleased to announce the release of NVDA 2026.1!

    Featuring:
    - NVDA is now 64-bit
    - Inbuilt MathCAT
    - Improvements to speech, OCR, languages, braille, browse mode, web access, add-on store, and lots more!

    Please read the full update and download from: nvaccess.org/post/nvda-2026-1/

    #NVDA #NVDAsr #New #News #Update #ScreenReader #Free #FOSS #FLOSS #NewVersion #NewRelease #Accessibility

  12. NV Access are extremely pleased to announce the release of NVDA 2026.1!

    Featuring:
    - NVDA is now 64-bit
    - Inbuilt MathCAT
    - Improvements to speech, OCR, languages, braille, browse mode, web access, add-on store, and lots more!

    Please read the full update and download from: nvaccess.org/post/nvda-2026-1/

    #NVDA #NVDAsr #New #News #Update #ScreenReader #Free #FOSS #FLOSS #NewVersion #NewRelease #Accessibility

  13. NV Access are extremely pleased to announce the release of NVDA 2026.1!

    Featuring:
    - NVDA is now 64-bit
    - Inbuilt MathCAT
    - Improvements to speech, OCR, languages, braille, browse mode, web access, add-on store, and lots more!

    Please read the full update and download from: nvaccess.org/post/nvda-2026-1/

    #NVDA #NVDAsr #New #News #Update #ScreenReader #Free #FOSS #FLOSS #NewVersion #NewRelease #Accessibility

  14. NV Access are extremely pleased to announce the release of NVDA 2026.1!

    Featuring:
    - NVDA is now 64-bit
    - Inbuilt MathCAT
    - Improvements to speech, OCR, languages, braille, browse mode, web access, add-on store, and lots more!

    Please read the full update and download from: nvaccess.org/post/nvda-2026-1/

    #NVDA #NVDAsr #New #News #Update #ScreenReader #Free #FOSS #FLOSS #NewVersion #NewRelease #Accessibility

  15. The NVDA 2026.1 Release Candidate is now available! This is the last step before the stable release and we encourage ALL users to download and try out the release candidate. Unless any critical bugs are found, this will be identical to the stable release.

    Read the full announcement and download at: nvaccess.org/post/nvda-2026-1r

  16. Here's a great testimonial we just added to the site:

    “NVDA is more than just a screen reader; it is an essential tool for independence. It’s fast, reliable, and handles everything from web browsing to complex document editing with ease. I am incredibly grateful to the developers and the community for maintaining such a powerful, user-friendly, and life-changing piece of software.”

    – Mister Kane, India

    Thanks Mister Kane! We are so grateful for your support!

  17. In-Process is out - a bumper issue this time:

    - NVDA 20 Years
    - 20 Years of NVDA Development: A Data-Driven Retrospective
    - NVDA 2026.1 Beta 13
    - NV Access all hands
    - Selecting cells in Excel
    - Subscribing via email

    All this and more at: nvaccess.org/post/in-process-2

  18. NVDA 2026.1 Beta 13 is now available. Changes:
    - Updates to translations.
    - Fixed virus scan results being unavailable for installed add-ons.

    Note: This affects newly installed add-ons. Virus scan results are still unavailable for add-ons installed in previous versions of NVDA.

    Read the full details of what is coming in NVDA 2026.1 and download the latest beta from :nvaccess.org/post/nvda-2026-1b

  19. NVDA 2026.1 Beta 13 is now available. Changes:
    - Updates to translations.
    - Fixed virus scan results being unavailable for installed add-ons.

    Note: This affects newly installed add-ons. Virus scan results are still unavailable for add-ons installed in previous versions of NVDA.

    Read the full details of what is coming in NVDA 2026.1 and download the latest beta from :nvaccess.org/post/nvda-2026-1b

    #NVDA #NVDAsr #ScreenReader #Accessibility #Beta #News #FOSS #FLOSS #NewVersion

  20. NVDA 2026.1 Beta 13 is now available. Changes:
    - Updates to translations.
    - Fixed virus scan results being unavailable for installed add-ons.

    Note: This affects newly installed add-ons. Virus scan results are still unavailable for add-ons installed in previous versions of NVDA.

    Read the full details of what is coming in NVDA 2026.1 and download the latest beta from :nvaccess.org/post/nvda-2026-1b

    #NVDA #NVDAsr #ScreenReader #Accessibility #Beta #News #FOSS #FLOSS #NewVersion

  21. NVDA 2026.1 Beta 13 is now available. Changes:
    - Updates to translations.
    - Fixed virus scan results being unavailable for installed add-ons.

    Note: This affects newly installed add-ons. Virus scan results are still unavailable for add-ons installed in previous versions of NVDA.

    Read the full details of what is coming in NVDA 2026.1 and download the latest beta from :nvaccess.org/post/nvda-2026-1b

    #NVDA #NVDAsr #ScreenReader #Accessibility #Beta #News #FOSS #FLOSS #NewVersion

  22. NVDA 2026.1 Beta 13 is now available. Changes:
    - Updates to translations.
    - Fixed virus scan results being unavailable for installed add-ons.

    Note: This affects newly installed add-ons. Virus scan results are still unavailable for add-ons installed in previous versions of NVDA.

    Read the full details of what is coming in NVDA 2026.1 and download the latest beta from :nvaccess.org/post/nvda-2026-1b

    #NVDA #NVDAsr #ScreenReader #Accessibility #Beta #News #FOSS #FLOSS #NewVersion

  23. NVDA 2026.1 Beta 12 is now available: nvaccess.org/post/nvda-2026-1b

    - Fixed spelling error reporting in Microsoft Word when accessed via the object model.
    - Fixed the Add-on Store failing to open in some circumstances.
    - Updates to translations.

  24. NVDA 2026.1 Beta 12 is now available: nvaccess.org/post/nvda-2026-1b

    - Fixed spelling error reporting in Microsoft Word when accessed via the object model.
    - Fixed the Add-on Store failing to open in some circumstances.
    - Updates to translations.

    #NVDA #NVDAsr #NewVersion #Beta #News

  25. NVDA 2026.1 Beta 12 is now available: nvaccess.org/post/nvda-2026-1b

    - Fixed spelling error reporting in Microsoft Word when accessed via the object model.
    - Fixed the Add-on Store failing to open in some circumstances.
    - Updates to translations.

    #NVDA #NVDAsr #NewVersion #Beta #News

  26. NVDA 2026.1 Beta 12 is now available: nvaccess.org/post/nvda-2026-1b

    - Fixed spelling error reporting in Microsoft Word when accessed via the object model.
    - Fixed the Add-on Store failing to open in some circumstances.
    - Updates to translations.

    #NVDA #NVDAsr #NewVersion #Beta #News

  27. NVDA 2026.1 Beta 12 is now available: nvaccess.org/post/nvda-2026-1b

    - Fixed spelling error reporting in Microsoft Word when accessed via the object model.
    - Fixed the Add-on Store failing to open in some circumstances.
    - Updates to translations.

    #NVDA #NVDAsr #NewVersion #Beta #News

  28. NVDA 2026.1 Beta 11 is available & it is another one which will challenge me to fit the changes in one message (See release post for full details):
    Changes in Beta 11:
    - MathCAT speech settings
    - Fix opening Add-on store
    - Reading math with MultiLang add-on
    - Spelling / Grammar reporting with braille
    - Word / Outlook math support option
    - Updates to docs & translations

    Read more & download: nvaccess.org/post/nvda-2026-1b

  29. NVDA 2026.1 Beta 11 is available & it is another one which will challenge me to fit the changes in one message (See release post for full details):
    Changes in Beta 11:
    - MathCAT speech settings
    - Fix opening Add-on store
    - Reading math with MultiLang add-on
    - Spelling / Grammar reporting with braille
    - Word / Outlook math support option
    - Updates to docs & translations

    Read more & download: nvaccess.org/post/nvda-2026-1b

    #NVDA #NVDAsr #ScreenReader #FOSS #FLOSS #News #NewVersion #PreRelease #Beta

  30. NVDA 2026.1 Beta 11 is available & it is another one which will challenge me to fit the changes in one message (See release post for full details):
    Changes in Beta 11:
    - MathCAT speech settings
    - Fix opening Add-on store
    - Reading math with MultiLang add-on
    - Spelling / Grammar reporting with braille
    - Word / Outlook math support option
    - Updates to docs & translations

    Read more & download: nvaccess.org/post/nvda-2026-1b

    #NVDA #NVDAsr #ScreenReader #FOSS #FLOSS #News #NewVersion #PreRelease #Beta

  31. NVDA 2026.1 Beta 11 is available & it is another one which will challenge me to fit the changes in one message (See release post for full details):
    Changes in Beta 11:
    - MathCAT speech settings
    - Fix opening Add-on store
    - Reading math with MultiLang add-on
    - Spelling / Grammar reporting with braille
    - Word / Outlook math support option
    - Updates to docs & translations

    Read more & download: nvaccess.org/post/nvda-2026-1b

    #NVDA #NVDAsr #ScreenReader #FOSS #FLOSS #News #NewVersion #PreRelease #Beta

  32. NVDA 2026.1 Beta 11 is available & it is another one which will challenge me to fit the changes in one message (See release post for full details):
    Changes in Beta 11:
    - MathCAT speech settings
    - Fix opening Add-on store
    - Reading math with MultiLang add-on
    - Spelling / Grammar reporting with braille
    - Word / Outlook math support option
    - Updates to docs & translations

    Read more & download: nvaccess.org/post/nvda-2026-1b

    #NVDA #NVDAsr #ScreenReader #FOSS #FLOSS #News #NewVersion #PreRelease #Beta

  33. No sería hora ya de que NVDA incorpore una tecla para saltar entre cliqueables en el modo navegación? Al fin y al cabo hay páginas que tienen más de estas porquerías que enlaces y botones. Y si ya lo tiene de verdad que no lo encontré, hablo de la versión 2025.3.3.
    #NVDA #NVDASR #Accesibilidad

  34. NVDA 2026.1 Beta 10 is now available: nvaccess.org/post/nvda-2026-1b

    Changes introduced in Beta 10:
    - Prevented an intermittent crash in Notepad++.
    - Fixed restoring MathCAT settings when reverting or resetting NVDA’s configuration.
    - Fixed the SAPI 4 synth driver.
    - Updates to translations.

    Read the full update and download the new beta from the release announcement.

  35. NVDA 2026.1 Beta 10 is now available: nvaccess.org/post/nvda-2026-1b

    Changes introduced in Beta 10:
    - Prevented an intermittent crash in Notepad++.
    - Fixed restoring MathCAT settings when reverting or resetting NVDA’s configuration.
    - Fixed the SAPI 4 synth driver.
    - Updates to translations.

    Read the full update and download the new beta from the release announcement.

    #NVDA #NVDAsr #ScreenReader #Beta #NewVersion #Update #News

  36. NVDA 2026.1 Beta 10 is now available: nvaccess.org/post/nvda-2026-1b

    Changes introduced in Beta 10:
    - Prevented an intermittent crash in Notepad++.
    - Fixed restoring MathCAT settings when reverting or resetting NVDA’s configuration.
    - Fixed the SAPI 4 synth driver.
    - Updates to translations.

    Read the full update and download the new beta from the release announcement.

    #NVDA #NVDAsr #ScreenReader #Beta #NewVersion #Update #News

  37. NVDA 2026.1 Beta 10 is now available: nvaccess.org/post/nvda-2026-1b

    Changes introduced in Beta 10:
    - Prevented an intermittent crash in Notepad++.
    - Fixed restoring MathCAT settings when reverting or resetting NVDA’s configuration.
    - Fixed the SAPI 4 synth driver.
    - Updates to translations.

    Read the full update and download the new beta from the release announcement.

    #NVDA #NVDAsr #ScreenReader #Beta #NewVersion #Update #News

  38. NVDA 2026.1 Beta 10 is now available: nvaccess.org/post/nvda-2026-1b

    Changes introduced in Beta 10:
    - Prevented an intermittent crash in Notepad++.
    - Fixed restoring MathCAT settings when reverting or resetting NVDA’s configuration.
    - Fixed the SAPI 4 synth driver.
    - Updates to translations.

    Read the full update and download the new beta from the release announcement.

    #NVDA #NVDAsr #ScreenReader #Beta #NewVersion #Update #News

  39. Can someone help? I'm completely newbie with #reaper and I've imported in it a stem to transpose it. However, I want to listen to a particular track while muting the others. I cannot find the shortcut to solo the track. I'm currently using Reaper 7.33 and OSARA with #NVDASR #screenreader. Thanks.

  40. NVDA 2026.1 Beta 9 is now available. There are many updates this time! Improvements & fixes with:
    - Copying settings to system config
    - Saving state of screen curtain
    - MathCAT input help
    - Secure screens
    - l10Util
    - Translations

    Read more & download from nvaccess.org/post/nvda-2026-1b

  41. NVDA 2026.1 Beta 9 is now available. There are many updates this time! Improvements & fixes with:
    - Copying settings to system config
    - Saving state of screen curtain
    - MathCAT input help
    - Secure screens
    - l10Util
    - Translations

    Read more & download from nvaccess.org/post/nvda-2026-1b

    #NVDA #NVDAsr #Update #NewVersion #PreRelease #News #Beta #FOSS #FLOSS

  42. NVDA 2026.1 Beta 9 is now available. There are many updates this time! Improvements & fixes with:
    - Copying settings to system config
    - Saving state of screen curtain
    - MathCAT input help
    - Secure screens
    - l10Util
    - Translations

    Read more & download from nvaccess.org/post/nvda-2026-1b

    #NVDA #NVDAsr #Update #NewVersion #PreRelease #News #Beta #FOSS #FLOSS

  43. NVDA 2026.1 Beta 9 is now available. There are many updates this time! Improvements & fixes with:
    - Copying settings to system config
    - Saving state of screen curtain
    - MathCAT input help
    - Secure screens
    - l10Util
    - Translations

    Read more & download from nvaccess.org/post/nvda-2026-1b

    #NVDA #NVDAsr #Update #NewVersion #PreRelease #News #Beta #FOSS #FLOSS

  44. NVDA 2026.1 Beta 9 is now available. There are many updates this time! Improvements & fixes with:
    - Copying settings to system config
    - Saving state of screen curtain
    - MathCAT input help
    - Secure screens
    - l10Util
    - Translations

    Read more & download from nvaccess.org/post/nvda-2026-1b

    #NVDA #NVDAsr #Update #NewVersion #PreRelease #News #Beta #FOSS #FLOSS

  45. Our latest In-Process blog post is out: nvaccess.org/post/in-process-2

    Covering:
    1) NVDA 2026.1 Beta 8
    2) Thanks to Salesforce
    3) Installing Add-ons
    4) Displaying add-ons compatible with a particular version in the web view
    5) More logical navigation through Word documents

  46. Our latest In-Process blog post is out: nvaccess.org/post/in-process-2

    Covering:
    1) NVDA 2026.1 Beta 8
    2) Thanks to Salesforce
    3) Installing Add-ons
    4) Displaying add-ons compatible with a particular version in the web view
    5) More logical navigation through Word documents

    #NVDA #NVDAsr #News #Newsletter #NewVersion #Beta #SalesForce #Word #Microsoft

  47. Our latest In-Process blog post is out: nvaccess.org/post/in-process-2

    Covering:
    1) NVDA 2026.1 Beta 8
    2) Thanks to Salesforce
    3) Installing Add-ons
    4) Displaying add-ons compatible with a particular version in the web view
    5) More logical navigation through Word documents

    #NVDA #NVDAsr #News #Newsletter #NewVersion #Beta #SalesForce #Word #Microsoft

  48. Our latest In-Process blog post is out: nvaccess.org/post/in-process-2

    Covering:
    1) NVDA 2026.1 Beta 8
    2) Thanks to Salesforce
    3) Installing Add-ons
    4) Displaying add-ons compatible with a particular version in the web view
    5) More logical navigation through Word documents

    #NVDA #NVDAsr #News #Newsletter #NewVersion #Beta #SalesForce #Word #Microsoft

  49. Our latest In-Process blog post is out: nvaccess.org/post/in-process-2

    Covering:
    1) NVDA 2026.1 Beta 8
    2) Thanks to Salesforce
    3) Installing Add-ons
    4) Displaying add-ons compatible with a particular version in the web view
    5) More logical navigation through Word documents

    #NVDA #NVDAsr #News #Newsletter #NewVersion #Beta #SalesForce #Word #Microsoft

  50. NVDA 2026.1 Beta 8 is now avaialble from nvaccess.org/post/nvda-2026-1b

    Changes since Beta 7:
    - Fixed the “Speech style” setting in Math settings being empty when using languages other than English.
    - Updates to translations.

    See the release announcement for the full highlights of NVDA 2026.1