aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Only allow 8- and 16-bit, and mono and stereo, wave file outputChris Robinson2010-01-121-14/+18
|
* Consolidate some source offset handling codeChris Robinson2010-01-121-38/+12
|
* Better handle large second offsetsChris Robinson2010-01-121-2/+2
|
* Don't use a flag to set an error when applying the source offsetChris Robinson2010-01-121-43/+48
|
* Fix Windows compilationChris Robinson2010-01-112-40/+40
|
* Check buffer size when copying padding instead of the data pointerChris Robinson2010-01-111-2/+2
|
* Add helpful values to the resampler enumChris Robinson2010-01-113-4/+12
|
* Add a cosine resamplerChris Robinson2010-01-113-0/+19
|
* Add an option for point resamplingChris Robinson2010-01-115-38/+126
|
* Hold global lock during mixing only when iterating device contextsChris Robinson2010-01-111-4/+2
|
* Cleanup OSS/Solaris loop a bitChris Robinson2010-01-102-6/+6
|
* Return the default config string for empty entriesChris Robinson2010-01-091-1/+5
|
* Hide OSS and Solaris devices if their files can't be stat'dChris Robinson2010-01-094-6/+37
|
* Promote AL_EXT_source_distance_model to completeChris Robinson2010-01-091-1/+1
|
* Make sure the device handle is valid when getting the device errorChris Robinson2010-01-091-1/+1
|
* Hold the default context extensions globallyChris Robinson2010-01-091-1/+8
|
* Suppress connection refused errorsChris Robinson2010-01-081-2/+3
| | | | Since that just typically means the server isn't running
* Reduce some indentationChris Robinson2010-01-081-134/+100
|
* Try the PulseAudio backend firstChris Robinson2010-01-082-4/+4
|
* Prepare the pcm handle after recoveringChris Robinson2010-01-061-0/+6
|
* Use snd_pcm_recover in more placesChris Robinson2010-01-061-6/+4
|
* Use snd_pcm_recover to recover from certain device errorsChris Robinson2010-01-061-15/+6
|
* Adjust PulseAudio's capture latencyChris Robinson2009-12-301-1/+3
|
* Properly retrieve device-inspecific errorsChris Robinson2009-12-281-0/+5
|
* Store ALC errors with the device when possibleChris Robinson2009-12-287-73/+74
|
* Remove some unneeded functionsChris Robinson2009-12-281-33/+5
|
* Add a function to check if a config option is set to a non-empty valueChris Robinson2009-12-286-9/+18
|
* Enforce a lower bound playback frequency of 8khzChris Robinson2009-12-281-4/+4
|
* Improve layout parsing and allow using long names for speakersChris Robinson2009-12-281-19/+21
|
* Add an option to spawn a PulseAudio server on requestChris Robinson2009-12-282-1/+14
|
* Be more lenient in signaling the mainloopChris Robinson2009-12-281-10/+7
|
* Try to find a compatible format from Pulse's default sinkChris Robinson2009-12-271-3/+90
|
* Update panning for existing AL contexts when creating a new oneChris Robinson2009-12-261-2/+2
|
* A NULL Pulse context won't have a valid error codeChris Robinson2009-12-261-2/+1
|
* Wait for the buffer attrib update from pulse to finishChris Robinson2009-12-261-1/+4
|
* Consolidate pulse capture failure pathChris Robinson2009-12-261-24/+14
|
* Make sure a proper channel map is set for pulse captureChris Robinson2009-12-261-1/+11
|
* Clean up some loading checksChris Robinson2009-12-264-35/+33
|
* Use the proper logging functionChris Robinson2009-12-261-1/+1
|
* Start and stop PortAudio's stream in the proper methodsChris Robinson2009-12-261-16/+15
|
* GetConfigValueBool should take an int, not a floatChris Robinson2009-12-262-2/+2
|
* Shorten a long lineChris Robinson2009-12-261-1/+5
|
* Capture as much as possible directly from PulseAudioChris Robinson2009-12-251-36/+84
|
* Add missing newlineChris Robinson2009-12-251-1/+1
|
* Undefine no longer needed macroChris Robinson2009-12-251-0/+1
|
* Fix incorrect error checkChris Robinson2009-12-251-1/+1
|
* Only use pa_stream_set_buffer_attr_callback when available (0.9.15+)Chris Robinson2009-12-251-3/+10
|
* Use pa_stream_begin_write when available for "zero-copy" writingChris Robinson2009-12-251-2/+36
| | | | | Must be compiled against 0.9.16 or newer to be available. It will fall back to the old method if the function is not available at run-time.
* Check error returns instead of error stringChris Robinson2009-12-251-21/+21
|
* Mark the source for updating when setting a buffer on itChris Robinson2009-12-251-0/+7
| | | | | | Changing the buffer can change the playback format, which can require different source parameter calculations. Queueing a buffer on a source that has no buffers (or only buffers without a format, eg. buffer 0) has the same effect