]> git.mxchange.org Git - flightgear.git/commit
Erik Hofman:
authorcurt <curt>
Sat, 28 Sep 2002 12:16:37 +0000 (12:16 +0000)
committercurt <curt>
Sat, 28 Sep 2002 12:16:37 +0000 (12:16 +0000)
commit57ba57a18bba9391f72a2534cb00978fb1f18da3
tree9f7d7cd83b5844c49aae5dc770e864925e4cc31f
parentde667227c4fbe0089ae3ae9014bffd725bf2db29
Erik Hofman:

For sounds that play while a value is in transit, use time rather than
the number of frames to judge when to halt the sound because it will be much
more reliable on high performance systems. It currently waits 10 ms.
before stopping the sound, but you might want to fiddle it a little by
changing MAX_TRANSIT_TIME defined int fg_sound.hxx
src/Sound/fg_sound.cxx
src/Sound/fg_sound.hxx