#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Wed, 29 Aug 2018 09:35:11 +0200
changeset 23312 81e3fc19524f
parent 23311 4c9259cd5dad
child 23313 ab8ba6a9ced9
#FEATURE by cg class: AbstractOperatingSystem class added: #canPlaySound
AbstractOperatingSystem.st
--- a/AbstractOperatingSystem.st	Wed Aug 29 09:23:12 2018 +0200
+++ b/AbstractOperatingSystem.st	Wed Aug 29 09:35:11 2018 +0200
@@ -6604,6 +6604,12 @@
 
 !AbstractOperatingSystem class methodsFor:'sound & voice'!
 
+canPlaySound
+    ^ self isMSWINDOWSlike or:[ self isOSXlike ]
+
+    "Created: / 29-08-2018 / 09:34:59 / Claus Gittinger"
+!
+
 canSpeak
     ^ false
 !