Displaying 2 results from an estimated 2 matches for "my_buff".
Did you mean:
my_buf
2008 Feb 13
2
Can Speex frame size be expand from 160 to 320 for NB?
Hi Jean-Marc,
I want to know the possibility of expanding frame size from 160 to 320 for
narrow band. What is the side-effect if do so? How many changes involved for
the current code?
Thanks ahead.
BRs,
Dennis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20080213/9cbdd667/attachment.htm
2008 Feb 13
2
Can Speex frame size be expand from 160 to 320 for NB?
...rg
Subject: Re: [Speex-dev] Can Speex frame size be expand from 160 to 320 for
NB?
Dennis Liu wrote:
> I want to know the possibility of expanding frame size from 160 to 320
> for narrow band. What is the side-effect if do so? How many changes
> involved for the current code?
spx_int16_t my_buffer[320];
speex_encode_int(encoder, my_buffer, bits);
speex_encode_int(encoder, my_buffer+160, bits);
done
Cheers,
Jean-Marc