search for: ao_macosx

Displaying 5 results from an estimated 5 matches for "ao_macosx".

2001 Oct 23
4
Problems compiling under OS X
While trying to compile libao 0.8.0 under OS X 10.1, I got the following problems: > [localhost:ecc/Sources/libao-0.8.0] root# ./configure > creating cache ./config.cache > checking for a BSD compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking whether make sets ${MAKE}... yes > checking for working aclocal... found >
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
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
2004 Oct 22
0
libao-0.8.5 patch
...uot;set_option" the _open_device function should set the errno to EBADOPTION instead EOPENDEVICE, and in the documentation the text should be say: "An invalid option or a valid option key has an invalid value." instead of "A valid option key has an invalid value.". -In the ao_macosx.c file: in ao_plugin_set_option function has a ao_macosx_internal *internal = (ao_macosx_internal *) device->internal; line. There is no practical meaning. The attached diff file (-u) make the above needed changes on libao-0.8.5 tarball. The "file" option checked in ao_open_file, and...
2000 Sep 11
1
Mac OS X DP4 patches
...im Wood's Mac OS X DP4 patches so they compile and run reasonably well on OS X DP4 and added a couple minor tweaks of my own. I've placed diffs from the head revision in cvs at my web site: <http://www.gizzywump.com/vorbis-macosx-diffs> This includes a new file at vorbis-tools/libao/ao_macosx.c, which is in the diff. Note that "patch" doesn't seem to work very well on Mac OS X DP 4. Most of the diff lines are changes in the line numbers that the configure scripts spit out. There is one that is a bit suspicious given my Makefile inexperience; in the vorbis-tools/Makefile,...