Displaying 1 result from an estimated 1 matches for "pcm_frame_4".
Did you mean:
pcm_frame_2
2005 Mar 21
2
speex and single frame decompression
...ded with speex (e.g. saved in a
file or memowy):
?
frame1 | frame 2 | frame 3 | frame 4 | ... | frame N-1 | frame N,
where frame n is a single (20 ms) speex frame.
?
Now we decompress only a part of that stream, let say (3 frames):
?
frame 2, frame 3, frame 4? -> pcm_frame_2, pcm_frame_3, pcm_frame_4,
where pcm_frame_n?is a pcm format signal generated by decoding n-th speex
frame
?
and then
?
decompress another path od the same encoded stream:
frame 1, frame 2, frame?3, frame 4? -> pcm_frame_1', pcm_frame_2',
pcm_frame_3', pmc_frame_4',
?
Question: pcm_frame_2?? ????...