<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<META name="GENERATOR" content="onet.poczta">
<STYLE TYPE="text/css"><!--P {margin:0px}--></STYLE>
</HEAD><BODY>
<P>Hi,</P>
<P>&nbsp;</P>
<P>I've started thinking about speex and speex stream. I wonder to know if speex can do this:</P>
<P>&nbsp;</P>
<P>Let assume we already have PCM stream encoded with speex (e.g. saved in a file or memowy):</P>
<P>&nbsp;</P>
<P>frame1 | frame 2 | frame 3 | frame 4 | ... | frame N-1 | frame N,</P>
<P>where frame n is a single (20 ms) speex frame.</P>
<P>&nbsp;</P>
<P>Now we decompress only a part of that stream, let say (3 frames):</P>
<P>&nbsp;</P>
<P>frame 2, frame 3, frame 4&nbsp; -&gt; pcm_frame_2, pcm_frame_3, pcm_frame_4,</P>
<P>where pcm_frame_n&nbsp;is a pcm format signal generated by decoding n-th speex frame</P>
<P>&nbsp;</P>
<P>and then </P>
<P>&nbsp;</P>
<P>decompress another path od the same encoded stream:</P>
<P>frame 1, frame 2, frame&nbsp;3, frame 4&nbsp; -&gt; pcm_frame_1', pcm_frame_2', pcm_frame_3', pmc_frame_4',</P>
<P>&nbsp;</P>
<P>Question: pcm_frame_2&nbsp;&nbsp; ??&nbsp;&nbsp; pcm_frame_2'&nbsp;&nbsp; will by identical?</P>
<P>&nbsp;</P>
<P>I thik, above quiestion coul'd be simplified to: "is speex stateless?"</P>
<P>&nbsp;</P>
<P>Regards</P>
<P>&nbsp;</P>
<P>Janek</P>
<P>&nbsp;</P></BODY></HTML>