Discuss Scratch

account_name_empty
Scratcher
15 posts

text to speech glitch

if you type in this code scratch will play an annoying sound .
when green flag clicked
forever
broadcast [ message]
when I receive [ message]
say hello
end
the “say hello” block is a text to speech block.

when green flag clicked
forever
help people on forums
make projects
end
54387a
Scratcher
1000+ posts

text to speech glitch

That's because, unlike the
start sound [ v] :: sound
block, the
speak [] :: extension
block doesn't terminate the speech sound once it's been made, so the speech sounds can overlap and cause loudness.

Last edited by 54387a (May 17, 2024 22:01:08)


Everything below the grey line right above is my signature. By the way, my signature isn't related to my post in case you didn't know.
Welcome to the world of @54387a!™
Try out my projects.
To donate an internet, go here.
Go here to check if your suggestion is rejected. To check if your topic is a duplicate, use ocular. Remember, don't post on irrelevant topics otherwise that's necroposting. By the way, if you feel like your project/studio was wrongfully taken down, tell the Scratch Team through Contact Us.
Whenever you see something that looks clearly offensive and/or something not Scratch-appropriate, report it.
Purple specimen

Creating Content since October 2022
1,000th post

Za-Chary wrote:

silly me
(Source)
account_name_empty
Scratcher
15 posts

text to speech glitch

54387a wrote:

That's because, unlike the
start sound [ v] :: sound
block, the
speak [] :: extension
block doesn't terminate the speech sound once it's been made, so the speech sounds can overlap and cause loudness.
but also the sound wont stop when the stop sign is pressed

when green flag clicked
forever
help people on forums
make projects
end
han614698
Scratcher
1000+ posts

text to speech glitch

account_name_empty wrote:

54387a wrote:

That's because, unlike the
start sound [ v] :: sound
block, the
speak [] :: extension
block doesn't terminate the speech sound once it's been made, so the speech sounds can overlap and cause loudness.
but also the sound wont stop when the stop sign is pressed
Yes because it has a queue for all the text that it needs to play. This continues after the stop sign.

<Scratch Wikian | Forum Helper | 6000+ Posts>

Credit to -gge for the icons in my signature | I condensed all this code into five lines using [p] tags, idk why




account_name_empty
Scratcher
15 posts

text to speech glitch

han614698 wrote:

account_name_empty wrote:

54387a wrote:

That's because, unlike the
start sound [ v] :: sound
block, the
speak [] :: extension
block doesn't terminate the speech sound once it's been made, so the speech sounds can overlap and cause loudness.
but also the sound wont stop when the stop sign is pressed
Yes because it has a queue for all the text that it needs to play. This continues after the stop sign.
ok!

when green flag clicked
forever
help people on forums
make projects
end

Powered by DjangoBB