aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2010-09-17CMS: Some constification.Johannes Schickel
2010-09-17CMS: Change an incorrect error into debug output.Johannes Schickel
2010-09-17SOUND: Properly add CMS as plugin.Johannes Schickel
2010-09-17SOUND: Move CMS emulator to sound/softsynth.Johannes Schickel
2010-09-15MIDI: Send a reset MIDI device signal on startup.Johannes Schickel
2010-09-06COMMON: Some style fixes.Johannes Schickel
2010-09-04SOUND: Remove semicolonOri Avtalion
2010-09-04FM-TOWNS AUDIO: minor fix in cd audio volume settingFlorian Kagerer
2010-09-02FMTOWNS AUDIO: fixed divide by zero exception from commit 52013Yotam Barnoy
2010-08-24SOUND: New global define AUDIO_REVERSE_STEREO.Andre Heider
2010-08-22MP3: Fix seeking.Johannes Schickel
2010-08-20FM-TOWNS AUDIO: fix possible crashFlorian Kagerer
2010-08-20KYRA/TOWNS: fix memory leak and some cleanupFlorian Kagerer
2010-08-18SCUMM/FM-TOWNS: start rewriting audio codeFlorian Kagerer
2010-08-11FMTOWNS AUDIO: fix cda volume and balance controlFlorian Kagerer
2010-08-11Use tabs instead of spaces for indentation.Eugene Sandulenko
2010-08-11GUI: add music devices for c64, amiga and apple II gsFlorian Kagerer
2010-08-08KYRA/TOWNS: some minor sound improvementsFlorian Kagerer
2010-08-04AUDIO: Implement volume and balance control for the AudioCD manager (needed f...Florian Kagerer
2010-08-03FMTOWNS AUDIO: fix typoFlorian Kagerer
2010-08-03KYRA/TOWNS: replace some music stops with fadeouts (based on original code)Florian Kagerer
2010-08-03KYRA/TOWNS: implement music/sfx volume control via GUI/GMMFlorian Kagerer
2010-08-03FMTOWNS AUDIO: minor layout changeFlorian Kagerer
2010-08-03SOUND: Constify waveform table; slightly simplify codeMax Horn
2010-08-02TOWNS AUDIO: fix typoFlorian Kagerer
2010-08-02TOWNS/PC98: Replaced some tabs with spaces.Johannes Schickel
2010-08-02TOWNS/PC98 Driver: Some formatting fixes.Johannes Schickel
2010-08-02FM-TOWNS/PC98 Sound: Strip trailing whitespaces/tabs.Johannes Schickel
2010-08-02KYRA/TOWNS AUDIO: and another fixFlorian Kagerer
2010-08-02KYRA/TOWNS AUDIO: try to fix last regressionFlorian Kagerer
2010-08-02KYRA: FM-Towns audio driver rewriteFlorian Kagerer
2010-07-27SOUND: Only dispose the input stream in makeAIFFStream if requestedMatthew Hoops
2010-07-26SOUND: The rate in Mac snd's is fixed, not floating point (fix the comment)Matthew Hoops
2010-07-26SOUND: Move the Mac snd decoder from SCI to /soundMatthew Hoops
2010-07-26MIDI: Make it possible to specify MIDI device by music driver idTorbjörn Andersson
2010-07-26Janitorial: Fix punctuation in error/warningTorbjörn Andersson
2010-07-21Janitorial: Removed extra semi-colon.Torbjörn Andersson
2010-07-21Strip trailing whitespaces in our common code base.Johannes Schickel
2010-07-17Remove PalmOS portMax Horn
2010-07-16Cleanup.Torbjörn Andersson
2010-07-05Revert Android libtremor header to standard path, since we now shipAngus Lees
2010-06-29AUDIO: fixed bug when device was set to default and only MDT_MIDI flags were...Florian Kagerer
2010-06-29Return "0" in case no device was detected in MidiDriver::detectDevice.Johannes Schickel
2010-06-29Yet another slight fix for the fallback detection.Johannes Schickel
2010-06-29Fix fallback detection code in MidiDriver::detectDevice.Johannes Schickel
2010-06-29Fix detection of invalid music drivers specified via command line.Johannes Schickel
2010-06-26Add missing include for translationsWillem Jan Palenstijn
2010-06-26GUI: Add and improve some messages to translateJordi Vilalta Prat
2010-06-26Fix formatting again.Johannes Schickel
2010-06-25AUDIO: fix commentsFlorian Kagerer