Snippets ( AutoIt Audio ): Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
No edit summary  | 
				mNo edit summary  | 
				||
| Line 1: | Line 1: | ||
__TOC__  | __TOC__  | ||
{{Snippet Credit Header}}  | |||
{{Snippet Header|_EnableBeepSpeaker|20477-mrcreator|MrCreatoR|||1|AutoItCode=  | |||
; Stop internal "beep" speaker  | ; Stop internal "beep" speaker  | ||
| Line 20: | Line 21: | ||
         Sleep($iPause)  |          Sleep($iPause)  | ||
EndFunc  | EndFunc  | ||
}}  | |||
{{Snippet Header|_IEclickSound|52303-djarlo|Djarlo|||1|AutoItCode=  | |||
$click = _IEclickSound() ;<= off  | $click = _IEclickSound() ;<= off  | ||
_IEclickSound($click);<== restore original state  | _IEclickSound($click);<== restore original state  | ||
| Line 38: | Line 37: | ||
     Return $rc  |      Return $rc  | ||
EndFunc   ;==>_IEclickSound  | EndFunc   ;==>_IEclickSound  | ||
}}  | |||
{{Snippet Header|_TalkOBJ|3581-erifash|erifash|||1|AutoItCode=  | |||
; Voice Read Text  | ; Voice Read Text  | ||
| Line 53: | Line 50: | ||
     $o_speech = ""  |      $o_speech = ""  | ||
EndFunc ;==>_TalkOBJ()  | EndFunc ;==>_TalkOBJ()  | ||
}}  | |||