diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2007-02-06 05:02:46 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2007-02-06 05:02:46 +0000 |
commit | dc2b03b2416547083b03e08e0bc917f01448da05 (patch) | |
tree | 732ad397aec318885e4bffb0095cbd544f0396d8 /doc/html/ogg_mapping.html | |
parent | d83553dd2b4ffd3783019bbf27fec471e17b2611 (diff) | |
download | flac-dc2b03b2416547083b03e08e0bc917f01448da05.tar.gz |
change default blocksize from 4608 to 4096 for LPC mode
Diffstat (limited to 'doc/html/ogg_mapping.html')
-rw-r--r-- | doc/html/ogg_mapping.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ogg_mapping.html b/doc/html/ogg_mapping.html index 39aec946..587d512f 100644 --- a/doc/html/ogg_mapping.html +++ b/doc/html/ogg_mapping.html @@ -57,7 +57,7 @@ <br /> This presents a problem when trying to encapsulate FLAC in other true transport layers; the choice has to be made between redundancy and complexity. In pursuit of correctness, a mapping could be created that removed from native FLAC the transport data, and merged the remaining frame header information into the audio packets. The disadvantage is that current native FLAC decoder software could not be used to decode because of the tight coupling with the transport. Either a separate decoding implementation would have to be created and maintained, or an Ogg FLAC decoder would have to synthesize native FLAC frames from Ogg FLAC packets and feed them to a native FLAC decoder.<br /> <br /> - The alternative is to treat native FLAC frames as Ogg packets and accept the transport redundancy. It turns out that this is not much of a penalty; a maximum of 12 bytes per frame will be wasted. Given the common case of stereo CD audio encoded with a blocksize of 4608 samples, a compressed frame will be 4-16 Kbytes. The redundancy amounts to a fraction of a percent.<br /> + The alternative is to treat native FLAC frames as Ogg packets and accept the transport redundancy. It turns out that this is not much of a penalty; a maximum of 12 bytes per frame will be wasted. Given the common case of stereo CD audio encoded with a blocksize of 4096 samples, a compressed frame will be 4-16 Kbytes. The redundancy amounts to a fraction of a percent.<br /> <br /> In the interest of simplicity and expediency, the second method was chosen for the first official FLAC->Ogg mapping. A mapping version is included in the first packet so that a less redundant mapping can be defined in the future.<br /> <br /> |