similar to: libao 0.8.4 released

Displaying 20 results from an estimated 2000 matches similar to: "libao 0.8.4 released"

2004 Oct 22
0
libao-0.8.5 patch
Hi! There are some little inconvenience in libao-0.8.5. - The biggest is may that: the 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
2002 Jul 27
0
libao patch
I hope this is the right place to submit libao patches -- the freshmeat page points to ogg vorbis as the homepage for libao. Currently, at least on my system (SB Live Value!, ALSA .9 branch), stuff going to alsa sounds *awful* because of too-small buffers. mpg321 and similar programs are unusable, and none of them seem to want to let you set the buffer size. This patch lets an environment
2003 Mar 26
1
libao alsa output
Hi, I sent the below a few days ago. It still hasn't turned up in the archive so i'm trying again. Since the first mail was sent, i've found out that removing the call to *_set_periods and *_set_period_size is a better solution to the problem. It seems that the alsa defaults are better than what ever fine tuning the code is trying to do. patch: ---
2008 Dec 08
0
sndio support for libao
(Is this the right list for libao patches?) The following adds support for a sndio plugin to libao. sndio is OpenBSD's new audio API. diff -uNrp libao-0.8.8.orig/configure.ac libao-0.8.8/configure.ac --- libao-0.8.8.orig/configure.ac Thu May 24 12:51:05 2007 +++ libao-0.8.8/configure.ac Mon Dec 8 16:34:44 2008 @@ -300,6 +300,11 @@ dnl Check for Sun audio AC_CHECK_HEADERS(sys/audioio.h)
2003 Jul 10
2
optimization to libao audio output autodetection code
Ok, this patch replaces the old patch I sent, and it does a bit more. For one, it sorts the linked list of drivers based on the priority values, highest valued ones coming first. That allows the _find_default_driver_id code to stop looping (break) immediately when it finds a driver that works, because it already knows it's the working driver with the highest priority (what it normally
2013 Jan 17
1
libao problem (Re: [alsa-devel] No dmix/dsnoop on Intel ICH4/5 by default?)
On 16-01-13 21:52, Clemens Ladisch wrote: > Rene Herman wrote: >> I'm out of touch of with alsa -- but should dmix/dsnoop still be >> enabled by default on hardware that doesn't do hardware mixing? > > Yes. > >> I believe that it should be from /usr/share/alsa/cards/ICH4.conf, >> but I don't get mixing on this setup when using the
2002 Oct 12
1
libao driver
I am trying to install mpg321 on another box. But there is no default libao driver on that sysytem, it has a soundblaster card, supported by the kernel directly. Never used OSS or ALSA on that system, so I wonder is it possible to do without OSS or ALSA . The libao documentation does not talk about kernel drivers, so I wonder how to get it work. Any ideas? Arne
2003 Oct 25
0
libao-0.8.4 on OS/X
Hi! Is this the correct place to ask about libao? I'm having a bit of trouble getting libao-0.8.4 running on OS/X 10.2.8 - libao builds fine but dlopen'ing the macosx plugin keeps failing with undefined symbols (from the CoreAudio framework it appears). Steven Schultz --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project
2006 Apr 22
2
libao - libsndfile plugin
Hello, I have written a libsndfile (http://www.mega-nerd.com/libsndfile/) file output plugin for libao. For the moment I haven't done any changes to the core of libao. However some changes could make this more useful. Before I embark on anything like this I'd like to have your opinion on a few things. --- First, what do you prefer ? 1a. Keeping the AU/WAV/RAW plugins and adding
2003 Jun 23
1
wrote a NAS plugin for libao
Hello, I wrote a NAS output plugin for libao v.0.8.3. You'll find the sources attached. Hope you'll _like_ it. Cheers, Antoine Mathys <p><p> -------------- next part -------------- A non-text attachment was scrubbed... Name: nas.tar.gz Type: application/x-gzip Size: 5585 bytes Desc: nas.tar.gz Url :
2003 Jul 15
1
Ogg Traffic for July 15, 2003
Hi everybody: Here is the latest issue of Ogg Traffic. The HTML version is at http://www.vorbis.com/ot/20030715.html. Enjoy! Carsten. <p>Ogg Traffic for Tuesday, July 15, 2003 Author: Carsten "Purple" Haese Contact: [1]carsten@xiph.org Date: July 15, 2003 Table of Contents 1 Status Updates 1.1 Stan Seibert 1.2 Ed Zaleski
2007 Apr 02
1
win32 driver for libao
Hi there. Sorry I may be a little off topics with this mail but I have already written to the official libao maintainer (volsung@xiph.org) and he is the one who suggest me to write here. As I did not see any more suitable mailing list @xiph.org here I am. My point is that I have recently written a win32 driver for the libao and I would be glad to see this contribution include to the official
2000 Jul 10
0
libao/ogg123 update: ESD (fwd)
------- Forwarded Message Return-Path: owner-vorbis-dev@xiph.org Delivery-Date: Mon Jul 10 01:38:16 2000 Delivered-To: xiphmont@localhost.xiph.org Received: from localhost (localhost [127.0.0.1]) by bloopfish.xiph.org (Postfix) with ESMTP id 1A4A48882F for <xiphmont@localhost>; Mon, 10 Jul 2000 01:38:15 -0700 (PDT) Delivered-To: xiphmont@xiph.org Received: from xiph.org
2003 Nov 20
0
Ogg Traffic / Release Announcements
Hi everybody: Here is a new Ogg Traffic, with release announcements for Vorbis 1.0.1, Speex 1.0.3, and Icecast 2 Beta 1. The HTML version is at http://www.vorbis.com/ot/20031119.html. Enjoy! -Carsten <p>Ogg Traffic for Wednesday, November 19, 2003 Author: Carsten "Purple" Haese Contact: [1]carsten@xiph.org Date: November 19, 2003 Table of Contents 1
2001 Jul 21
1
Preview of next version of libao
I just committed what will eventually become the next version of libao. I've made some major changes: renamed stuff, redesigned the API, actually documented things. It *will* break any current libao applications (like ogg123). It is on its own branch, so it shouldn't affect the mainline libao code for a while. But beware: I want to land this branch before Vorbis 1.0 goes out. Please
2001 Jul 23
0
libao: ogg123 branch ready
A branch of ogg123 is in CVS now which you can use to test the libao prerelease. Because of the way I did the branch, checkout is a little screwy (as Monty once said: "Know thy tools!"). (I am assuming here that you already have CVSROOT set correctly.) cvs co vorbis-tools # Notice there is no tag here! cd vorbis-tools/ogg123 cvs update -r volsung_20010721 Or, if you already have
2000 Sep 02
1
libao endian fix (attempt 2)
Okay, here's the patch that should fix byte-ordering madness. The basic rule with libao is that samples have to be in native byte order. All of the drivers will assume this, and libao provides a ao_is_big_endian() function for library clients (and sometimes drivers) to test their byte ordering. I would appreciate it if someone on a big endian platform test ogg123 and make sure that it works
2000 Aug 16
1
YALCSF (Yet Another Libao Configure Script Fix)
This patch fixes three problems with the current configure script: 1. Manual exclusion of drivers: Now you will be able to force drivers NOT to be compiled, even if they are detected. This was specifically requested with so that ALSA could be disabled. 2. Selecting the default device: Now you can override the default driver chosen by the script with your own preference. Again, this enhancement
2000 Sep 02
1
Future libao refinements
Just so people know what I'm working on (between physics assignments), here's a quick list of what's currently in the pipeline: * I received an IRIX patch which I am very excited about. I'll be submitting that shortly. * A month ago another user sent me a very small patch that improved ALSA performance on his machine. I don't understand what it does exactly, and would
2004 Aug 06
0
icecast2/ices2 , 7o minutes and crash
On Wed, 2002-12-11 at 19:50, Adon Irani wrote: > > hello ., > > i've got icecast2/ices2 (libshout/libao ) compiled/running from cvs . > everything SEEMS fine . goes for 7o odd minutes , i can listen off my > laptop , but then it'll disconnect . i'll check the server _ and it has > crashed, or at least, my keyboard doesn't work but i can still change >