summaryrefslogtreecommitdiff
path: root/dxr3audio.c
AgeCommit message (Collapse)Author
2009-06-15Update copyright boilerplates from http://www.gnu.org/licenses/lgpl-2.1.txt ↵Ville Skyttä
and http://www.gnu.org/licenses/gpl-2.0.txt
2009-02-25fix audio resamplingChristian Gmeiner
Split up the process of audio resampling. First, change the sound levels. Second, respect audio channel setting.
2009-02-21first work to get alsa audio outputChristian Gmeiner
Introduce a iAudio class - will be later base class for oss and alas output -, which handles volume and channel handling.