Displaying 2 results from an estimated 2 matches for "mspeex_src_stat".
Did you mean:
mspeex_src_state
2010 Jul 15
1
Speex Echo Cancellation
Hi
I am using speex for cancelling echo.but i am not succeeded.
I need echo cancellation in urgent.Please help m.
Thanks in advance
Devi
2010 Jul 15
0
Speex Resampler
...n't get Speex resampler to work, it just don't gives any error
> and does like it finished as I've expected but the converted Samples are
> only in the middle part of the buffer changed. all other one is the same...
> This is my code i tried:
>
> SpeexResamplerState *mspeex_src_state;
> float buf[3528]; //gets my float samples from bass
> float bufout[640]; //speex resample out buffer
> spx_uint32_t buf_len = 0; //set later by bass
> spx_uint32_t bufout_len = 320; //when i use 640 which is correct, the program crashes.
> int speex_err =...