Microsoft Accessibility Feedback
Welcome to Microsoft’s Accessibility Feedback forum. We are very interested in learning more about what products, features, and tools will delight our customers. Please share your ideas with us and remember to vote for ideas posted by others that you also think are great.
If you accidentally came here in need of technical support, please reach out to our Microsoft Disability Answer Desk team
-
azure voices
Hello.
microsoft produces new neural sounds and offers these sounds both with azure and microsoft edge.
These new neural sounds sound really natural.
I want these new natural sounds to be used with screen readers and also to use these sounds with android.
The sounds we use in windows are very artificial.
I want the new natural sounds used with azure to be used for the visually impaired.
https://azure.microsoft.com/en-us/services/cognitive-services/text-to-speech/57 votes -
Add Narrator support in the Windows Advanced Startup menu.
When accessing the Advanced Startup menu, Narrator cannot be used. This is the menu you access from settings>update&Security>Recovery that allows you to do things like boot from a disk, access system image backup, etc. When I access this menu, I receive no speech feedback. Pressing Control+Windows+Enter does nothing. If I press it too many times, the computer reboots into Windows again. This is another one of those essential features that needs to be completed ASAP! As someone planning to enter the IT field, this is essential if I want to independently troubleshoot Windows, boot from external drives, etc. Ideally, I'd…
21 votes -
Narrator read selected text
Narrator has an hotkey to 'Read previous line'. It should also have a hotkey for 'Read the selected text'.
20 votes -
Fix screen reader bug in Microsoft Calendar App
In Microsoft Calendar app narrator or any other screen reader will NOT read days of the week that newly appear on screen. For example, on the screen you have the full month of November (nothing else). You are sitting on the first week at November 6th. When you move up with the up arrow the previous week appears, but it does NOT tell you that you are now on October 30th. The only way to know is if you use the left or right arrows to move to the previous or next day. I.e 29th or 31st. Please fix!
19 votes -
Allow Narrator to unmute the system sound device
Narrator should check the system output device when ever it is activated. If the sound device is muted, Narrator should automatically unmute it and set the volume to a value such as 50% so that it is audible. If the sound device is working properly, Narrator should do nothing and start normally. This would be a great help when trying to work with a system where the sound was muted. By pressing Control+Windows+Enter, the screen reader starts and the sound device is unmuted and set to a relatively high volume.
19 votes -
Giving microsoft photos the option to have the windows movie maker layout for blind users.
It would be nice to have the photos app to work or have the option to work just like the old windows movie maker since it was so blind friendly. We could make videos without asking for sighted help back then. Now we have to ask someone to make our videos YouTube ready which doesn't always work out for us.
16 votes -
Narrator suggestions
When installing windows from a flash dive it would be nice to have narrator speak during the windows setup process. This would benefit the blind and visually impaired. Also it would be nice to be able to use narrator while in the bios.
15 votes -
15 votes
-
Play sounds for interface elements in Narrator
Productivity is a huge part of everyone's life nowadays, and blind people are no different. We want to be as fast and efficient as possible, doubly so to keep up with sighted counterparts. Speech is a great way to access information, but for repeating information it just gets in the way. Sound is a better solution for showing what interface element a user has landed on, because it only takes a few milliseconds to play, whereas speech can be either the same length, or up to a second based on how fast speech is talking. These sounds could replace the…
14 votes -
Add Support for Windows 10 OCR in Narrator
While Narrator appears to be using some kind of online OCR engine with the image descriptions feature, it isn't very accurate and doesn't work when offline. Narrator should be able to use the built-in OCR engine in Windows 10. NVDA is using this engine and it's fantastic! I can do things like read and select inaccessible controls if they contain text or move focus to an image-based PDF and receive the text in less than 5 seconds.
14 votes -
Enable Cortana and Narrator to work together without them both talking on top of one another.
Narrator and Cortana talk on top of each other when I use both at the same time.
12 votes -
Narrator and difficult situations
Narrator is becoming more powerful with every windows 10 release. With that being said, here are some things that would make it more valuable. 1. The ability to access advanced settings in windows, as well as bios configurations. There are times when I need to immage on to a USB drive, and I am unable to. 2. The ability for narrator to work with browsers outside Edge and the now outdated internet explorer. 3. Abaility for narrator to work with other applications o outside microsoft. 3. The abaility for narrator to work with complex web applications that offer chat functionality.4.…
12 votes -
Make sure that Narrator and other screen readers can work with Surface headphones 2
I just obtained the newly released Surface Headphones 2. I paired them to my laptop with Bluetooth. At first, I did not attach them to the laptop with the 3.5 MM cable. I have found that, when in bluetooth mode, the headphones cut off the screen reader speech at beginnings of the word. I'm assuming that the headphones are trying to save battery by doing this. However it is disconcerting to find that beginning of content is cut off. For example, if I were to give read title command to my screen reader while focused on I would hear something…
11 votes -
Dictionary feature for Narrator
The narrator doesn't support customizing pronunciation feature for specific words. For instance, if narrator pronounces some words incorrectly, Narrator can change the pronunciation in dictionary setting like JAWS and NVDA.
11 votes -
Add the ability to reset Narrator settings to factory defaults.
Please add an option to reset all Narrator settings to the default values. This could be helpful in many different situations, especially when troubleshooting problems or if someone wants to undo a bunch of changes and start from scratch.
11 votes -
Add the ability for Narrator to play sounds instead of speaking formatting information.
Narrator, at this time, uses spoken prompts to describe formatting. This requires more ability to parse information than print-reading people need to. Print readers don't hear "this is a bold test end bold." They see the bolded word or phrase. The blind should have the same experience, or as close as possible. There are two ways this may be achieved. Sounds for different formatting information may be played, but over time these may become confusing to the blind user as to what exactly is going on with the font if the sounds are too similar. The other option is the…
11 votes -
Natural sounding voices
If you could have more natural sounding voices for ease of access options. I am a college student, and I have difficulties with learning if I cant hear it and read it and see it, I struggle. When the voices sound synthesized and computerized, I can't focus at all i can only focus on the voice and how irritating it sounds not to be rude at all. But it is almost like nails on a chalkboard and affects me worse than not having the read-aloud option.
11 votes -
Letting screenreaders read the Settings information
Some details or information on the Settings screen cannot be read by a screenreader. Some way, it has to be expressed that the data has to be accessed. It just can't be read by either Narrator, the screenreader or the JAWS mode. Was trying to find my "Last Backup date" and it only gave me buttons to backup and such, though the information was there on that same page.
11 votes -
Aria-live text updates do not work in Narrator
Currently, when an aria live region has aria-relevant as "text", it will not read out any textual changes within the live region. You can test with this example:
<html>
<head><title>Aria-live test</title>
</head>
<body><button aria-controls="test-area" onclick="testFunction()">Click me</button>
<div id="test-area" aria-live="polite" aria-relevant="text"></div>
<script>
var toggle = false;var testFunction = function(){
document.getElementById("test-area").innerText = toggle ? "Even newer text" : "New text";
toggle = !toggle;
}
</script></body>
</html>NVDA reads the changes in this example out fine but narrator does not.
10 votes -
Make Chinese IME Microsoft Pinyin accesssible to other screen readers
Only narrator can read candidate item of Chinese input method. Other screen reader cannot get candidate item of Microsoft Pinyin through ITfUIElementSink
10 votes
- Don't see your idea?