Displaying 1 result from an estimated 1 matches for "vorbis_play_17apr".
2001 Apr 19
2
Re: ogg123 and stdout
>I've made something. It wasn't done in exactly 10 minutes because I had to
>translate the headers to Pascal, but the GUI was certainly done in about
>30 minutes.
[...]
>http://www.xs4all.nl/~walterln/vorbis_play_17apr.zip (259K)
would it be hard to add streaming support? a small and simple player,
which could also stream vorbis would be cool.
also a command line tool for playing and decoding with stdin support
could be very useful.
wget -O - http://server:8000/stream.ogg | player
I wish I could to this als...