View Issue Details

IDProjectCategoryView StatusLast Update
0002263Spring engineLuapublic2011-03-07 21:36
ReporterLicho Assigned TojK  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version0.82.6.1 
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

Activities

Licho

2010-12-16 02:44

reporter   ~0006082

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

jK

2011-03-07 21:36

developer   ~0006473

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

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