Displaying 20 results from an estimated 2000 matches similar to: "win32 driver for libao"
2007 May 13
3
Xiph Online Meeting on 16th of May, Wednesday, 6:00 am UTC?
Hello everyone,
It's been a while since the last meeting and issues are starting to
pile up again. I propose a meeting at the 16th of May, next Wednesday
at 6:00 am UTC. Does everyone agree with time/day?
Agenda may be found at http://wiki.xiph.org/index.php/MonthlyMeeting200705
Preliminary Agenda:
* Google Summer of Code 2007; how are the projects/candidates going?
* discussing current
2007 May 13
3
Xiph Online Meeting on 16th of May, Wednesday, 6:00 am UTC?
Hello everyone,
It's been a while since the last meeting and issues are starting to
pile up again. I propose a meeting at the 16th of May, next Wednesday
at 6:00 am UTC. Does everyone agree with time/day?
Agenda may be found at http://wiki.xiph.org/index.php/MonthlyMeeting200705
Preliminary Agenda:
* Google Summer of Code 2007; how are the projects/candidates going?
* discussing current
2007 May 13
3
Xiph Online Meeting on 16th of May, Wednesday, 6:00 am UTC?
Hello everyone,
It's been a while since the last meeting and issues are starting to
pile up again. I propose a meeting at the 16th of May, next Wednesday
at 6:00 am UTC. Does everyone agree with time/day?
Agenda may be found at http://wiki.xiph.org/index.php/MonthlyMeeting200705
Preliminary Agenda:
* Google Summer of Code 2007; how are the projects/candidates going?
* discussing current
2007 May 13
3
Xiph Online Meeting on 16th of May, Wednesday, 6:00 am UTC?
Hello everyone,
It's been a while since the last meeting and issues are starting to
pile up again. I propose a meeting at the 16th of May, next Wednesday
at 6:00 am UTC. Does everyone agree with time/day?
Agenda may be found at http://wiki.xiph.org/index.php/MonthlyMeeting200705
Preliminary Agenda:
* Google Summer of Code 2007; how are the projects/candidates going?
* discussing current
2007 May 13
3
Xiph Online Meeting on 16th of May, Wednesday, 6:00 am UTC?
Hello everyone,
It's been a while since the last meeting and issues are starting to
pile up again. I propose a meeting at the 16th of May, next Wednesday
at 6:00 am UTC. Does everyone agree with time/day?
Agenda may be found at http://wiki.xiph.org/index.php/MonthlyMeeting200705
Preliminary Agenda:
* Google Summer of Code 2007; how are the projects/candidates going?
* discussing current
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
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
2001 Jan 20
4
"Infinite" wav files
Okay, before I submit my patch to make libao produce sorta-streamable wav
files, I want to know what these partial wav files do to various
players. I've posted two sample wav files on my webserver:
http://volsung.dhcp.asu.edu/~stan/infinite.wav
http://volsung.dhcp.asu.edu/~stan/zero.wav
The first uses a riff and data length of 0xFFFFFFFF (approximately
infinite) and second uses a riff and
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
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
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
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
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
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 Apr 23
1
building libao under Debian
Here are some of my notes with building and using vorbis-tools-1.0beta4
under Debian Linux 2.2.
1) building libao:
make[3]: Leaving directory
`/home/jeremy/src/ogg/libao-0.6.0/src/plugins/alsa'
Making all in arts
make[3]: Entering directory
`/home/jeremy/src/ogg/libao-0.6.0/src/plugins/arts'
/bin/sh ../../../libtool --mode=compile gcc
-DPACKAGE=\"libao\"
2006 Oct 06
1
problem using libao on OSX 10.4
I installed fink and now I have the /sw/lib, however that didn't fix
my problem. I went as far as to take out the -
Ddlsym=dlsym_auto_underscore out of the configuration files. Now
however the libao package won't build at all and yips about this:
[ukiel:/MP3/OGG/libao-0.8.6] wind% make
Making all in src
Making all in plugins
Making all in oss
make[3]: Nothing to be done for
2000 Aug 12
1
libao patch: Minor clean up / Byte-order proposal
Here is a patch to fix the compiler warnings I mentioned earlier. I've
removed the byte-order changes that don't make sense. (Thanks Michael for
pointing out the error!)
As for the byte-order changes, since some output modules don't have the option
to set the sample byte-order, I would like to standardize libao and ogg123 on
native byte-order. Will this break the ao_wav.c patches
2001 Sep 03
2
Building vorbis-tools without libao
Hi All,
For my new file (and thus mp3) server I've decided to switch
completely to Ogg Vorbis. This means having to reencode
~30GB worth of 128Kb MP3's, but i figured that it would all
be worth the effort. So I downloaded the sources for
libogg, libvorbis and vorbis-tools and fired up my trusty
old compiler. libogg and libvorbis built and installed
like a charm. Not so for
2003 Aug 02
1
Cross Platform Mixers and LibAO
Hello Vorbis Developers.
I'm in the proccess of writing an OggVorbis audio player using libao and
libvorbisfile. I've greatly appreciated the simplicity of the API and
good documentation with the souce of the libraries. I've descided that I really want a mixer on my player, and I'm unsure
how to best go about it. LibAO (unless I'm absolutely blind) doesn't
2010 Mar 26
4
Xiph.Org releases libao 1.0.0, libVorbis 1.3.1, and vorbis-tools 1.4.0
Xiph.Org announces the release of libao-1.0.0, libvorbis-1.3.1 and
vorbis-tools-1.4.0. This is a coordinated update of the audio
libraries and tools to deploy improved surround-sound support across
the libraries and toolchain.
libao improvements:
- AO returned to active development
- Added surround channel mapping API and capability
- Updated all drivers on modern installs
- New config file