aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Print out unsupported audio format info from ffmpegChris Robinson2012-02-281-1/+15
* Give "OpenAL Soft" for the standard device nameChris Robinson2012-02-281-8/+10
* Trace the name of the created deviceChris Robinson2012-02-271-1/+1
* 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
* Use separate loops for getting and checking device attributesChris Robinson2012-02-251-42/+70
* Watch for CLSIDFromString errorsChris Robinson2012-02-231-1/+2
* Use an enum for the device typeChris Robinson2012-02-233-30/+32
* Print a message when loading the "none" reverb presetChris 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
* Only probe for devices when a backend is loadedChris Robinson2012-02-201-3/+3
* 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-2015-104/+7
* 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
* Override the resampler as needed right after calculating the step valueChris Robinson2012-02-201-8/+8
* Rename p -> hp for ALSA's hw paramsChris Robinson2012-02-201-36/+36
* Add a text file describing the available environment variablesChris Robinson2012-02-191-0/+71
* Recognize "none" to disable the default reverbChris Robinson2012-02-192-4/+10
* Remove the trailing double-underscore from a couple env varsChris Robinson2012-02-191-4/+4
* Remove mention of the environment variables from alsoftrc.sampleChris Robinson2012-02-191-9/+1
* Check for the ALSOFT_DRIVERS env var for a list of backend driversChris Robinson2012-02-191-1/+2
* Check the pulse spawn-server config option before testing a connection to pul...Chris Robinson2012-02-191-34/+34
* Use memset to clear the bs2b filter's last sample and remove the unused is_cl...Chris Robinson2012-02-192-21/+2
* Add a COUNTOF macro to get the number of entries in a static arrayChris Robinson2012-02-195-12/+13
* Fix a misnamed variableChris Robinson2012-02-191-5/+5
* Print a warning if using the 'format' config optionChris Robinson2012-02-191-46/+49
* Only set a default slot for non-NULL effect typesChris Robinson2012-02-181-3/+6
* 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