Experimental addition to the vorbisfile API that required a few
authorMonty <xiphmont@xiph.org>
Sun, 2 Mar 2003 11:45:17 +0000 (11:45 +0000)
committerMonty <xiphmont@xiph.org>
Sun, 2 Mar 2003 11:45:17 +0000 (11:45 +0000)
commit91b4f0119910b086f5b6fc585343a795830fafda
tree20fea5fa36aaf70d981f71f258b3a4abf4518a7a
parent60cb982d0f5e57ccc717d3545430a86bad3297a4
Experimental addition to the vorbisfile API that required a few
modifications elsewhere:

added 'ov_crosslap()' such that decode of a second clip can be primed
witht he MDCT overlap of a previous clip; this entirely eliminates any
click on sample boundaries that should otherwise match, but have a
small step error due to encoding being lossy.  It will also smooth
transitions in general purpose loops.  More detailed docs to come
after more testing.

Monty

svn path=/trunk/vorbis/; revision=4387
lib/block.c
lib/mapping0.c
lib/vorbisfile.c
lib/window.c