Add Tim's ogg and flac patches, plus convert the existing ogg metainfo reading

stuff to use vorbisfile.
This commit is contained in:
Ron Pedde
2005-02-27 00:41:55 +00:00
parent ecaae83ce5
commit 9afb28a4ab
9 changed files with 192 additions and 774 deletions

View File

@@ -141,13 +141,15 @@ ssc_extensions .ogg
#
# Program that is used in server side format conversion.
# Program must accept following command line syntax:
# ssc_prog filename offset
# ssc_prog filename offset length ...
# Parameter filename is the real name of the file that is
# to be converted and streamed, offset is number of bytes
# that are skipped from the beginning of the _output_ file
# before streaming is started. The resulting wav file (or
# rest of the file after initial seek) is written to the
# standard output by the ssc_prog program. This is typically
# before streaming is started, length is length of the song
# in seconds (or zero). All other possible arguments must
# be ignored. The resulting wav file (or the rest of
# the file after initial seek) is written to the standard
# output by the ssc_prog program. This is typically
# a script that is a front end for different conversion tools
# handling different formats.
#