Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
SoundPlayer
Last updated at 9:41 pm UTC on 27 July 2022
One of the main classes in Squeak's Sound Architecture.
This is the single point of exit for sampled (not midi) data. All methods are on the class side.

Some important messages you can send to it:

SoundPlayer playSound: aSound


SoundPlayer stopReverb


(Useful when you want to have speech output or dial a telephone number)

SoundPlayer startReverb


 SoundPlayer shutDown 
to kill runaway sounds.