Modify

Opened 16 years ago

Closed 16 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 Changed 16 years ago by Valik

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 Changed 16 years ago by Valik

  • Milestone set to 3.2.13.6
  • Owner set to Valik
  • Resolution set to Completed
  • Status changed from new to closed

Changed in version: 3.2.13.6

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Valik.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.