This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-02-20 22:19:03

Richard2000
Scratcher
Registered: 2010-01-08
Posts: 35

Scratch Blocks- Voice + Text-To-Speech

Think about the next version of Scratch. What would it be if you could have a Voice Recognition block in your game? It would be like this: If players have a Mic, They can use Voice Recognition to make games do things. You can go to your "Voice" bar and select a block from voice. It is the same as any other, You click, Then drag form a multiple selection of Blocks. Then, When a player comes to play your game, You can use voice recognition to do it! All you have to do is set which word you want it to understand, Then test it!
And, We can even add in Text-To-Speech!
The computers can say what the creator inputs it to say.

-Voice Recognition-
___________________________
|When [       ] is said, [       ]|
-----------------------------------------
___________________________
|After [       ] is said, [       ]|
----------------------------------------
_____________________
|If [     ] is said, [      ]|
--------------------------------
-Speech-
___________
|Say [      ]|
-----------------
_______________________________
|After saying [       ], Say [       ]|
-----------------------------------------------

We must do this! It will work, And sometime in the future, I CAN SEE THEM INVESTING IN THAT!

Last edited by Richard2000 (2010-06-23 18:21:23)


McZee Lives On!
http://images2.wikia.nocookie.net/__cb20110212180660/childsgames/images/f/fc/Mczee.png

Offline

 

#2 2010-02-20 22:20:09

Richard2000
Scratcher
Registered: 2010-01-08
Posts: 35

Re: Scratch Blocks- Voice + Text-To-Speech

http://scratch.mit.edu/forums/viewtopic.php?pid=331414#req_message

SOUND


McZee Lives On!
http://images2.wikia.nocookie.net/__cb20110212180660/childsgames/images/f/fc/Mczee.png

Offline

 

#3 2010-02-21 02:09:48

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: Scratch Blocks- Voice + Text-To-Speech

Speech recognition is still pretty horrible, so having it in Scratch is just crazy.  hmm


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#4 2010-02-21 14:27:55

fg123
Scratcher
Registered: 2008-11-13
Posts: 1000+

Re: Scratch Blocks- Voice + Text-To-Speech

The "before" block, is not very good. How would you detect the past?


Hai.

Offline

 

#5 2010-02-21 14:29:33

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: Scratch Blocks- Voice + Text-To-Speech

You do realize that speech recognition that works is currently impossible for a normal computer?


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

#6 2010-02-21 14:35:03

Greenboi
Scratcher
Registered: 2010-01-30
Posts: 1000+

Re: Scratch Blocks- Voice + Text-To-Speech

fg123 wrote:

The "before" block, is not very good. How would you detect the past?

Why the comma?

anyways, that wouldn't work very well.Nice try.....

Offline

 

#7 2010-02-27 10:57:26

Richard2000
Scratcher
Registered: 2010-01-08
Posts: 35

Re: Scratch Blocks- Voice + Text-To-Speech

juststickman wrote:

You do realize that speech recognition that works is currently impossible for a normal computer?

Actually, It's possible on a Macintosh/Mac.


McZee Lives On!
http://images2.wikia.nocookie.net/__cb20110212180660/childsgames/images/f/fc/Mczee.png

Offline

 

#8 2010-02-27 11:01:19

gershmer
Scratcher
Registered: 2009-02-12
Posts: 1000+

Re: Scratch Blocks- Voice + Text-To-Speech

Richard2000 wrote:

juststickman wrote:

You do realize that speech recognition that works is currently impossible for a normal computer?

Actually, It's possible on a Macintosh/Mac.

And on Windows.


Visit my site, Gershmer.net
Leave me a voicemail at my Google Voice number, [removed]

Offline

 

#9 2010-02-27 13:34:48

ThePCKid
Scratcher
Registered: 2009-09-16
Posts: 1000+

Re: Scratch Blocks- Voice + Text-To-Speech

gershmer wrote:

Richard2000 wrote:

juststickman wrote:

You do realize that speech recognition that works is currently impossible for a normal computer?

Actually, It's possible on a Macintosh/Mac.

And on Windows.

Only Windows Vista, Windows 7, and Macs have speech recognition.

Offline

 

#11 2010-02-27 17:40:58

Chrischb
Scratcher
Registered: 2008-07-24
Posts: 1000+

Re: Scratch Blocks- Voice + Text-To-Speech

Isn't speech recognition a bit fuzzy?  hmm


I fall: It's a tragedy. You fall: It's comedy.
Hmph enjoy your fall - I get a lovely spring... without pans of new leaves.

Offline

 

#12 2010-02-28 13:22:15

bigreader
Scratcher
Registered: 2007-08-14
Posts: 100+

Re: Scratch Blocks- Voice + Text-To-Speech

You can use volume spikes to determine syllables.
<when green flag clicked>
<set{ volume spikes }to(0
<forever>
<wait until><loud?>
<wait until><not> <loud?> >>
<change{ volume spikes }by(1
<end>
[/blocks]
For Speech Synthesis, you can record small fragments of speech and play them back in order - see my "Scratch Mail" project for an example.

EDIT: You can also use volume spikes for other things, such as claps, people in the room, music video cues or other audio events.

Last edited by bigreader (2010-03-02 14:41:16)


I'm currently taking a break from Scratch.
Zing - now even easier to install!

Offline

 

#13 2010-03-01 23:43:17

billyedward
Scratcher
Registered: 2008-01-03
Posts: 500+

Re: Scratch Blocks- Voice + Text-To-Speech

Speech recognition is not impossible, but it is cumbersome and buggy.
Unless there is a good squeak library with those functions in it, I cannot see the scratch team investing their time in this.


"I'd love to change the world, but they haven't released the source code yet."
Check out the latest version of Streak --> http://billy.scienceontheweb.net/Streak

Offline

 

#14 2010-04-16 22:22:24

Richard2000
Scratcher
Registered: 2010-01-08
Posts: 35

Re: Scratch Blocks- Voice + Text-To-Speech

ThePCKid wrote:

gershmer wrote:

Richard2000 wrote:


Actually, It's possible on a Macintosh/Mac.

And on Windows.

Only Windows Vista, Windows 7, and Macs have speech recognition.

All windows computers from 2000 to 7 have Text To Speech and Voice Recognition.
All Macintosh computers from System 7 to 10 have speech recognition.
It is possible to put in voice recognition for Scratch 1.5, We just have to work hard on it. And putting text to speech on the next version is completely a "Can-Do" thing.
If we use voices that are installed on Macintosh and Windows systems, Then it will be easy.
All we have to do is make it use the Voices that are installed on the system.
For first timers, It will need to fish for the fonts (Find them wherever they are) and load them onto Scratch.app or Scratch.exe.


McZee Lives On!
http://images2.wikia.nocookie.net/__cb20110212180660/childsgames/images/f/fc/Mczee.png

Offline

 

#15 2010-04-16 22:27:32

Richard2000
Scratcher
Registered: 2010-01-08
Posts: 35

Re: Scratch Blocks- Voice + Text-To-Speech

bigreader wrote:

You can use volume spikes to determine syllables.
<when green flag clicked>
<set{ volume spikes }to(0
<forever>
<wait until><loud?>
<wait until><not> <loud?> >>
<change{ volume spikes  }by(1
<end>
[/blocks]
For Speech Synthesis, you can record small fragments of speech and play them back in order - see my "Scratch Mail" project for an example.

EDIT: You can also use volume spikes for other things, such as claps, people in the room, music video cues or other audio events.

I guess that would work well, But it would be harder to compile.


McZee Lives On!
http://images2.wikia.nocookie.net/__cb20110212180660/childsgames/images/f/fc/Mczee.png

Offline

 

#16 2010-04-16 22:29:40

AnonymousTom
Scratcher
Registered: 2010-03-19
Posts: 100+

Re: Scratch Blocks- Voice + Text-To-Speech

I like the principle of the idea, it's just it might be hard to program a speech recognition interpreter, for scratch within scratch. I think it's a little to hard for the scratch team. It would be nice for an experiment though.

Offline

 

#17 2010-04-17 17:14:28

waveOSBeta
Scratcher
Registered: 2009-12-08
Posts: 1000+

Re: Scratch Blocks- Voice + Text-To-Speech

Voice recognition rules.


http://internetometer.com/image/10202.png]
New signature coming soon!  smile

Offline

 

#18 2011-04-15 22:23:43

Richard2000
Scratcher
Registered: 2010-01-08
Posts: 35

Re: Scratch Blocks- Voice + Text-To-Speech

billyedward wrote:

Speech recognition is not impossible, but it is cumbersome and buggy.
Unless there is a good squeak library with those functions in it, I cannot see the scratch team investing their time in this.

If it is possible in a normal computer, then I don't see how they could do it anyway?After all, They could just use a better squeak library =, Or just use a whole different library, Other than Squeak. That library almost killed my laptop.
tongue


McZee Lives On!
http://images2.wikia.nocookie.net/__cb20110212180660/childsgames/images/f/fc/Mczee.png

Offline

 

#19 2011-10-21 21:06:40

cocolover76
Scratcher
Registered: 2011-10-09
Posts: 500+

Re: Scratch Blocks- Voice + Text-To-Speech

ThePCKid wrote:

gershmer wrote:

Richard2000 wrote:


Actually, It's possible on a Macintosh/Mac.

And on Windows.

Only Windows Vista, Windows 7, and Macs have speech recognition.

And Google Translate.
(WinXP and 2000 can have speech recognition with copying the EXE of speech recognition to the other OS. )


http://i.imgur.com/HfEPZ.gifhttp://i.imgur.com/pvKb6.png

Offline

 

#20 2011-10-22 09:44:34

efisher82
Scratcher
Registered: 2009-12-07
Posts: 100+

Re: Scratch Blocks- Voice + Text-To-Speech

Total support on text to speech, not so much on voice recognition.


http://bit.ly/ApaYt4http://ow.ly/8Jemvhttp://fulltwist.net/wp-content/plugins/social-slider/icons/standard/youtube-32.png

Offline

 

Board footer