Displaying 3 results from an estimated 3 matches for "alsa05".
Did you mean:
alsa09
2004 Oct 22
0
libao-0.8.5 patch
...he documentation and the header file declare the ao_file_extension function,
which give a hint for the file extension where the device is realy a sound
file. This function is missing.
-An other: the alsa 0.5 and the alsa 0.9+ drivers short name. It will be better
if the alsa 0.5's name will be alsa05 and the 0.9's name will be alsa (now
the alsa is alsa 0.5 and the alsa09 is alsa 0.9+...)
-It will be a good thing, if the file-drivers have a file option to determine
the filename through this options :-)
-If a plugin (or static driver) report: failed "set_option" the _open_device...
2001 Dec 06
0
alsa09 driver updated
I updated the alsa09 driver. Specifically:
- ripped out the ugly internal buffering. there's no need for this, and
i'm pretty sure it was cut&pasted out of the alsa05 driver.
- tweaked the default periodsize and number of periods. on my ibook,
the values were too high. my card doesn't have that much buffer.
what is there now should work on more systems, and also should be more
robust to underruns.
- got rid of the NONBLOCK flag. The code was only...
2009 Oct 06
0
[ao] Two patches for libao2
...gt; <table border=0 width=100%>
> diff --git a/libao.conf.5 b/libao.conf.5
> index 161346f..7ec9d30 100644
> --- a/libao.conf.5
> +++ b/libao.conf.5
> @@ -52,6 +52,10 @@ systems as well as Solaris. The "alsa" driver is for the 0.9.x ALSA API,
> whereas the "alsa05" driver is for the 0.5.x API.
> .RE
>
> +Any other option will be passed for the audio driver as a
> +key-value pair. E.g. buffer_time=100000 will set alsa driver's buffering
> +to 100ms.
> +
> .SH EXAMPLE
>
> Here is an example
> diff --git a/src/ao_pr...