aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends
Commit message (Expand)AuthorAgeFilesLines
* Constify a couple string pointersChris Robinson2012-03-011-3/+3
* Look for and enumerate the default PulseAudio source firstChris Robinson2012-02-291-0/+26
* Use a separate function to create and connect a PulseAudio record streamChris Robinson2012-02-291-36/+44
* Look for and enumerate the default PulseAudio sink firstChris Robinson2012-02-291-0/+23
* Avoid enumerating multiple devices with the same nameChris Robinson2012-02-291-0/+14
* Avoid passing the ALCdevice to connect_playback_streamChris Robinson2012-02-291-15/+15
* Print the enumerated devices from PulseAudioChris Robinson2012-02-291-36/+4
* Minor cleanups for OSS and SolarisChris Robinson2012-02-292-38/+34
* Allow reading audio from ALSA directly if the requested length is supportedChris Robinson2012-02-291-27/+142
* Don't store the frame size with pulse_dataChris Robinson2012-02-291-26/+29
* Read capture data from pulseaudio as needed, avoiding a ring bufferChris Robinson2012-02-291-33/+66
* Get and release the mmdevapi render client iface on the message threadChris Robinson2012-02-291-17/+15
* Use local variables to determine how much to write to mmdevapiChris Robinson2012-02-291-3/+6
* Use a switch to handle the ALSA PCM stateChris Robinson2012-02-271-10/+22
* Print enumerated ALSA devicesChris Robinson2012-02-261-1/+3
* Print enumerated dsound devicesChris Robinson2012-02-261-0/+18
* Watch for unsupported sample types for dsound captureChris Robinson2012-02-261-0/+15
* Print the mmdevapi device and GUID foundChris Robinson2012-02-261-0/+3
* Watch for CLSIDFromString errorsChris Robinson2012-02-231-1/+2
* Minor rearrangements for the pulseaudio mixing loopChris Robinson2012-02-221-5/+5
* Remove an unneeded wrapperChris Robinson2012-02-221-10/+2
* Use the stored minreq size from PulseAudio for rounding off the length to writeChris Robinson2012-02-211-1/+1
* Avoid default names for winmm and dsoundChris Robinson2012-02-202-51/+29
* Avoid using a default name with the MMDevApi backendChris Robinson2012-02-201-17/+13
* Avoid using a default name when opening a PulseAudio deviceChris Robinson2012-02-201-4/+6
* Set the default ALSA device name when probingChris Robinson2012-02-201-23/+20
* Always use "OpenAL Soft" for the short device enumeration listChris Robinson2012-02-2013-72/+0
* Don't accept the pulseaudio default name for captureChris Robinson2012-02-201-4/+6
* Use a string to report unsupported capture sample typesChris Robinson2012-02-201-1/+1
* Rename p -> hp for ALSA's hw paramsChris Robinson2012-02-201-36/+36
* Check the pulse spawn-server config option before testing a connection to pul...Chris Robinson2012-02-191-34/+34
* Add a COUNTOF macro to get the number of entries in a static arrayChris Robinson2012-02-191-2/+2
* Minor MMDevApi cleanupsChris Robinson2012-02-181-6/+7
* Make sure an ALSA capture device was found before accessing the mapChris Robinson2012-02-181-1/+1
* Simplify ALSA parameter error checkingChris Robinson2012-02-181-108/+67
* Rename a couple variables and fix their typesChris Robinson2012-02-181-33/+33
* Fix some commentsChris Robinson2012-02-181-3/+4
* Use the correct type to store the count from IMMDeviceCollection_GetCountChris Robinson2012-02-171-4/+4
* Silence another MSVC warningChris Robinson2012-02-171-1/+1
* Initialize a variable before useChris Robinson2012-02-171-1/+1
* Support device enumeration with mmdevapiChris Robinson2012-02-161-11/+281
* Fix a device count leak and make sure COM is cleaned up if an mmdevice open f...Chris Robinson2012-02-161-8/+11
* Calculate the buffer time before modifying the frequencyChris Robinson2012-02-151-2/+3
* Get the mmdevapi device period after initializationChris Robinson2012-02-151-21/+13
* Move the endian test macro to alMain.hChris Robinson2012-02-151-6/+1
* Use a switch to check the device format with winmmChris Robinson2012-02-151-5/+28
* Support signed and unsigned 32-bit int outputChris Robinson2012-02-1411-3/+90
* Check for each ALSA prefix config option only as neededChris Robinson2012-02-131-22/+26
* Add config options for card- and device-specific prefixes in ALSA device namesChris Robinson2012-02-111-7/+17
* Format the ALSA device name when enumerating themChris Robinson2012-02-111-35/+17