Re: vocaliser voices
The Gamages
Hello Rui,
Yes, I do use the expressive voices, but I purchased them years ago, I
have
downloaded the driver, so I will give it a try, thank you for your
help.
Best
Regards,
Jim.
Hello!
Do you use Vocalizer Expressive from Tiflotecnia or from Code Factory?
If you use from Tiflotecnia, you can get the updated driver from: https://www.tiflotecnia.net/Instal/vocalizer_expressive_driver-3.1.1.nvda-addon
Best regards,
Rui Fontes Tiflotecnia, Lda.
Às 12:19 de 19/04/2020, The Gamages via groups.io
escreveu:
|
|
to the one who had a corrupted sapi5 synthesizer.
Curtis Delzer
HI! try the ""revert to factory configuration" and see if that doesn't make your sapi 5 synthesizers work again using NVDA. I might have been ignored because mine it restored my sapi 4 engine, but I bet you'll have a good result if you give that a try before you attempt to re-install or repair all of those sapi5 engines. NVDA, has an issue where if you get into the control panel of it's synthesizers, it attempts to write to one of it's configuration files for a sapi engine and can't or gets interrupted in some way, it corrupts the file, it's own reference to it, so the "reset to factory configuration" somehow fixes it.
Try and see if it works for you. I bet you'll be surprised since it is working on the logon screen as you use to have happen, just as mine with sapi4. I have an Eloquence set of voices from an installation of Kurzweil I use for sapi4 since I don't wish to pay for a sapi5 version of the Eloquence voices, and I saved a configuration which works on my logon screen. I attempted to have NVDA use a different voice under sapi4, and after changing speed and some other settings, no matter how often I press "ok," from within the NVDA dialog, it would not exit. So, when I re-booted to get my speech back it was a corrupted sapi4 engine that NVDA falsely reported, but naught was the case since every other screen reader which supported the sapi4 engine still worked fine so, hmm! I go, why? If you re-install NVDA I suppose that fixes it too, but it is like using a hose when a squirt gun will do. :) So, try the "reset to factory configuration" first before re-installing all those sapi5 engines. Let me know how you get on with it. -- Curtis Delzer HS K 6 V F O Rialto, CA curtis@calweb.com
|
|
Re: vocaliser voices
Rui Fontes
Hello!
Do you use Vocalizer Expressive from Tiflotecnia or from Code Factory?
If you use from Tiflotecnia, you can get the updated driver from: https://www.tiflotecnia.net/Instal/vocalizer_expressive_driver-3.1.1.nvda-addon
Best regards,
Rui Fontes Tiflotecnia, Lda.
Às 12:19 de 19/04/2020, The Gamages via
groups.io escreveu:
|
|
vocaliser voices
The Gamages
Hello,
Sorry if this has been covered before, but I have just tried to update
NVDA
and been told that the driver for my vocaliser voices is out of date and the
add
on cannot be installed.
does this mean that I will have to pay again for new voices?
If this is the case, I believe that the voices can be obtained for use
with
any screen reader, is that correct.
Thanks for any clarification.
Best
Regards,
Jim.
|
|
Re: New NVDA sounds
Kara Goldfinch
Tony, I used Reaper and the reaSynth plugin it comes bundled with. I'm not sure what andre used. If you like, write me off list and I'd be happy to see about making some sounds for you. It'd be something to keep my mind of things. :) All the best, Kara
On 17/04/2020 18:24, Tony Malykh wrote:
|
|
Re: OCR version 2, compatible with NVDA 2019.3 or later
#addonrelease
Kara Goldfinch
Great news. Even though I use Windows 10 and the regular OCr works in most cases, there are a couple of rare instances where, inexplicably, the old add-on gives better results. I kept 2019.2.1 around for the odd occasion I need to use the Komplete Audio 6's control panel as that is one of them.
On 18/04/2020 20:11, Joseph Lee wrote:
|
|
Re: Windows 10 Mail program and NVDA
Cordelia Scharpf
Thanks for that additional info, which is good to have in case I need it.
I am beginning to figure things out but agree 100 percent that it would be a lot easier if accessibility needs were taken more seriously and met by developers of mainstream software. I just had a discussion with the tech support of another software. They recognized and replicated the problem I had described. (I gave them the link to NVDA for them to test the result.) However, I won’t see any change for the better to arrive at my fingertips anytime soon. Let’s face it, the problem I raised landed at the very bottom of their to-do list because it is not of immediate concern to the majority of (sighted) users.
From: nvda@nvda.groups.io [mailto:nvda@nvda.groups.io] On Behalf Of Robert Doc Wright godfearer
Sent: Sunday, April 19, 2020 11:18 AM To: nvda@nvda.groups.io Subject: Re: [nvda] Windows 10 Mail program and NVDA
Be aware that adding an email signature is doable but is also a pain in the neck. It would behoove you to write out your signature starting with stars(*) to separate the message from the signature. do this in notepad then copy open mail tab to settings arrow down to signature If you have the necessary boxes checked to add a signature then tab one tab past picture. Note you wil not hear anything. paste your signature shift tab to save and enter Hopefully this will be enough. You won't know until you open a new email and arrow down in the message field to see if it is there.
I have been complaining about the lack of accessibility for years with the results you see now.
******
|
|
Re: how can I set symbol pronounciation for special case?
Samuel Kacer
Hello,Hi Robert, that's a good point. I think in that special case I would be okay with it, since it is relatively rare and as long as I got the regex to exclude the enclosing case like 'hello, world' then that would be good enough for me. I will keep in mind writing the special prime and double prime characters, but alas my problem is reading other people's stuff that just use the plain apostrophe character.
|
|
Re: how can I set symbol pronounciation for special case?
Samuel Kacer
Thanks, Tyler. I've started looking through doc for python RE. Not sure how I would go about making an addon for this... Is there a place I could hook into to filter/transform the text being sent to the synthesizer? I've gotten closer. Now my regex will exclude the case when it is being used as an apostrophe such as in contractions like don't and I'll. But still cant figure out how to exclude the case when the single quotes are being used to enclose a word such as the case in a python string literal. Here is the regex: (\w+)'(\s|$) i've tried to exclude the enclosing case by prepending a \s to the beginning of the regex so it wont match unless there is a whitespace character before the string of word characters, but that doesn't work. Also tried putting a \b at the beginning so it would match if the string of word characters start at a word boundary, but that doesnt work either... If anyone has any more ideas, they are appreciated
|
|
Re: how can I set symbol pronounciation for special case?
Robert Doc Wright godfearer
toggle quoted messageShow quoted text
You have one possible problem facing you. Names
ending in (s) like Frances uses an apostrophy at the end to show possession,
i.e. Frances'.
this is what I found in a Google
search:
Word: Insert prime and double prime
characters
1. If you have a separate number pad, then press Alt+8242 (press and hold the Alt key while you type 8242) for prime, or Alt+8243 for double prime. ******
If we don't take time to think before we speak we may find ourselves in a situation where our speech becomes a bit stinky!
|
|
Re: New NVDA sounds
Gene
Or, back up the old waves folder and copy the new wave files into the
original folder. You will be asked if you want to copy files for which
duplicate names exist. Answer yes when you get such questions and the old
files for things like the screen curtain will just be left alone, since there
are no duplicately named files in the new waves folder. Replacing the old
files with new ones and leaving sounds that shouldn’t be replaced isn’t
difficult nor time consuming.
Gene
----- Original Message -----
and
also, you'll need to copy the old "waves" which are in the newer NVDA like screen curtain on and off which aren't in these. :) fun, eh? Curtis Delzer HS K 6 V F O Rialto, CA curtis@... On 4/17/2020 7:57 AM, Gene wrote: > There is a folder called waves. The new sounds are just other wave > files. They are placed in a folder with the same name in the same > location as the old waves file now is. > Gene > ----- Original Message ----- > *From:* brice Mijares <mailto:bmijares33@...> > *Sent:* Friday, April 17, 2020 8:57 AM > *To:* nvda@nvda.groups.io <mailto:nvda@nvda.groups.io> > *Subject:* Re: [nvda] New NVDA sounds > I'm running a installed version. They are still in my downloaded folder. > Are you saying they go where all the Windows event wav > > sounds are? > On 4/17/2020 6:45 AM, Gene wrote: > > they were originally supposed to be incorporated into NVDA as a part > > of the program. There is therefore no explanation of how to replace > > the old files with the new. > > It may depend on whether you are running an installed or a portable > > version of the program, where you would put the files. I’ll write > > more about the portable version if people are interested in another > > message but you either back up the original waves folder or delete it, > > create another folder called waves and place the files in that or, if > > the download you got has the files already in a folder called waves, > > paste that folder in the same place as the old waves folder was. > > That’s true of both the installed and portable versions but the waves > > folder may be in a different place, I’m not sure. > > To backup the old waves file, change its name to something like waves > > old, that’s all you have to do. You can leave the folder where it is. > > Gene > > ----- Original Message ----- > > *From:* brice Mijares <mailto:bmijares33@...> > > *Sent:* Friday, April 17, 2020 7:37 AM > > *To:* nvda@nvda.groups.io <mailto:nvda@nvda.groups.io> > > *Subject:* Re: [nvda] New NVDA sounds > > I'd also like to know. There should have been a text file stating what > > to do with them. > > > > On 4/17/2020 5:29 AM, Akshaya Choudhary wrote: > > > Hello! > > > How do I install/use these sounds? > > > -- > > > Regards, > > > Sociohack > > > > > > > > > > > >
|
|
Re: Windows 10 Mail program and NVDA
Robert Doc Wright godfearer
toggle quoted messageShow quoted text
In case you are interested I have a working copy of
Outlook Express that will work in Windows 10.
******
If we don't take time to think before we speak we may find ourselves in a situation where our speech becomes a bit stinky!
|
|
Re: Windows 10 Mail program and NVDA
Robert Doc Wright godfearer
toggle quoted messageShow quoted text
Be aware that adding an email signature is doable
but is also a pain in the neck. It would behoove you to write out your signature
starting with stars(*) to separate the message from the signature.
do this in notepad then copy
open mail
tab to settings
arrow down to signature
If you have the necessary boxes checked to add a
signature then tab one tab past picture. Note you wil not hear
anything.
paste your signature
shift tab to save and enter
Hopefully this will be enough. You won't know until
you open a new email and arrow down in the message field to see if it is there.
I have been complaining about the lack of
accessibility for years with the results you see now.
******
If we don't take time to think before we speak we may find ourselves in a situation where our speech becomes a bit stinky!
|
|
beeps
Eilana Benish
hi I'm trying to understand which of the NVDA addons are playing beeps sounds when something is loading a website or a program running on my computer Thanks -- ובכבוד רב | Sincerely, אילנה בניש מורשה נגישות שירות 2200 | Eilana Benish, service Accessibility authorized (2200) 📱 +972-50-7100367 | 📧 benish.ilana@...
|
|
Re: New NVDA sounds
Curtis Delzer
and also, you'll need to copy the old "waves" which are in the newer NVDA like screen curtain on and off which aren't in these. :)
toggle quoted messageShow quoted text
fun, eh? Curtis Delzer HS K 6 V F O Rialto, CA curtis@calweb.com
On 4/17/2020 7:57 AM, Gene wrote:
There is a folder called waves. The new sounds are just other wave files. They are placed in a folder with the same name in the same location as the old waves file now is.
|
|
Re: how can I set symbol pronounciation for special case?
Tyler Spivey
It uses Python's re module. You'll have to read the code which handles the speech dictionaries to figure out how it works. Why don't you just write an addon to do what you want?
On 4/19/2020 12:31 AM, Samuel Kacer
wrote:
|
|
Re: how can I set symbol pronounciation for special case?
Samuel Kacer
Also, does anyone know what particular flavor of regex does NVDA use? I noticed it parentheses are treated differently than I am used to and ^ doesnt seem to match beginning of string. Like if I have regex ^ foo^foo, it will match foo even if it isnt at beginning of the line.
|
|
Re: how can I set symbol pronounciation for special case?
Samuel Kacer
Thanks for the replies. I didn't actually notice that speech dictionary supported regular expressions. So, I've been playing with writing several expressions, but nothing satisfactory yet. To expand a little on what I want, I am I want it to match on a word that ends in single quote, but not if it is enclosed in single quotes or has a letter following it directly. So cases like 'hello' and don't shouldn't match. What I've got so far is thanks to your examples and some googling is this: ([\w]+)' This is good in that it will match on any word, however it doesnt take care of the case when the word is enclosed in single quotes or is inside a word like don't. I've tried inverted character classes like this: [^']([\w]+)'[^a-zA-Z] But, that doesn't seem to do what I would expect. Does anyone have any ideas? Thanks, Sam
|
|
using sony soundforge 14 with nvda 2019.3
hello every one.
one of my friends told me that she has nvda 2019.3 with sony soundforge version 14. nvda does not read many of soundforge settings and checkboxes. i told her that i ask for you in the nvda mailing list. she told that she has not issue with jaws in this case. jaws reads all settings and checkboxes properly. can you please help? God bless you. -- By God, were I given all the seven heavens with all they contain in order that I may disobey God by depriving an ant from the husk of a grain of barley, I would not do it. imam ali
|
|
Re: strange behavior with Microsoft sapi 5 voices and NVDA
Curtis Delzer
you may have to just do a factory reset of your configuration. you won't use your add-ons, but I had that happen with voices I try to use and then go back to sapi 4 which then can't load. When I do that factory reset of configuration settings, it clears up.
toggle quoted messageShow quoted text
Curtis Delzer HS K 6 V F O Rialto, CA curtis@calweb.com
On 4/16/2020 10:42 AM, Tony Ballou wrote:
Houdy folks,
|
|