- Jan 27, 2014
-
-
Ralph Giles authored
git-svn-id: http://svn.xiph.org/tags/ao/libao-1.2.0@19077 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
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
-
- Oct 04, 2013
-
-
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
-
- Aug 21, 2013
-
-
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
-
- Mar 14, 2013
-
-
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
-
- Mar 11, 2013
-
-
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
-
- Jan 22, 2013
-
-
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
-
- Jan 21, 2013
-
-
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
-
- Jan 15, 2013
-
-
Monty Montgomery authored
pulse plugin add client_name option git-svn-id: http://svn.xiph.org/trunk/ao@18766 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Sep 29, 2012
-
-
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
-
- Aug 06, 2012
-
-
ph3-der-loewe authored
git-svn-id: http://svn.xiph.org/trunk/ao@18513 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- May 16, 2012
-
-
Monty Montgomery authored
closes trac #1874 git-svn-id: http://svn.xiph.org/trunk/ao@18289 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Feb 15, 2012
-
-
ph3-der-loewe authored
git-svn-id: http://svn.xiph.org/trunk/ao@18206 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Feb 14, 2012
-
-
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
-
ph3-der-loewe authored
git-svn-id: http://svn.xiph.org/trunk/ao@18200 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Nov 19, 2011
-
-
Monty Montgomery authored
patch provided by ph3-der-loewe See Trac #1786 Added automake installation for ckport corrected configure.ac "no AC_LANG_SOURCE call detected in body" warnings git-svn-id: http://svn.xiph.org/trunk/ao@18122 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
patch provided by ph3-der-loewe See Trac #1786 git-svn-id: http://svn.xiph.org/trunk/ao@18120 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
patch provided by ph3-der-loewe See Trac #1786 git-svn-id: http://svn.xiph.org/trunk/ao@18119 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
Patch provided by ph3-der-loewe See Trac #1786 git-svn-id: http://svn.xiph.org/trunk/ao@18118 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
See Trac #1786 git-svn-id: http://svn.xiph.org/trunk/ao@18117 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- May 31, 2011
-
-
Monty Montgomery authored
"Missing string.h header from sndio backend." git-svn-id: http://svn.xiph.org/trunk/ao@18007 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Feb 22, 2011
-
-
Monty Montgomery authored
git-svn-id: http://svn.xiph.org/trunk/ao@17866 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
ao.vers broke make distcheck due to being incorrectly specified and not added to distribution file manifest git-svn-id: http://svn.xiph.org/trunk/ao@17862 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
git-svn-id: http://svn.xiph.org/trunk/ao@17861 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
git-svn-id: http://svn.xiph.org/trunk/ao@17860 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
git-svn-id: http://svn.xiph.org/trunk/ao@17859 0101bb08-14d6-0310-b084-bc0e0c8e3800
-