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-02-02 00:42:24 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
scummvm
/
sound
History
Max Horn
c373ca107d
slightly optimized MP3InputStream::eof, and some cleanup
...
svn-id: r9422
2003-08-02 18:13:37 +00:00
..
.cvsignore
…
audiostream.cpp
slightly optimized MP3InputStream::eof, and some cleanup
2003-08-02 18:13:37 +00:00
audiostream.h
slightly optimized MP3InputStream::eof, and some cleanup
2003-08-02 18:13:37 +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
Fix for RC bug [780675] MI2: Reoccuring crash
2003-07-31 06:50:13 +00:00
midiparser.h
…
mixer.cpp
added FLAG_REVERSE_STEREO support
2003-08-02 16:11:12 +00:00
mixer.h
implemented raw sound looping; some debug output enabled temporarily
2003-08-01 12:49:24 +00:00
module.mk
experimental new rate conversion code (use SOX_HACK to en-/disable it); note that right now only the linear filter works, the high quality resample in resample.cpp is in flux; right now the top priority for me is to get MP3/Vorbis resampling working
2003-07-28 20:42:54 +00:00
mpu401.cpp
…
mpu401.h
…
rate.cpp
optimize code flow a little
2003-08-02 17:22:52 +00:00
rate.h
cleanup
2003-08-02 16:31:31 +00:00
resample.cpp
moved st_gcd to resample.cpp
2003-07-28 18:01:00 +00:00
resample.h
…