Discuss Scratch
- cookedasparagus8
-
Scratcher
1000+ posts
text to speech unexpectedly waits
Yeah this is annoying, they need to fix thisIt's a literal feature
- ScodexPerson
-
Scratcher
1000+ posts
text to speech unexpectedly waits
It waits intentionally to prevent spamming.
- gogo2233
-
Scratcher
51 posts
text to speech unexpectedly waits
It seems to be fine for me…I tested one of my projects
- scraGid
-
Scratcher
25 posts
text to speech unexpectedly waits
It waits intentionally to prevent spamming.But That makes no sense! I can't have two people talking at the same time anymore!!!
<[Your logic] = (pick random (3) to (banana))>
- cookedasparagus8
-
Scratcher
1000+ posts
text to speech unexpectedly waits
Ever heard of broadcasts?It waits intentionally to prevent spamming.But That makes no sense! I can't have two people talking at the same time anymore!!!<[Your logic] = (pick random (3) to (banana))>
- nembence
-
Scratcher
1000+ posts
text to speech unexpectedly waits
Problem is, if you've used up the speech block quota before the broadcast, then there will be a 4 seconds delay between the actual sounds happening.Ever heard of broadcasts?It waits intentionally to prevent spamming.But That makes no sense! I can't have two people talking at the same time anymore!!!<[Your logic] = (pick random (3) to (banana))>
- -DerpWorld-
-
Scratcher
3 posts
text to speech unexpectedly waits
do you guys mean a delay before or after the character says the thing? because the delay is before the speech for me
- scraGid
-
Scratcher
25 posts
text to speech unexpectedly waits
I don't want to have to switch to AI voiceovers, because the sites might be blocked, and the recorede sounds sound awful! This is so exhausting!Problem is, if you've used up the speech block quota before the broadcast, then there will be a 4 seconds delay between the actual sounds happening.Ever heard of broadcasts?It waits intentionally to prevent spamming.But That makes no sense! I can't have two people talking at the same time anymore!!!<[Your logic] = (pick random (3) to (banana))>
- jamesrulz29
-
Scratcher
13 posts
text to speech unexpectedly waits
This happened to me too!
say [I must be hallucinating!!! :O] for (2) secs
- ScodexPerson
-
Scratcher
1000+ posts
text to speech unexpectedly waits
Unfortunatly, my project broke (but that one was already banned).
- medians
-
Scratcher
1000+ posts
text to speech unexpectedly waits
Unfortunatly, my project broke (but that one was already banned).Yea, I was just gonna ask if this could break any projects
I get why they did it, but that still sux
- jamesrulz29
-
Scratcher
13 posts
text to speech unexpectedly waits
Now I'll never have two voices talking at the same time!
- nembence
-
Scratcher
1000+ posts
text to speech unexpectedly waits
I think Scratch could “fix” it by also waiting after the sound happened:
This way the sounds won't get out of sync with the speech bubbles, and the quota isn't drained unless you run multiple speech blocks in paralell.
define speak (text)
wait until <can fetch a sound? :: tts>
start sound (sound for (text) :: tts)
wait (time for getting 1 fetch ticket :: tts) seconds // new
wait until <sound ended?>
This way the sounds won't get out of sync with the speech bubbles, and the quota isn't drained unless you run multiple speech blocks in paralell.
- cnedisonninja_174
-
Scratcher
100+ posts
text to speech unexpectedly waits
this is likely due to the update where they removed the tts brodcast glitch, but also ruined all text to speech
- r3hehehehehhe
-
Scratcher
1000+ posts
text to speech unexpectedly waits
please don't spam in the forums
- BuddyYohann
-
Scratcher
12 posts
text to speech unexpectedly waits
when I receive [ texttospeechbug v]
change [ timewasted v] by (999)
play sound [ bro v] until done
if <sound done? = 1> then
change [absoluteBS v] by (1)
end
forever
play sound [rage v] until done
end
Last edited by BuddyYohann (June 1, 2026 01:25:27)
- jamesrulz29
-
Scratcher
13 posts
text to speech unexpectedly waits
when green flag clicked
play sound [This has been annoying me for MONTHS! v] until done
stop [all v]
- -DerpWorld-
-
Scratcher
3 posts
text to speech unexpectedly waits
this really annoys me, i always used this for animations and it ruined the pacing


AARRGG!!! I'm so mad!