aboutsummaryrefslogtreecommitdiff
path: root/audio/mods/paula.h
AgeCommit message (Collapse)Author
2019-06-20AUDIO: Implement low-pass filtering for PaulaSven Hesse
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-01-27AUDIO: (Paula) - fix typoathrxx
2014-02-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2011-10-28AUDIO: Adapt include guard names to the "new" directory name.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850