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 download it with the cvs command: cvs co -r volsung_20010721 ao and try to compile it. Soon I will commit my changes to a branch of ogg123 so that you can actually test it. --- Stan Seibert --- >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' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Christian Weisgerber
2001-Jul-24 15:00 UTC
[vorbis-dev] Re: Preview of next version of libao
<volsung@asu.edu> wrote:> Please download it with the cvs command: > cvs co -r volsung_20010721 ao > and try to compile it.rc/audio_out.c tries to include ao_private.h, which doesn't exist. Er, wait. It exists, but you need to add it to libao_la_SOURCES in src/Makefile.am, or it won't be included in the distribution. -- Christian "naddy" Weisgerber naddy@mips.inka.de --- >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' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.