Discuss Scratch
- BuddyYohann
-
Scratcher
12 posts
text to speech unexpectedly waits
when I receive [ texttospeechbug v]
say [OMG BRO] for (30 *) seconds
if <IS IT FIXED? = 1> then
Happy :)
else
forever
Break iPad
end
end
- jamesrulz29
-
Scratcher
13 posts
text to speech unexpectedly waits
Scratch team is
define NEVERgoing to fix this!
say [NEVER] for (2) secs
- BuddyYohann
-
Scratcher
12 posts
text to speech unexpectedly waits
when I come home from school
change [grr v] by (1)
- AidenTheRandomDude
-
Scratcher
30 posts
text to speech unexpectedly waits
the bug appears to have gotten worse, every tts message seems to expand the wait time longer and longer.
- scratchy_boy106
-
Scratcher
1000+ posts
text to speech unexpectedly waits
the bug appears to have gotten worse, every tts message seems to expand the wait time longer and longer.Necropost?
- mtnif
-
Scratcher
1000+ posts
text to speech unexpectedly waits
not a necropostthe bug appears to have gotten worse, every tts message seems to expand the wait time longer and longer.Necropost?
- scratchy_boy106
-
Scratcher
1000+ posts
text to speech unexpectedly waits
It was from february and the problem was solved I'm pretty sure.not a necropostthe bug appears to have gotten worse, every tts message seems to expand the wait time longer and longer.Necropost?
- TimothyLawyer
-
Scratcher
1000+ posts
text to speech unexpectedly waits
Necropost?they did say the bug has gotten worse and they are waiting longer
- AidenTheRandomDude
-
Scratcher
30 posts
text to speech unexpectedly waits
the main reason of this: https://scratch.mit.edu/projects/1266889850/Necropost?they did say the bug has gotten worse and they are waiting longer
- scraGid
-
Scratcher
25 posts
text to speech unexpectedly waits
the bug appears to have gotten worse, every tts message seems to expand the wait time longer and longer.I can't believe this! It stinks!
when green flag clicked
set [dumb wait time v] to [0]
forever
say [something]
wait (dumb wait time) secs
change [dumb wait time v] by (1)
end
- AidenTheRandomDude
-
Scratcher
30 posts
text to speech unexpectedly waits
I know right?! Your representation is very accuratethe bug appears to have gotten worse, every tts message seems to expand the wait time longer and longer.I can't believe this! It stinks!when green flag clicked
set [dumb wait time v] to [0]
forever
say [something]
wait (dumb wait time) secs
change [dumb wait time v] by (1)
end
- zhe1234567
-
Scratcher
66 posts
text to speech unexpectedly waits
bumpI know right?! Your representation is very accuratethe bug appears to have gotten worse, every tts message seems to expand the wait time longer and longer.I can't believe this! It stinks!when green flag clicked
set [dumb wait time v] to [0]
forever
say [something]
wait (dumb wait time) secs
change [dumb wait time v] by (1)
end
- captain_mushroom
-
Scratcher
500+ posts
text to speech unexpectedly waits
I noticed something crucial about this issue! The issue only seems to occur in a meaningful way when blocks are put between it and another text to speech block, or when when the project does something else at the exact same time!
- Dontsharemyaccount
-
Scratcher
2 posts
text to speech unexpectedly waits
Do we know if they're ever going to fix it?
- captain_mushroom
-
Scratcher
500+ posts
text to speech unexpectedly waits
No clue as it seems to be a server issue with scratch
- redspacecat
-
Scratcher
1000+ posts
text to speech unexpectedly waits
This is not a bug, so I doubt it will be “fixed”.
There was a recent change that forces the delay between text to speech calls to be at least 4 seconds on average:
https://github.com/scratchfoundation/scratch-editor/commit/380715c6f8ca7311284806fc35c4d82b2d38400f
