View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0002263 | Spring engine | Lua | public | 2010-12-16 02:44 | 2011-03-07 21:36 | ||||
Reporter | Licho | ||||||||
Assigned To | jK | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | 0.82.6.1 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0002263: SetSoundStreamVolume and PlayStreamVolume affect each other incorrectly | ||||||||
Description | If you decrease volume using SetSoundStreamVolume, next PlaySoundStream will be less loud even if you specify volume 1 to it. In similar way, if you call PlaySoundStream with volume <1 subsequent calls to SetSoundStreamVolume will be based of it (1 wont be 1). This makes it very hard to make volume slider because it means slider needs information about how loud was the music when stream started. Also if you call SetSoundStreamVolume before PlayStreamVolume and after it, the call after it will be ignored. | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
Licho (reporter) 2010-12-16 02:44 |
To sum it, SetSoundStreamVolume is based relative of soundstream volume at time when stream was started. |
jK (developer) 2011-03-07 21:36 |
btw calling SetSoundStreamVolume(%int) is the same as '/tset snd_volmusic %int' |