summaryrefslogtreecommitdiff
path: root/dxr3audio-alsa.h
AgeCommit message (Collapse)Author
2010-06-30simplify setDigitalAudio in output driversChristian Gmeiner
2010-06-26alsa: nicer channel switchingChristian Gmeiner
2010-06-24alsa: try to use mmap access type and fall back to slow write, if mmap not ↵Christian Gmeiner
avaiable
2010-04-16implement flush in audio driversChristian Gmeiner
2010-02-05there is no need to store SampleContext in pesframeChristian Gmeiner
2009-12-09change structure of iAudio classChristian Gmeiner
This change introduces some bigger changes in how analog/digital audio will be handled. VDR notifices the plugin via cDxr3Device::SetDigitalAudioDevice, if if the we need to use analog or digital audio. With digital audio I mean digital PCM. Based on the informations get via the pes packet ac3dts will be switched on or off. So the svdrp commands SDO, SAO and SAC3 do not make sense at the moment.
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-25improve audio device handlingChristian Gmeiner
- keep track if sound device is open - use pass-by-reference-to-const instead of pass-by-value (no copying needed)
2009-02-25working alsa supportChristian Gmeiner
At the moment alsa support is disabled, but it is working (with some problems)