Marcel Taeumel uploaded a new version of Sound to project The Trunk:
http://source.squeak.org/trunk/Sound-mt.57.mcz==================== Summary ====================
Name: Sound-mt.57
Author: mt
Time: 13 August 2016, 9:13:15.074008 am
UUID: 04593cdd-b915-1549-817d-b69cffe2b9e4
Ancestors: Sound-mt.56
Preference help text updates. Thanks Tim R.!
=============== Diff against Sound-mt.56 ===============
Item was changed:
----- Method: SoundPlayer class>>soundQuickStart (in category 'preferences') -----
soundQuickStart
<preference: 'Quickstart Sounds'
category: 'media'
+ description: 'If true, attempt to start playing sounds immediately rather than waiting for the next chance to fill the sound bufffers"'
- description: 'If true, attempt to start playing sounds using option "quick start"'
type: #Boolean>
^SoundsShouldStartQuick ifNil: [self defaultQuickStartForPlatform]!