- 17 Jan, 2016 6 commits
-
-
Lars-Dominik Braun authored
For consistency with plugin API docs and other plugins. Fixes trac #1971.
-
Lars-Dominik Braun authored
Fixes trac #1999.
-
Lars-Dominik Braun authored
Fixes trac #2022.
-
Lars-Dominik Braun authored
Fixes trace #2023.
-
Lars-Dominik Braun authored
Fixes trac #2129.
-
Lars-Dominik Braun authored
Fixes trac #2204.
-
- 10 Jan, 2016 2 commits
-
-
Herman Sheremetyev authored
-
Herman Sheremetyev authored
-
- 03 Apr, 2015 2 commits
-
-
Monty Montgomery authored
git-svn-id: http://svn.xiph.org/trunk/ao@19479 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
git-svn-id: http://svn.xiph.org/trunk/ao@19478 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 07 Mar, 2015 1 commit
-
-
Monty Montgomery authored
git-svn-id: http://svn.xiph.org/trunk/ao@19470 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 07 Feb, 2014 1 commit
-
-
Ralph Giles authored
Patch by Tristan Matthews. https://review.xiph.org/184/ git-svn-id: http://svn.xiph.org/trunk/ao@19083 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 28 Jan, 2014 1 commit
-
-
Ralph Giles authored
git-svn-id: http://svn.xiph.org/trunk/ao@19079 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 27 Jan, 2014 3 commits
-
-
Ralph Giles authored
git-svn-id: http://svn.xiph.org/trunk/ao@19076 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Ralph Giles authored
I didn't list all the trac tickets; that's what the repository commit log is for. I prefer CHANGES just list the major highlights. git-svn-id: http://svn.xiph.org/trunk/ao@19075 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Ralph Giles authored
Fixes 'make distcheck'. git-svn-id: http://svn.xiph.org/trunk/ao@19074 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 04 Oct, 2013 1 commit
-
-
Ralph Giles authored
Also move the link arguments to the end for platforms which require that. Thanks to Craig Turner for the bug report. git-svn-id: http://svn.xiph.org/trunk/ao@19005 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 21 Aug, 2013 1 commit
-
-
Monty Montgomery authored
Insure that the alsa plugin links against libao, since the plugin calls ao_is_big_endian from libao. Closes Trac #1779 git-svn-id: http://svn.xiph.org/trunk/ao@18984 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 14 Mar, 2013 3 commits
-
-
Monty Montgomery authored
Add logic to ALSA driver such that it also tries greater bitdepths if device open fails with the requested depth. git-svn-id: http://svn.xiph.org/trunk/ao@18883 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
git-svn-id: http://svn.xiph.org/trunk/ao@18882 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
use device names (or partial names) or, if you have it, the audio device UID (UIDs look like "AppleHDAEngineOutputDP:8,5,1,0:0:{2D4C-05ED-00000000}") with the -d/--device option. With the partial matching you can use "-d speaker" or "-d headphones" or "-d hdmi" or "-d spdif" or "-d iMic" etc. to select the output device. (It's a case insensitive match.) pull out the attempt to set the AudioHardware's CFRunLoop to NULL because that's just wrong (and fortunately was being ignored by CoreAudio) git-svn-id: http://svn.xiph.org/trunk/ao@18881 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 11 Mar, 2013 1 commit
-
-
Monty Montgomery authored
patch from Kyle McKay <mackyle@gmail.com> git-svn-id: http://svn.xiph.org/trunk/ao@18868 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 22 Jan, 2013 5 commits
-
-
Monty Montgomery authored
git-svn-id: http://svn.xiph.org/trunk/ao@18783 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
enable swap buffer if driver backend changes output channel count git-svn-id: http://svn.xiph.org/trunk/ao@18781 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
the period size first, and potentially base other params off the minimum period. Some of the plug devices will have rather high minimum periods, and ending up with too small a buffer in relation (2x or smaller) guarantees skipping. git-svn-id: http://svn.xiph.org/trunk/ao@18780 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
Add latency management the Pulse plugin, along with "buffer_time" option Add drain() bug workaround to pulse ao_plugin_close(); should eliminate the long wait on teardown git-svn-id: http://svn.xiph.org/trunk/ao@18779 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
the output device is disabled; it will queue as fast as it can, but simply hold the data, meaning the close wait can be huge. In this case, look or a close wait > 1s, and if so, drain instead of wait. git-svn-id: http://svn.xiph.org/trunk/ao@18778 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 21 Jan, 2013 4 commits
-
-
Monty Montgomery authored
disable underrun detection for only Pulse plugins to avoid the 'immediate underrrun on stream start' bug: https://github.com/kinetiknz/cubeb/commit/1aa0058d0729eb85505df104cd1ac072432c6d24 Also tweak the ALSA latency configuration in general; the old code was 'trying too hard' AFAICT. git-svn-id: http://svn.xiph.org/trunk/ao@18777 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
git-svn-id: http://svn.xiph.org/trunk/ao@18776 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
of 2s whether there's audio to drain or not. Add a workaround to the ALSA plugin to eliminate this behavior when used with Pulse's ALSA emulation. (Rather than draining, we query the stream depth, wait, then spike the stream explicitly) git-svn-id: http://svn.xiph.org/trunk/ao@18775 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
add buffer_time option to OSS driver git-svn-id: http://svn.xiph.org/trunk/ao@18774 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 15 Jan, 2013 1 commit
-
-
Monty Montgomery authored
pulse plugin add client_name option git-svn-id: http://svn.xiph.org/trunk/ao@18766 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 29 Sep, 2012 1 commit
-
-
Monty Montgomery authored
Commit additional logging in the event a driver fails to open due to a rejected option (only some driver backends do this) See trac #1904 git-svn-id: http://svn.xiph.org/trunk/ao@18635 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 06 Aug, 2012 1 commit
-
-
ph3-der-loewe authored
git-svn-id: http://svn.xiph.org/trunk/ao@18513 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 16 May, 2012 1 commit
-
-
Monty Montgomery authored
closes trac #1874 git-svn-id: http://svn.xiph.org/trunk/ao@18289 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 15 Feb, 2012 1 commit
-
-
ph3-der-loewe authored
git-svn-id: http://svn.xiph.org/trunk/ao@18206 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 14 Feb, 2012 4 commits
-
-
Ralph Giles authored
It's 'trac' rather than 'track' as I mistakenly typed it on IRC. :/ git-svn-id: http://svn.xiph.org/trunk/ao@18204 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
ph3-der-loewe authored
git-svn-id: http://svn.xiph.org/trunk/ao@18203 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
ph3-der-loewe authored
git-svn-id: http://svn.xiph.org/trunk/ao@18202 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
ph3-der-loewe authored
git-svn-id: http://svn.xiph.org/trunk/ao@18201 0101bb08-14d6-0310-b084-bc0e0c8e3800
-