little more info:QB64 1.2, WIN7
Handle& = _SNDOPEN(PATH$ + "CLICK.WAV")
IF Handle& = 0 THEN END
1:
_SNDPLAYCOPY Handle&, 1
BEEP
SOUND 0,1
_DELAY 1
GOTO 1
After first wav play (64 ms long), vol = ~10% when a Beep or Sound cmd is operated. volume of wav remains low. Handle&=1.
thanks. warren.