WAVE出力の音量の設定を変更する
SoundSetWaveVolume, Percent [, DeviceNumber]
引数名 | 説明 |
---|---|
Percent | -100...100の間の数値を指定。 「+」や「-」で始まる場合、現在の設定からの相対値での指定となる。 |
DeviceNumber | サウンドデバイスの番号。 省略時は「1」。 |
成功すれば「0」、失敗すれば「1」
設定値を取得するには、SoundGetWaveVolumeを使用する。
マスターボリュームなどの設定は、SoundSetとSoundGetで操作できる。
SoundGetWaveVolume, SoundSet, SoundGet, SoundPlay
SoundSetWaveVolume, 50 ; Set the volume to its half-way point.
SoundSetVolume, -10 ; Decrease the current level by 10 (e.g. 80 would become 70).
SoundSetVolume, +20 ; Increase the current level by 20.