summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/PulseAudioStream.cpp
AgeCommit message (Collapse)Author
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-24SoundStream: Internally construct the mixerLioncash
Instead of creating the mixer externally and then passing it in, it can just be made within the class.
2015-01-19 Audio: Drop the LFE/subwoofer channel from the decoded surroundAdam D. Moss
DPL2Decode still doesn't decode 5.1 properly, leaving bass in all channels, but its 5.0 is pretty good, so leave it at that.
2015-01-08 PulseAudio: Support 5.1 surround, optional in UIAdam Moss
2014-09-10Merge pull request #1027 from rohit-n/change-includeRyan Houdek
Include CommonTypes.h instead of Common.h.
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-08AudioCommon: Remove unnecessary usages of mem_fnLioncash
2014-08-30AudioCommon: Clean up brace placementsLioncash
2014-04-01Replace use of the deprecated mem_fun function with mem_fn.lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
Also moved && and || to ends of lines instead of start. Fixed misc vertical alignments and some { needed newlining.
2014-03-09clang-modernize -use-nullptrTillmann Karras
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-07Atomic Stores / Loadsdegasus
2014-02-07Pulseaudio: rewrite the pa backend with the async apidegasus
The default async api allow us to set some latency options. The old one (simple API) was the lazy way to go for usual audio where latency doesn't matter. This also streams audio, so it should be a bit faster then the old one.
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre