Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Audio Echo
- Splo
-
88 posts
Audio Echo
Is it possible to add an echo effect to an audio recording on Scratch? I tried coding it to where it plays the same audio 1/10th of a second apart using two When Clicked strings, but the project refused to let the duplicate audio files play at the same time. If it's possible, how can I code an echo effect? Any tips or advice is appreciated.
- awesome-llama
-
1000+ posts
Audio Echo
Use a sound editing program to make an echo, then put it on scratch.
- Splo
-
88 posts
Audio Echo
I have tried that, but Scratch decreases the audio quality when I import the file.
- footsocktoe
-
1000+ posts
Audio Echo
Is it possible to add an echo effect to an audio recording on Scratch? I tried coding it to where it plays the same audio 1/10th of a second apart using two When Clicked strings, but the project refused to let the duplicate audio files play at the same time. If it's possible, how can I code an echo effect? Any tips or advice is appreciated.
EDIT: Better idea follows…
Last edited by footsocktoe (April 9, 2016 03:07:20)
- footsocktoe
-
1000+ posts
Audio Echo
However, the way I would do it is to copy the sound file, introduce 1/10th second of silence at the beginning of the copy, then reduce the loudness.
Now just play both soundfiles at the same time. The copy is the echo.
EDIT: In fact, I just did it. Here is an echo…
https://scratch.mit.edu/projects/104716498/
Now just play both soundfiles at the same time. The copy is the echo.
EDIT: In fact, I just did it. Here is an echo…
https://scratch.mit.edu/projects/104716498/
Last edited by footsocktoe (April 9, 2016 03:06:31)
- Discussion Forums
- » Help with Scripts
-
» Audio Echo