PB.Ex Speech (Windows)

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
dige
Addict
Addict
Posts: 1247
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: PB.Ex Speech (Windows)

Post by dige »

Unfortunately, the download always stops after 8460 bytes.
"Daddy, I'll run faster, then it is not so far..."
User avatar
Kiffi
Addict
Addict
Posts: 1353
Joined: Tue Mar 02, 2004 1:20 pm
Location: Amphibios 9

Re: PB.Ex Speech (Windows)

Post by Kiffi »

dige wrote: Wed Aug 10, 2022 4:09 pm Unfortunately, the download always stops after 8460 bytes.
no problem here. Have you not paid your phone bill? :wink:
Hygge
BarryG
Addict
Addict
Posts: 3292
Joined: Thu Apr 18, 2019 8:17 am

Re: PB.Ex Speech (Windows)

Post by BarryG »

dige wrote: Wed Aug 10, 2022 4:09 pmthe download always stops after 8460 bytes
That's the size of the file, lol. What size were you expecting? It's not a big archive and the DLLs inside it are tiny.
dige
Addict
Addict
Posts: 1247
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: PB.Ex Speech (Windows)

Post by dige »

Thanks BarryG for the tip - good to know that the file was actually downloaded completely. UnfortunatelyMozilla Firefox only saves it as a file called PB.dvaW900B.Ex_Speech.zip.part and claims the download as failed....

Now I renamed the .part file to .zip and was actually able to unzip everything. Thx!

Have a nice day!
"Daddy, I'll run faster, then it is not so far..."
BarryG
Addict
Addict
Posts: 3292
Joined: Thu Apr 18, 2019 8:17 am

Re: PB.Ex Speech (Windows)

Post by BarryG »

dige wrote: Thu Aug 11, 2022 8:00 amFirefox only saves it as a file called PB.dvaW900B.Ex_Speech.zip.part
Firefox here saves it as "PB.Ex_Speech.zip". Something's up with your Firefox install; maybe an add-on or something is affecting downloads.
User avatar
Caronte3D
Addict
Addict
Posts: 1027
Joined: Fri Jan 22, 2016 5:33 pm
Location: Some Universe

Re: PB.Ex Speech (Windows)

Post by Caronte3D »

Hi, I'm using SpeechRecognition of this library buy I have a problem:
When I speak numbers everything is fine: 1, 2, 3, 4... but surprise when I speak the number 70 the recognized is 72 each time. :?
Is there a way to edit a dictionary file or something like that to correct this behaviour?
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6161
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: PB.Ex Speech (Windows)

Post by blueznl »

This looks interesting, but where do those DLLs come from?
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
User avatar
Caronte3D
Addict
Addict
Posts: 1027
Joined: Fri Jan 22, 2016 5:33 pm
Location: Some Universe

Re: PB.Ex Speech (Windows)

Post by Caronte3D »

blueznl wrote: Fri Mar 24, 2023 5:51 pm This looks interesting, but where do those DLLs come from?
If you mean the dlls on the firs page, they come from his autor RSBasic (I think).
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6161
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: PB.Ex Speech (Windows)

Post by blueznl »

Ah... Oh well, using the example in the other post then. I always try to program without any DLLs or Libs, reducing my dependencies on any such.
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: PB.Ex Speech (Windows)

Post by RSBasic »

blueznl wrote: Fri Mar 24, 2023 5:51 pm This looks interesting, but where do those DLLs come from?
I programmed the DLL files in C# for better access to Windows functions (.NET).
My dll files are wrappers for PureBasic.
Image
Image
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: PB.Ex Speech (Windows)

Post by RSBasic »

Caronte3D wrote: Tue Feb 28, 2023 1:32 pm Hi, I'm using SpeechRecognition of this library buy I have a problem:
When I speak numbers everything is fine: 1, 2, 3, 4... but surprise when I speak the number 70 the recognized is 72 each time. :?
Is there a way to edit a dictionary file or something like that to correct this behaviour?
Yes, you can use this parameter:
Result = SpeechRecognition(WordArray, WordArraySize, @ErrorOutput)
Image
Image
GogaII
User
User
Posts: 27
Joined: Sun Nov 15, 2020 10:03 am

Re: PB.Ex Speech (Windows)

Post by GogaII »

Native MS recognition works on my computer under W10 pretty well. But this app actually works not well. What is the reason of it?
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: PB.Ex Speech (Windows)

Post by RSBasic »

Hello
If I tested it, it worked very well on Windows 10, but I tested it with German.
Did you specify the "Voice$" parameter?
Image
Image
Post Reply