-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
limitationMay be impossible to fix due to design limitationsMay be impossible to fix due to design limitations
Description
- Open ACT, navigate to sound settings, set Wav Vol to 20% and TTS Vol to 100%
- Call
ActGlobals.oFormActMain.TTS("something")
, observe it is at full volume - Call
ActGlobals.oFormActMain.PlaySound("some_file.wav")
, observe it has the correct reduced volume - Call the TTS method again - now, it still has the reduced volume from WAV (and the windows volume mixer still shows the reduced volume)
This also happens if you call ActGlobals.oFormActMain.PlaySoundMethod(file, volume)
, and the issue persists until you either go into volume mixer and reset the level manually, or you call PlaySoundMethod with a new volume level.
Reading through PlaySound, the if statement involving "sapi.wav" makes it seem like this should work.
Metadata
Metadata
Assignees
Labels
limitationMay be impossible to fix due to design limitationsMay be impossible to fix due to design limitations