summaryrefslogtreecommitdiffstats
path: root/uisimulator/sdl/sound.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2007-10-07Fix some yellow that went unnoticed earlier.Michael Sevakis1-0/+2
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis1-197/+53
2007-07-31not to self: should recompile after adding comments...Jonathan Gordon1-1/+1
2007-07-31working volume control in the simJonathan Gordon1-3/+4
2007-05-04Fix some errorsMichael Sevakis1-1/+8
2007-05-04Get samplerate switching working in the sim to be similar to on target. Make ...Michael Sevakis1-64/+240
2007-04-20a little extra poke to get the sim to buildDaniel Stenberg1-3/+0
2007-03-11Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi...Michael Sevakis1-0/+4
2007-01-05Implement pcm_set_frequency in the sim. Update Doom plugin to have sound in t...Dan Everton1-27/+52
2007-01-01Add a dummy pcm_set_frequency() function for the sim. Can someone who knows ...Dave Chapman1-0/+6
2006-03-22Use correct types, which kills some AMD64 sim warnings.Thom Johansen1-2/+2
2006-03-17Fix some incorrectly declared functions in the sim.Dan Everton1-1/+1
2006-03-11Don't crash the simulator when the pcm callback runs out of data.Jens Arnold1-33/+30
2006-02-23Remove two unused variables and fix a warning in the sim peak meter function.Dan Everton1-5/+2
2006-02-23Make peak meter work in simulator for SWCODEC targets.Dan Everton1-0/+65
2006-02-23Fix yellow builds.Jens Arnold1-1/+1
2006-02-22Better (i.e. working) sound in the SDL sim in Windows.Dan Everton1-30/+43
2006-02-21Proper working sound in the SDL sim. Add option to write raw audio to a file,...Dan Everton1-20/+46
2006-02-13Backlight support for 8-bit targets in SDL sim. Redo sound handling. Still do...Dan Everton1-67/+149
2006-02-03Patch #1417462 by Dan Everton - Improved SDL simulatorLinus Nielsen Feltzing1-21/+9
2006-01-13Use SDL's thread wrappers instead of pthreads to increase portability in the ...Dave Chapman1-1/+3
2006-01-09SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a thirdDaniel Stenberg1-0/+119