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-22 10:17:22 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
sound
History
Max Horn
290a730885
fix for st_rate_flow, code is more straightforward now, too
...
svn-id: r9414
2003-08-02 14:48:11 +00:00
..
.cvsignore
…
audiostream.cpp
converted ChannelMP3 to use new rate conversion scheme, too. Only thing missing now is FLAG_REVERSE_STEREO support (and of course fixing regressions, and the long term goal is to make resample.cpp usable, too)
2003-08-02 02:41:31 +00:00
audiostream.h
converted ChannelMP3 to use new rate conversion scheme, too. Only thing missing now is FLAG_REVERSE_STEREO support (and of course fixing regressions, and the long term goal is to make resample.cpp usable, too)
2003-08-02 02:41:31 +00:00
fmopl.cpp
…
fmopl.h
#include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level)
2003-08-01 12:21:04 +00:00
mididrv.h
#include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level)
2003-08-01 12:21:04 +00:00
midiparser_smf.cpp
…
midiparser_xmidi.cpp
…
midiparser.cpp
…
midiparser.h
…
mixer.cpp
obsolete
2003-08-02 11:44:57 +00:00
mixer.h
implemented raw sound looping; some debug output enabled temporarily
2003-08-01 12:49:24 +00:00
module.mk
…
mpu401.cpp
…
mpu401.h
…
rate.cpp
fix for st_rate_flow, code is more straightforward now, too
2003-08-02 14:48:11 +00:00
rate.h
disable debug output
2003-08-02 00:29:53 +00:00
resample.cpp
…
resample.h
…