aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/pulseaudio.c
Commit message (Collapse)AuthorAgeFilesLines
* Set the buffer length for Pulse when opening the deviceChris Robinson2010-03-141-4/+10
| | | | So it will properly scale with context frequency requests
* Pulse's buffer size is not a good measurement for the update sizeChris Robinson2010-03-141-2/+4
| | | | Lie and say 20ms instead, since there is no stable method to get such info
* Limit PulseAudio's buffer size to the requested lengthChris Robinson2010-03-111-1/+2
|
* Silence some warningsChris Robinson2010-02-161-2/+2
|
* Avoid using periods with PulseAudio, and add an option to specify its buffer ↵Chris Robinson2010-02-071-12/+10
| | | | length
* Make sure all requested data gets written to PulseAudioChris Robinson2010-01-241-5/+7
|
* Use pa_channel_map_superset only when available with PulseAudio 0.9.15Chris Robinson2010-01-221-4/+13
| | | | pa_channel_map_equal can otherwise detect some compatible output modes
* Suppress connection refused errorsChris Robinson2010-01-081-2/+3
| | | | Since that just typically means the server isn't running
* Adjust PulseAudio's capture latencyChris Robinson2009-12-301-1/+3
|
* Store ALC errors with the device when possibleChris Robinson2009-12-281-1/+1
|
* Add a function to check if a config option is set to a non-empty valueChris Robinson2009-12-281-2/+2
|
* Add an option to spawn a PulseAudio server on requestChris Robinson2009-12-281-1/+6
|
* 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
|
* 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-261-10/+9
|
* 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
|
* 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.
* Use a 64-bit value to scale potentially-large numbersChris Robinson2009-12-241-1/+1
|
* Use the Pulse server-specified playback rate by defaultChris Robinson2009-12-241-1/+28
|
* Use pa_xmalloc instead of pa_xmalloc0Chris Robinson2009-12-241-4/+6
|
* Update pulse capture ring buffer in 25ms chunksChris Robinson2009-12-241-1/+2
|
* Don't force latency adjustment with PulseAudioChris Robinson2009-12-231-1/+1
|
* Don't wait to accept stream connectionsChris Robinson2009-12-031-6/+4
|
* Don't signal on synchronous changes and don't wait to accept context changesChris Robinson2009-12-021-6/+0
|
* Use a channel-map to specify the output device channel orderChris Robinson2009-12-021-28/+1
|
* Properly accept PulseAudio's mainloop signal on connection failureChris Robinson2009-12-011-7/+7
|
* Fix retrieved update size from pulseaudioChris Robinson2009-12-011-1/+1
|
* Accept a signal only when the pulseaudio stream/context is readyChris Robinson2009-12-011-9/+25
|
* Don't complain if the length given by pulse isn't an exact multiple of the ↵Chris Robinson2009-12-011-2/+2
| | | | period size
* Properly lock the device when setting it disconnectedChris Robinson2009-11-011-4/+0
|
* Watch for stream and context failures from pulse, and report disconnectsChris Robinson2009-10-311-3/+30
|
* Fix length calculation for pulseChris Robinson2009-10-311-1/+1
|
* Set a proper channel map for PulseAudioChris Robinson2009-10-311-1/+41
|
* Mix all updates PulseAudio requestsChris Robinson2009-10-311-5/+7
|
* Watch for buffer attribute changes from PulseAudioChris Robinson2009-10-311-6/+21
|
* Use signals to watch for state changesChris Robinson2009-10-311-12/+42
| | | | This partially reverts commit 617b6728d3bf4f3922f87702260d848b9ae88340
* Properly free the device nameChris Robinson2009-10-311-3/+1
|
* Rename SetALCError for consistencyChris Robinson2009-10-071-1/+1
|
* Add missing ) in pulseaudio backendChris Robinson2009-10-021-1/+1
|
* Load backend libs on-demandChris Robinson2009-09-271-95/+130
|
* Remove the state callbacks and watch for changes synchronouslyChris Robinson2009-09-241-60/+20
|
* Get rid of unnecessary messages from pulseaudioChris Robinson2009-09-231-27/+15
|