summaryrefslogtreecommitdiff
path: root/dxr3output-audio.c
AgeCommit message (Collapse)Author
2009-02-22Use iAudio class to resample audio streamChristian Gmeiner
With the help of iAudio class, we can factor out the resample methode and clean up dxr3interface.[ch] a little bit.
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.
2009-02-18fix compile warningsChristian Gmeiner
2009-01-11split outputthreadsChristian Gmeiner
2009-01-11split audio and video output into different filesChristian Gmeiner