Soundplay increase volume and then restore Topic is solved

Ask gaming related questions (AHK v1.1 and older)
acnl
Posts: 95
Joined: 25 Nov 2017, 09:04

Soundplay increase volume and then restore

06 Jan 2024, 10:26

I have the following code below and it works but the soundplay volume is so low. How can I make the volume higher? I tried the commands below but they do nothing. I'd appreciate your help.

Code: Select all

o::
SoundGet, originalVolume
SoundSet, 100
SoundPlay *-1
SoundSet, originalVolume
User avatar
mikeyww
Posts: 26998
Joined: 09 Sep 2014, 18:38

Re: Soundplay increase volume and then restore  Topic is solved

06 Jan 2024, 10:46

Code: Select all

#Requires AutoHotkey v1.1.35

o::
SoundGet originalVolume
SoundSet 100
SoundPlay *-1
Sleep 400
SoundSet originalVolume
Return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: prototype_zero and 65 guests