scummvm/engines/grim/emi/sound
2015-09-06 16:08:49 +02:00
..
codecs EMI: Fix pop at the end of SCX playback. 2014-08-06 19:43:24 +03:00
aifftrack.cpp ALL: sync with ScummVM 2015-09-06 16:08:49 +02:00
aifftrack.h EMI: Save and restore sound track looping status. 2014-08-06 19:43:29 +03:00
emisound.cpp EMI: Fixed implementation of UpdateSoundPosition. 2014-08-14 17:51:08 +03:00
emisound.h EMI: Refactor conversion of sound volume values 2014-10-27 01:10:29 +01:00
mp3track.cpp EMI: Do not stop the sound in SoundTrack's destructor since the handle may have been invalidated by derived classes. 2014-08-06 19:43:12 +03:00
mp3track.h EMI: Pass a file path string instead of a file stream to SoundTrack::openSound. 2014-08-06 19:16:53 +03:00
scxtrack.cpp ALL: sync with ScummVM 2015-09-06 16:08:49 +02:00
scxtrack.h EMI: Implement SCXTrack::setLooping. 2014-08-06 19:43:26 +03:00
track.cpp EMI: Avoid +/-inf values for volumes 2014-11-21 19:36:44 +01:00
track.h EMI: Recalculate volume and balance for positioned sounds when the setup changes. Fixes #996 2014-08-14 17:50:58 +03:00
vimatrack.cpp EMI: Do not stop the sound in SoundTrack's destructor since the handle may have been invalidated by derived classes. 2014-08-06 19:43:12 +03:00
vimatrack.h EMI: Implement start offset in AIFFTrack and VimaTrack. 2014-08-06 19:43:08 +03:00