- From: Wright, Isaiah <Isaiah.Wright@ally.com>
- Date: Thu, 11 May 2017 17:42:11 +0000
- To: Christophe Strobbe <strobbe@hdm-stuttgart.de>, "w3c-wai-ig@w3.org" <w3c-wai-ig@w3.org>
- Message-ID: <A5F112782FAF064CB12D49E9B05386EA77EF2BF1@DFW1MSPMX006.NAO.global.gmacfs.com>
This is great Christophe. If I understand the formulas correctly – then the fastest rate (100%) for NVDA using eSpeak is 310 WPM (of course, that is you are not using the rate boost check box)? Thanks! Isaiah M. Wright Usability Research | Integrated Channels & Experience 440 S. Church St., Charlotte NC 28202 T + 704 444 4694 | isaiah.wright@ally.com [image001.gif] From: Christophe Strobbe [mailto:strobbe@hdm-stuttgart.de] Sent: Thursday, May 11, 2017 11:55 AM To: w3c-wai-ig@w3.org Subject: Re: Screen Readers | Rate = Words Per Minute Hi, On 9/05/2017 16:51, Wright, Isaiah wrote: (...) I have access to NVDA but the rate is by percentage instead of words per minute. Is there a chart out there that translates rate percentage into words per minute? If you really need conversion formulas, here is the best I found for NVDA: (nvdaRate / 100) * (maxRate - minRate) + minRate = wpm (with with maxrate = 390 and minrate = 80) This formula assumes eSpeak; it may not be a very good approximation for other TTS engines. For Orca, I have used the following two formulas: (1) wpm = eSpeakNormalRate + (eSpeakNormalRate - eSpeakMinRate) * (r-50) / 50 (2) wpm = eSpeakNormalRate + (eSpeakMaxRate - eSpeakNormalRate) * (r-50) / 50 where: * r = Orca’s speech rate value * eSpeakNormalRate = eSpeak’s normal speed on GNOME; here = 160 * eSpeakMinRate = eSpeak’s minimum speed on GNOME; here = 80 * eSpeakMaxRate = eSpeak’s maximum speed on GNOME; here = 310 The first formula is used for Orca speech rates lower than 50; the second is used when Orca's speech rate is 50 or higher. Warning: I have not checked the accuracy of these formulas since April 2014. Best regards, Christophe Strobbe Cheers, Isaiah M. Wright Usability Research | Integrated Channels & Experience 440 S. Church St., Charlotte NC 28202 T + 704 444 4694 | isaiah.wright@ally.com<mailto:isaiah.wright@ally.com> [image001.gif] -- Christophe Strobbe Akademischer Mitarbeiter Responsive Media Experience Research Group (REMEX) Hochschule der Medien Nobelstraße 10 70569 Stuttgart Tel. +49 711 8923 2749 “I drink tea and I know things.” Falsely attributed to Christophe Lannister.
Attachments
- image/gif attachment: image001.gif
Received on Thursday, 11 May 2017 17:42:46 UTC