I finally managed to compile ogg123 under MacOS X, after creating a PB project for it. Rillian, do you want to include the PB project in cvs? (it needs a LOT of polishing, though). ---------- Ogg123 from PACKAGE VERSION by Kenneth Arnold <kcarnold@arnoldnet.net> and others Usage: ogg123 [<options>] <input file> ... -h, --help this help -V, --version display Ogg123 version -d, --device=d uses 'd' as an output device Possible devices are: null wav raw au -f, --file=filename Set the output filename for a previously specified file device (with -d). -k n, --skip n Skip the first 'n' seconds -o, --device-option=k:v passes special option k with value v to previously specified device (with -d). See man page for more info. -b n, --buffer n use a buffer of approximately 'n' kilobytes -v, --verbose display progress and other useful stuff -q, --quiet don't display anything (no title) -z, --shuffle shuffle play ogg123 will skip to the next song on SIGINT (Ctrl-C) after s seconds after song start. -l, --delay=s set s (default 1). If s=-1, disable song skip. ---------- P.S.: There is no ESD nor MACOSX output devices yet, and I don't know why. I had to first decode the music to a wav file, the play it using esdcat. Elifarley C. Coelho http://www.geocities.com/elifarley/ --- >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.
On Sunday, November 4, 2001, at 06:42 , Elifarley C.Coelho wrote:> I finally managed to compile ogg123 under MacOS X, after creating a PB > project for it. > > Rillian, do you want to include the PB project in cvs? (it needs a LOT > of polishing, though).In this case, I think not. ogg123 is a commandline tool, and might as well be built from Darwin. DId you try out the osx native sound driver? -r> > > > ---------- > Ogg123 from PACKAGE VERSION > by Kenneth Arnold <kcarnold@arnoldnet.net> and others > > Usage: ogg123 [<options>] <input file> ... > > -h, --help this help > -V, --version display Ogg123 version > -d, --device=d uses 'd' as an output device > Possible devices are: > null wav raw au > -f, --file=filename Set the output filename for a previously > specified file device (with -d). > -k n, --skip n Skip the first 'n' seconds > -o, --device-option=k:v passes special option k with value > v to previously specified device (with -d). See > man page for more info. > -b n, --buffer n use a buffer of approximately 'n' kilobytes > -v, --verbose display progress and other useful stuff > -q, --quiet don't display anything (no title) > -z, --shuffle shuffle play > > ogg123 will skip to the next song on SIGINT (Ctrl-C) after s seconds > after > song start. -l, --delay=s set s (default 1). If s=-1, disable song > skip. > ---------- > > P.S.: There is no ESD nor MACOSX output devices yet, and I don't know > why. I had to first decode the music to a wav file, the play it using > esdcat. > > > Elifarley C. Coelho > http://www.geocities.com/elifarley/ > > > --- >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.
>> Rillian, do you want to include the PB project in cvs? (it needs a LOT >> of polishing, though). > > In this case, I think not.Oops, sorry. I only read your reply AFTER I sent you the tarball :-o> ogg123 is a commandline tool, and might as > well be built from Darwin.I tried to build it using ./autogen.sh and make, but a lot of errors popped up, so I thought a PB project would be nice. But the autogen method should work too, I agree.> DId you try out the osx native sound driver?Not yet. I will soon. Cheers, Elifarley C. Coelho http://www.geocities.com/elifarley/ --- >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.
On Sun, 4 Nov 2001, Elifarley C.Coelho wrote:> Possible devices are: > null wav raw au > > P.S.: There is no ESD nor MACOSX output devices yet, and I don't know > why. I had to first decode the music to a wav file, the play it using > esdcat.The ogg123 help will only show the devices that libao says are available. When libao is initialized, it checks the $PREFIX/lib/ao/plugins-2/ directory for plugins to load. ($PREFIX is usually /usr/local or /usr) I would check this directory to see which output drivers are on disk. If you find macosx.so and esd.so, then libao is for some reason unable to load them. This could be a linking problem of some sort or a problem with the dlopen() implementation. Hope that helps. --- 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.
On Sun, Nov 04, 2001 at 12:42:46PM -0200, Elifarley C. Coelho wrote:> ---------- > Ogg123 from PACKAGE VERSION > by Kenneth Arnold <kcarnold@arnoldnet.net> and othersPACKAGE and VERSION are macros that should expand to the proper strings if the compiler sets them as #define's (e.g. gcc's -D). Unfortunately I have not had a lot of time to work on ogg123 recently, and it will probably get worse, and Stan has pretty much stepped in for me, doing a lot of good work on his branch (which I hope he can get onto mainline soon; mainline ogg123 stinks in comparison). In light of this, I don't feel comfortable being the only one mentioned by name in the help dump. Any objections to changing this to 'by the Xiphophorus team' (even though I'm not "officially" part of it)? -- Kenneth Arnold <ken@arnoldnet.net> <HR NOSHADE> <UL> <LI>application/pgp-signature attachment: stored </UL> -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/octet-stream Size: 233 bytes Desc: not available Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20011104/6f5dd5ff/part.obj
> The ogg123 help will only show the devices that libao says are > available. When libao is initialized, it checks the > $PREFIX/lib/ao/plugins-2/ > directory for plugins to load. ($PREFIX is usually /usr/local or /usr) I > would check this directory to see which output drivers are on disk. If > you > find macosx.so and esd.so, then libao is for some reason unable to load > them. This could be a linking problem of some sort or a problem with the > dlopen() implementation. > > Hope that helps. > > --- > Stan Seibert >Here is what I have there: [localhost:~/Sources/ogg] ecc% l /usr/local/lib/ao/plugins-2/ total 216 -rwxr-xr-x 1 root wheel 32032 Nov 4 17:28 libesd.dylib -rwxr-xr-x 1 root wheel 797 Nov 4 17:28 libesd.la -rwxr-xr-x 1 root wheel 67268 Nov 4 17:28 libmacosx.dylib -rwxr-xr-x 1 root wheel 723 Nov 4 17:28 libmacosx.la How can I tell ao to look for libesd.dylib instead of esd.o ? Cheers, Elifarley C. Coelho http://www.geocities.com/elifarley/ --- >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.