« Return to Thread: [squeak-dev] How can I change the sounds in Squeak 3.9

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

by Karl Ramberg :: Rate this Message:

Reply to Author | View in Thread

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

 « Return to Thread: [squeak-dev] How can I change the sounds in Squeak 3.9