Snippets ( AutoIt Audio ): Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
{{Snippet Credit Header}}
{{Snippet Credit Header}}


{{Snippet Header|_EnableBeepSpeaker|20477-mrcreator|MrCreatoR|||1|AutoItCode=
{{Snippet Header|UDFName=_EnableBeepSpeaker|AuthorURL=20477-mrcreator|AuthorName=MrCreatoR|ReturnToTop=1|AutoItCode=
; Stop internal "beep" speaker
; Stop internal "beep" speaker


Line 23: Line 23:
}}
}}


{{Snippet Header|_IEclickSound|52303-djarlo|Djarlo|||1|AutoItCode=
{{Snippet Header|UDFName=_IEclickSound|AuthorURL=52303-djarlo|AuthorName=Djarlo|ReturnToTop=1|AutoItCode=
$click = _IEclickSound() ;<= off
$click = _IEclickSound() ;<= off
_IEclickSound($click);<== restore original state
_IEclickSound($click);<== restore original state
Line 39: Line 39:
}}
}}


{{Snippet Header|_TalkOBJ|3581-erifash|erifash|||1|AutoItCode=
{{Snippet Header|UDFName=_TalkOBJ|AuthorURL=3581-erifash|AuthorName=erifash|ReturnToTop=1|AutoItCode=
; Voice Read Text
; Voice Read Text



Revision as of 04:13, 12 November 2012


Please always credit an author in your script if you use their code. It is only polite.


Author: MrCreatoR








Author: Djarlo








Author: erifash