This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-01-19 16:33:50 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
sound
History
Oystein Eftevaag
1c88ab2c47
Enabling the SMUSH/sound ARM optimizations for the iPhone. Converting any numerical expressions in the asm to absolute values (moving the expression to comments) since the iPhone assembler can't handle them, and prepending an underscore to the exported symbols (with some preprocessor magic similar to the hq3x asm for handle ports where it's not needed)
...
svn-id: r30093
2007-12-31 01:50:18 +00:00
..
mods
doc
2007-12-08 09:20:18 +00:00
softsynth
Adding a method to check whether a note currently playing
2007-12-13 23:27:36 +00:00
adpcm.cpp
Slight cleanup and commenting of the ADPCM decoder
2007-12-01 16:31:10 +00:00
adpcm.h
Slight cleanup and commenting of the ADPCM decoder
2007-12-01 16:31:10 +00:00
aiff.cpp
…
aiff.h
…
audiocd.cpp
…
audiocd.h
…
audiostream.cpp
Fix memory leak in audiostream (I think)
2007-12-21 18:28:59 +00:00
audiostream.h
…
flac.cpp
…
flac.h
…
fmopl.cpp
Patch
#1853322
: Patch for Atari ST/FreeMint
2007-12-19 14:03:53 +00:00
fmopl.h
reverted commit
#29736
with a proper fix (I think) to fmopl code
2007-12-06 21:11:26 +00:00
iff.cpp
…
iff.h
…
mididrv.cpp
…
mididrv.h
…
midiparser_smf.cpp
…
midiparser_xmidi.cpp
…
midiparser.cpp
…
midiparser.h
…
mixer.cpp
…
mixer.h
…
module.mk
Moved Gob's square wave generator to sound/softsynth/pcspk.h
2007-11-18 23:35:09 +00:00
mp3.cpp
…
mp3.h
…
mpu401.cpp
…
mpu401.h
…
null.cpp
…
rate_arm_asm.s
Enabling the SMUSH/sound ARM optimizations for the iPhone. Converting any numerical expressions in the asm to absolute values (moving the expression to comments) since the iPhone assembler can't handle them, and prepending an underscore to the exported symbols (with some preprocessor magic similar to the hq3x asm for handle ports where it's not needed)
2007-12-31 01:50:18 +00:00
rate_arm.cpp
Enabling the SMUSH/sound ARM optimizations for the iPhone. Converting any numerical expressions in the asm to absolute values (moving the expression to comments) since the iPhone assembler can't handle them, and prepending an underscore to the exported symbols (with some preprocessor magic similar to the hq3x asm for handle ports where it's not needed)
2007-12-31 01:50:18 +00:00
rate.cpp
…
rate.h
…
voc.cpp
skip silence VOC block (used in Igor)
2007-11-18 06:24:40 +00:00
voc.h
…
vorbis.cpp
…
vorbis.h
…
wave.cpp
Changed Audio::makeADPCMStream so that the stream passed to it can automatically be disposed
2007-11-16 10:05:18 +00:00
wave.h
Changed Audio::makeADPCMStream so that the stream passed to it can automatically be disposed
2007-11-16 10:05:18 +00:00