Re: Help!

"R.L. Horn" <[email protected]> Tue, 7 Aug 2012 21:44:29 -0500 (CDT)
Newsgroups gmane.comp.multimedia.ogg.vorbis.devel
Message-ID <[email protected]>
On Tue, 7 Aug 2012, Liu Rui wrote:

> So I want to ask that how to avoid the gap between two ogg steam that 
> needed to write continuously in a ogg file.

Vorbis streams are, to all intents and purposes, gapless.  I suspect that 
any gaps (i.e. unwanted silences) between streams are either present in 
the PCM data presented to the encoder, or you're failing to provide 
vorbis_analysis_wrote() with a zero-length chunk of audio to indicate EOS.

Or, it's a playback problem.

The closest thing I've experienced to what you've described is a minor, 
but audible, waveform discontinuity for quality values of around 3 or 
less, and that only in some pretty pathological cases.