Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-11 | AUDIO: Fix some whitespaces | dhewg | |
2011-03-11 | AUDIO: Work around ARM code volume limits | dhewg | |
The ARM specific rate converters work with 8bit volume vars. Limit volumes to 0xff to prevent crackling. | |||
2011-03-01 | AUDIO: Removed comment about MDT_PREFER_MT32 and the MT-32 emulator | md5 | |
2011-03-01 | MIDI: Updated documentation on MDT_PREFER_MT32 and MDT_PREFER_GM | md5 | |
2011-02-27 | AUDIO: Make mixCallback return the sample count | dhewg | |
The RateConverter::flow result was never used, pipe it through Channel::mix to MixerImpl::mixCallback, so backends can decide if they want to waste cpu cycles while playing empty buffers. | |||
2011-02-14 | MT32: Adapt to setPalette RGBA->RGB change. | Johannes Schickel | |
2011-02-13 | AUDIO: Fix assertion triggered by SubSeekableAudioStream constructor. | Johannes Schickel | |
This assertion was introduced with 633b8ed27784. I change the code to first convert all parameters to the audio stream's framerate to avoid a possible use of operator- on two AudioTimestamps with different framerates. | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 |