[squeak-dev] How can I change the sounds in Squeak 3.9

Karl Ramberg karlramberg at gmail.com
Fri May 9 07:04:19 UTC 2008


Valente Teixeira wrote:
> I need to change the sound efect that Squeak applies when turn pages 
> in the etoy "book". Is there any way to change the default sounds in 
> Squeak internal library? How can I add my own sound effects?
Click on the little "." in the top middle of the book. That brings up a 
menu and you can change the sound effect of the pages.

To add sounds you can record them with a mic or file them in with 
SampledSound:

SampledSound
        addLibrarySoundNamed: 'shutterClick'
        fromAIFFfileNamed: '7.aif'



Karl



More information about the Squeak-dev mailing list