search for: ao_na

Displaying 3 results from an estimated 3 matches for "ao_na".

Did you mean: no_na
2004 Oct 22
0
libao-0.8.5 patch
...*device, const char *key, const char *value) { - ao_macosx_internal *internal = (ao_macosx_internal *) device->internal; - +/* ao_macosx_internal *internal = (ao_macosx_internal *) device->internal; +*/ /* No options */ - return 1; + return 0; } diff -ur libao-0.8.5/src/plugins/nas/ao_nas.c libao-0.8.5.new/src/plugins/nas/ao_nas.c --- libao-0.8.5/src/plugins/nas/ao_nas.c 2003-07-14 04:59:10.000000000 +0200 +++ libao-0.8.5.new/src/plugins/nas/ao_nas.c 2004-10-22 12:07:34.000000000 +0200 @@ -48,6 +48,7 @@ "nas", "Antoine Mathys <Antoine.Mathys@unifr.ch>"...
2006 May 10
1
libao - patch for NAS plugin
Hello, Here is a small patch for the libao NAS plugin that properly fixes issue 665 (http://trac.xiph.org/ticket/665) and adds minor improvements. -------------- next part -------------- A non-text attachment was scrubbed... Name: ao_nas.c.patch Type: text/x-patch Size: 2204 bytes Desc: not available Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20060420/e87df03a/ao_nas.c-0001.bin
2004 Jun 21
2
libao NAS compilation and playback issues
...nnect to it and proceed to attempt playback. PROBLEM FOUR: ------------- Playback from ogg123/libao while using NAS (--device=nas) is very choppy and slow (as if it is playing back at a very slow tempo). However, using --device=sun works very well. I tried to look at the NAS plugin source file, ao_nas.c, but I honestly have not been able to figure out the NAS API well enough. It seems there is a problem with the buffering, perhaps, between libao and nasd. One work-around that I found works well is to use the playRaw example program provided with NAS via a UNIX pipe. For example, ogg123 --de...