aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends
Commit message (Expand)AuthorAgeFilesLines
* Remove a couple ineffective alcSetError callsChris Robinson2011-09-141-6/+0
* Return an error from the CaptureSamples method instead of setting itChris Robinson2011-09-146-57/+57
* Limit the minimum ALSA capture size to 100ms, and the maximum period size to ...Chris Robinson2011-09-131-1/+7
* Use maxu to clamp PulseAudio's capture buffer sizeChris Robinson2011-09-131-2/+1
* Allow PulseAudio's tlength to grow to make sure there's at least two updatesChris Robinson2011-09-091-7/+19
* Free the WaveIn buffers' data after unpreparing them allChris Robinson2011-08-251-7/+4
* Return an ALC error enum from the OpenCapture backend methodChris Robinson2011-08-246-46/+35
* Return an ALC error enum from the OpenPlayback backend methodChris Robinson2011-08-2414-73/+61
* Don't enumerate "PulseAudio Default" in the ALL_DEVICES listChris Robinson2011-08-201-18/+6
* Don't expose "DirectSound Default" in the ALL_DEVICES listChris Robinson2011-08-201-14/+1
* Move backend sources to a separate sub-directoryChris Robinson2011-08-2014-0/+8138