NonVisual Desktop Access

Listen to this article
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Adamtrain (talk | contribs) at 15:37, 10 October 2017 (Added template for lack of citations in history section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

NVDA
Original author(s)Michael Curran
Developer(s)NVDA team
Initial release2006; 18 years ago (2006)
Stable release
2017.3 / 25 August 2017; 6 years ago (2017-08-25)
Repository
Written inprimarily Python, C++
Operating systemMicrosoft Windows
Available in48 languages
TypeScreen reader
LicenseGNU General Public License (Version 2)
Websitewww.nvaccess.org
Listen to this article
(2 parts, 5 minutes)
Spoken Wikipedia icon
These audio files were created from a revision of this article dated
Error: no date provided
, and do not reflect subsequent edits.

NonVisual Desktop Access (NVDA) is a free, open-source, portable screen reader for Microsoft Windows. The project was started by Michael Curran in 2006.

NVDA is programmed in Python. It currently works exclusively with accessibility APIs such as UI Automation, Microsoft Active Accessibility, IAccessible2 and the Java Access Bridge, rather than using specialized video drivers to "intercept" and interpret visual information. It is licensed under the GNU General Public License version 2.

History

Concerned by the high cost of commercial screen readers, In April 2006, Michael Curran began writing a Python-based screen reader with Microsoft SAPI as its speech engine. It provided support for Microsoft Windows 2000 onwards, and provided screen reading capabilities such as basic support for some third-party software and web browsing. Towards the end of 2006, Curran named his project Nonvisual Desktop Access (NVDA) and released version 0.5 the following year. Throughout 2008 and 2009, several versions of 0.6 appeared, featuring enhanced web browsing, support for more programs, braille display output, and improved support for more languages. To manage continued development of NVDA, Curran, along with James Teh, founded NV access in 2007.

NVDA's features and popularity continued to grow. 2009 saw support for 64-bit versions of Windows as well as greater program stability in 2010. Major code restructuring to support third-party modules, coupled with basic support for Windows 8, became available in 2011. Throughout 2012, NVDA gained improved support for Windows 8, ability to perform automatic updates, included add-ons manager to manage third-party add-ons, gained improved support for entering East Asian text and introduced touchscreen support, the first of its kind for third-party screen readers for Windows. NVDA gained support for Microsoft Powerpoint in 2013 and was updated in 2014 to support Powerpoint 2013; NVDA also added enhanced WAI-ARIA support that same year. Also in 2013, NV Access introduced a restructured method of reviewing screen text, and introduced a facility to manage profiles for applications, as well as improving access to Microsoft Office and other office suites in 2014.

In 2015, NVDA gained support for MathML through MathPlayer, along with improved support for Mintty, the desktop client for Skype, and charts in Microsoft Excel, and the ability to lower background audio was introduced in 2016. Also in 2015, NVDA became one of the first screen readers to support Windows 10 and added support for Microsoft Edge in an experimental capacity.

Features and accessibility API support

NVDA uses eSpeak as its integrated speech synthesizer. It also supports the Microsoft Speech platform synthesiser, ETI Eloquence and also supports SAPI synthesizers.[1] Output to braille displays is supported officially from Version 0.6p3 onwards.

Besides general Windows functionality, NVDA works with software such as Microsoft office applications, WordPad, Notepad, Internet Explorer, google chrome, etc. It supports the basic functions of Outlook Express, Microsoft Word, Microsoft PowerPoint and Microsoft Excel.[1] The free office suites LibreOffice and OpenOffice.org are supported by way of the Java Access Bridge package. NVDA also supports Mozilla Firefox (version 3 or higher).

Since early 2009, NVDA supports the WAI-ARIA standard for Accessible Rich Internet Applications, to facilitate better accessibility of web applications for blind users.[2][3]

Support for email is provided with Mozilla Thunderbird version 3 or higher. However, NVDA will usually work with most email providers such as Yahoo.

Technical features

NVDA is organized into various subsystems, including the core loop, add-ons manager, app modules, event handler and input and output handlers, along with modules to support accessibility API's such as Microsoft Active Accessibility. NvDA also features various graphical user interfaces of its own powered by wxPython, such as various preference dialogs, and setup and update management dialogs.

NVDA uses objects to represent elements in an application such as menu bars, status bars and various foreground windows. Various information about an object such as its name, value and screen coordinates are gathered by NVDA through accessibility API's exposed by an object, such as through UIA (User Interface Automation). The gathered information is passed through various subsystems, such as speech handler and presented to the user in speech, braille and via on-screen window. NvDA also provides facilities to handle events such as key presses, name changes and when an application gains or loses focus.

NVDA provides facilities to examine an application's object hierarchy and implement ways to enhance accessibility of a program. It provides dedicated commands to move through object hierarchy within an application, as well as an interactive python console to perform focus manipulation, monitoring objects for events and test code for improving accessibility of an application to be packaged in an app module.

Development model

From 2006 to 2013, NVDA's source code was managed via Bazaar, with NV Access switching to Git in 2013, citing development progress with Bazaar. The developers also took the opportunity to modify the release schedule to happen at regular intervals to prevent delay in releasing an official release and to make the release time frame predictable.

In addition to official releases, nightly snapshot builds are also available for testing. Similar to the release process for the Linux kernel, NVDA snapshots are available in master and next branches, with special topic branches created from time to time. NV Access describes the master branch as a live beta, next branch as bleeding-edge code for possible inclusion in the upcoming release, and topic branches for developing a major feature or to prepare for official release (rc branch). [4] Some third-party developers also maintain specific branches, including language-specific versions of NVDA or to offer public preview for a feature under active development.

The current lead developers are Michael "Mick" Curran and James "Jamie" Teh with code and translation contributions from users and other developers around the world.

References

  1. ^ a b "GitHub - nvaccess/nvda: NVDA, the free and open source Screen Reader for Microsoft Windows". Nvda-project.org. Retrieved 2016-04-01.
  2. ^ "NVDA 2009.1 beta, what's in it for Firefox users? – Marco's Accessibility Blog". Marcozehe.de. 2009-10-27. Retrieved 2016-04-01.
  3. ^ "GitHub - nvaccess/nvda: NVDA, the free and open source Screen Reader for Microsoft Windows". Nvda-project.org. Retrieved 2016-04-01.
  4. ^ "NVDA Development Snapshots". Nvaccess.org. Retrieved 2016-04-01.

External links