QUOTE(ak @ Nov 13 2002 - 03:05 PM)
And what I'd like to know, could the same result be achieved with vorbis tools. Say you encode all the tracks in single ogg file, and get the current track title displayed in playlist when playback reaches appropriate point.
Yes, it's just chained stream. To make such stream with oggenc set output to stdout and redirect it to new file with append mode (oggenc file1.wav -o - > filename.ogg, oggenc file2.wav -o - >> filename.ogg).