2025-07-31 21:05 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002263Spring engineLuapublic2011-03-07 21:36
ReporterLicho 
Assigned TojK 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
Product Version0.82.6.1 
Target VersionFixed in Version 
Summary0002263: SetSoundStreamVolume and PlayStreamVolume affect each other incorrectly
DescriptionIf 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.
TagsNo tags attached.
Checked infolog.txt for Errors
Attached Files

-Relationships
+Relationships

-Notes

~0006082

Licho (reporter)

To sum it, SetSoundStreamVolume is based relative of soundstream volume at time when stream was started.

~0006473

jK (developer)

btw calling SetSoundStreamVolume(%int) is the same as '/tset snd_volmusic %int'
+Notes

-Issue History
Date Modified Username Field Change
2010-12-16 02:44 Licho New Issue
2010-12-16 02:44 Licho Note Added: 0006082
2011-03-07 21:36 jK Note Added: 0006473
2011-03-07 21:36 jK Status new => resolved
2011-03-07 21:36 jK Resolution open => fixed
2011-03-07 21:36 jK Assigned To => jK
+Issue History