[Vorbis-dev] Placing multiple sound clips in a single file
ogg.k.ogg.k at googlemail.com
ogg.k.ogg.k at googlemail.com
Mon Jun 1 14:48:06 PDT 2009
> I strongly recall mention of people storing multiple small sound clips in
> a single ogg vorbis file and then referencing them within the file, rather
> than having multiple small files. However, Google has failed to turn up
Might have been that it's quite likely that the headers will be the same
for similar encode parameters (sampling rate, channels, etc), so headers
can be cut off and kept separately only once, and each sound file can
be trimmed of its headers. Decoding a file would then involve feeding
the shared headers, followed by the headerless file.
Now, that might not be what you read about, but it's a possible way.
More information about the Vorbis-dev
mailing list