Ogg vorbis?
Gee
dizzyduck at softhome.net
Fri Jul 26 18:19:02 EDT 2002
Is anyone working to add Ogg Vorbis support to Sky Script? I only ask
because I am planning to do so soon -- however if someone else is
already working on it there's no point in duplicating the effort.
So far I have made a very simple change to Sky Script include .ogg files
in the list.
I have modified line 740:
my @between = `find "$offerdir" -type f -follow -name "*.mp3"`;
to:
my @between = `find "$offerdir" -type f -follow -regex ".*\.mp3\\|.*\.ogg"`;
Next, I'm gonna try to add bitrate, sample rate, etc. information.
--
Gee Law
More information about the skyscript
mailing list