Speech To Text

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
14 posts Page 1 of 2
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Speech To Text
GoodGuy17
Hello,
I would like to create a voice to text app. Anyone know how?
~GoodGuy17~ :D
User avatar
MasterCoding
Top Poster
Top Poster
Posts: 156
Joined: Sat Oct 24, 2009 4:26 pm

Re: Speech To Text
MasterCoding
GoodGuy17 wrote:
Hello,
I would like to create a voice to text app. Anyone know how?
~GoodGuy17~ :D

1 button
1 textbox

double click the button
Code: Select all
SAPI.speak(TextBox1.Text)
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Re: Speech To Text
GoodGuy17
Thank you, but I need to know how to make a voice to text app.
User avatar
Nery
Co-Admin Moderator
Co-Admin Moderator
Posts: 1117
Joined: Mon Sep 07, 2009 8:11 pm

Re: Speech To Text
Nery
Thats even more complex, you'll have to recognize each word or letter said.
User avatar
bjm0008
Dedicated Member
Dedicated Member
Posts: 69
Joined: Thu Aug 13, 2009 2:35 am

Re: Speech To Text
bjm0008
With the english language being the most difficult in the word... Good luck.
All the accents, and stuff will have to be recognized.
Image
User avatar
bjm0008
Dedicated Member
Dedicated Member
Posts: 69
Joined: Thu Aug 13, 2009 2:35 am

Re: Speech To Text
bjm0008
Check out: http://www.nuance.com/talk/
$149.99 for the standard version, thats worth quite a bit of code..
Image
User avatar
Robby
VIP - Donator
VIP - Donator
Posts: 417
Joined: Mon Aug 03, 2009 4:01 am

Re: Speech To Text
Robby
wow Reboh good choice.

The code will take alot of tries to perfect and then u will need to use some help from the speech regonition thingy to make this porgram perfect
My current Projects Listed Below:
Toixt++ Text Editor Just 10 or less more features to go!
Image
Image
User avatar
Miutubevids
VIP-Member
VIP-Member
Posts: 293
Joined: Mon Nov 23, 2009 11:39 am

Re: Speech To Text
Miutubevids
this wpuld take a tremendous amount of work and expertise
Don't BS the BSer

RePlay V1.0 - Record your Mouse Clicks, Mouse Movments and Keystrokes
AutoClicker v1.0
SnowScreen
Reaction Timer Game V1.0
User avatar
Nery
Co-Admin Moderator
Co-Admin Moderator
Posts: 1117
Joined: Mon Sep 07, 2009 8:11 pm

Re: Speech To Text
Nery
bjm0008 wrote:
With the english language being the most difficult in the word... Good luck.
All the accents, and stuff will have to be recognized.
Portuguese (From Portugal [my country]) is way harder then English. Its proved scientifically. wahooo;
User avatar
Robby
VIP - Donator
VIP - Donator
Posts: 417
Joined: Mon Aug 03, 2009 4:01 am

Re: Speech To Text
Robby
lol nice fact i didnlt know that but now i do :D
My current Projects Listed Below:
Toixt++ Text Editor Just 10 or less more features to go!
Image
Image
14 posts Page 1 of 2
Return to “Tutorial Requests”