Displaying 4 results from an estimated 4 matches for "ao_au".
Did you mean:
annau
2001 May 08
2
libao AU driver
...ussion on this list about the desire
for ogg123 to support output to stdout via Sun's .au file format, so
I decided to give implementing an AU driver for libao a shot. Here
is my first attempt.
To test the driver:
* Apply the patch below (against ao in CVS)
* Copy the attached ao_au.c into ao/src
* Run ao/autogen.sh, compile, and install
* Test: e.g. ogg123 -d au -o file:- | play -t au -
This is my first patch to libao, so any comments or suggestions
would be appreciated. Thanks to Stan Seibert for the raw
output driver, which I used as an example. I hope so...
2001 May 18
0
src/ao_au.c of libao causes error on FreeBSD gcc
In the libao of the 20010518 version of CVS snapshot, src/ao_au.c causes
error on FreeBSD gcc - changing EOL from CR+LF to LF fixed the bug.
FYI.
// Kenji Rikitake
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
co...
2004 Oct 22
0
libao-0.8.5 patch
...e AIX audio system.",
+ NULL,
AO_FMT_NATIVE,
20,
ao_aixs_options,
@@ -117,7 +118,8 @@
/* Free old string in case "dsp" set twice in options */
free(internal->dev);
internal->dev = strdup(value);
- }
+ } else
+ return 0;
return 1;
}
diff -ur libao-0.8.5/src/ao_au.c libao-0.8.5.new/src/ao_au.c
--- libao-0.8.5/src/ao_au.c 2001-09-05 21:33:40.000000000 +0200
+++ libao-0.8.5.new/src/ao_au.c 2004-10-22 13:05:56.000000000 +0200
@@ -71,6 +71,7 @@
"au",
"Wil Mahan <wtm2@duke.edu>",
"Sends output to a .au file",
+ "au&q...
2002 Jul 27
0
libao patch
...nly in libao-0.8.2-new/debian: Makefile
Only in libao-0.8.2-new/doc: Makefile
Only in libao-0.8.2-new/include: Makefile
Only in libao-0.8.2-new/include/ao: Makefile
Only in libao-0.8.2-new: libtool
Only in libao-0.8.2-new/src: .libs
Only in libao-0.8.2-new/src: Makefile
Only in libao-0.8.2-new/src: ao_au.lo
Only in libao-0.8.2-new/src: ao_au.o
Only in libao-0.8.2-new/src: ao_null.lo
Only in libao-0.8.2-new/src: ao_null.o
Only in libao-0.8.2-new/src: ao_raw.lo
Only in libao-0.8.2-new/src: ao_raw.o
Only in libao-0.8.2-new/src: ao_wav.lo
Only in libao-0.8.2-new/src: ao_wav.o
Only in libao-0.8.2-new/sr...