Modify

Opened 18 years ago

Closed 18 years ago

#393 closed Bug (Completed)

SoundSetWaveVolume() doesn't do anything.

Reported by: monoceres Owned by: Valik
Milestone: 3.2.13.6 Component: AutoIt
Version: 3.2.13.1 Severity: None
Keywords: Cc:

Description

SoundSetWaveVolume() doesn't seem to do anything on vista, nor does it return any indication of failure.

$code=SoundSetWaveVolume(80)
If @error Or Not $code Then Msgbox(16,"Error","There was an error")

I can't see to find a 'wave' mixer in vista, could this be the problem? If that is the case then the help file should be updated.

Attachments (0)

Change History (2)

comment:1 by Valik, 18 years ago

Vista uses per-application sound settings. It needs documented that this function doesn't change a system-wide setting on Vista. It may either do nothing on Vista or it may be changing the applications sound level, neither of which are what's expected without documentation.

comment:2 by Valik, 18 years ago

Milestone: 3.2.13.6
Owner: set to Valik
Resolution: Completed
Status: newclosed

Changed in version: 3.2.13.6

Modify Ticket

Action
as closed The owner will remain Valik.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.