scummvm/audio/mods
Sven Hesse b49c7fa644 AUDIO: Implement low-pass filtering for Paula
Paula low-pass filtering, as implemented by UAE.

The Amiga has two filtering circuits: a static RC filter
(only) on the A500, and an LED filter that can be enabled
or disabled dynamically.

By default, the Paula now doesn't apply the static RC
filter, but allows for enabling the LED filter (with
setAudioFilter()).

NOTE: At the moment, this code still uses floating point
arithmetics! It also calls tan() three times per
instantiation.
2019-06-20 16:00:59 +02:00
..
infogrames.cpp
infogrames.h
maxtrax.cpp AUDIO: Fix some more suspicious-looking expessions 2017-08-12 07:24:48 +02:00
maxtrax.h
mod_xm_s3m.cpp AUDIO: Fix Compiler Shadowing Warnings. 2018-07-30 09:27:31 +01:00
mod_xm_s3m.h AUDIO: Import micromod code, xm/s3m/mod decoder 2017-09-11 08:10:09 +02:00
module_mod_xm_s3m.cpp AUDIO: Rename two functions in ModuleModXmS3m 2017-09-11 21:38:58 +01:00
module_mod_xm_s3m.h AUDIO: Rename two functions in ModuleModXmS3m 2017-09-11 21:38:58 +01:00
module.cpp
module.h
paula.cpp AUDIO: Implement low-pass filtering for Paula 2019-06-20 16:00:59 +02:00
paula.h AUDIO: Implement low-pass filtering for Paula 2019-06-20 16:00:59 +02:00
protracker.cpp JANITORIAL: Removing trailing spaces after int casts 2018-08-17 20:30:20 -07:00
protracker.h
rjp1.cpp
rjp1.h
soundfx.cpp
soundfx.h
tfmx.cpp JANITORIAL: Silence some more GCC 7 fall through warnings 2017-08-06 16:54:38 +02:00
tfmx.h