Hello I am new at this. I have compiled the libogg and libvorbis libraries and installed them on my MacOS X machine. The libao cannot be compiled yet since stuff is missing. But I only want to play round with encoding right now. So I also unpacked the vorbis tools distribution and am in oggenc. In oggenc I do a cc *.c -I. -L/usr/local/lib -logg -lvorbis -lvorbisenc I get unknown symbols _oggpack_* where * is read, write, adv, look, etc. I did a quick grep of source for all of libvorbis libogg and libao to try and find the missing _oggpack stuff and couldn't find it. Where can I find it? Thanks Chad --- >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.
Hi, Is there a convenient way to compile libao without ALSA support? I tried ./configure --without-ALSA and ./configure --disable-ALSA with no effect. Also, in an related topic, the xmms plugin for ogg, doesnt support streaming, i.e: playing from an URL.....(without saving the file to local disksapce. Is this right? DS On Thu, 10 May 2001, Chad Leigh, Objectwerks, Inc. wrote:> Hello > > I am new at this. I have compiled the libogg and libvorbis libraries and > installed them on my MacOS X machine. The libao cannot be compiled yet > since stuff is missing. But I only want to play round with encoding right > now. So I also unpacked the vorbis tools distribution and am in oggenc. > > In oggenc I do a > > cc *.c -I. -L/usr/local/lib -logg -lvorbis -lvorbisenc > > I get unknown symbols > > _oggpack_* > where * is read, write, adv, look, etc. > > I did a quick grep of source for all of libvorbis libogg and libao to try > and find the missing _oggpack stuff and couldn't find it. Where can I find > it? > > Thanks > Chad > > > > --- >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. >--- >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.
Never mind, found it. Now I am just looking for routines to convert from compressed AIFC files... Thanks for Ogg Vorbis Chad --On Thursday, May 10, 2001 11:38 PM -0400 "Chad Leigh, Objectwerks, Inc." <chad@objectwerks.com> wrote:> Hello > > I am new at this. I have compiled the libogg and libvorbis libraries and > installed them on my MacOS X machine. The libao cannot be compiled yet > since stuff is missing. But I only want to play round with encoding > right now. So I also unpacked the vorbis tools distribution and am in > oggenc. > > In oggenc I do a > > cc *.c -I. -L/usr/local/lib -logg -lvorbis -lvorbisenc > > I get unknown symbols > > _oggpack_* > where * is read, write, adv, look, etc. > > I did a quick grep of source for all of libvorbis libogg and libao to try > and find the missing _oggpack stuff and couldn't find it. Where can I > find it? > > Thanks > Chad > > > > --- >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. >--- >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.