aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/jack.c
Commit message (Expand)AuthorAgeFilesLines
* Set a JACK error message handler when initializing the backendChris Robinson2016-08-111-0/+10
* Look for the correct DLL for JACK on WindowsChris Robinson2016-08-031-1/+6
* Change the backend getLatency method to return the clock time tooChris Robinson2016-05-281-5/+7
* Allow for device-specific config valuesChris Robinson2015-08-281-3/+3
* Add a macro to simplify allocating and constructing an objectChris Robinson2015-05-181-6/+1
* Add a note to the JACK backend about a (minor) race conditionChris Robinson2015-02-071-0/+14
* Signal the mixer thread outside of the mutex lockChris Robinson2015-02-031-1/+5
* Don't try to spawn a JACK server by defaultChris Robinson2015-02-031-6/+6
* Always use the JACK server buffer size as the update sizeChris Robinson2015-02-031-12/+15
* Update a commentChris Robinson2014-12-241-2/+2
* Don't update the channel format if all JACK ports were allocatedChris Robinson2014-12-231-9/+11
* Try the device-specified channel configuration firstChris Robinson2014-12-231-3/+15
* Use the custom ringbuffer instead of JACK'sChris Robinson2014-12-231-41/+20
* Don't set unused pointers to NULL, don't try to write 0 samplesChris Robinson2014-12-231-7/+8
* At least measure the ringbuffer size for JACK's latencyChris Robinson2014-12-231-1/+17
* Add an option to prevent spawning a JACK serverChris Robinson2014-12-221-2/+6
* Add an option for an increased ringbuffer size with JACKChris Robinson2014-12-221-2/+10
* Fill out the JACK playback backendChris Robinson2014-12-221-15/+326
* Add a skeleton backend for JACKChris Robinson2014-12-211-0/+261