Displaying 3 results from an estimated 3 matches for "testresampl".
Did you mean:
testresample
2008 Apr 22
0
files missing in source - cannot build in vs 2005 or 2008
Hi,
I noticed that the ogg folder and testresample.c are missing from the source
I just downloaded from speex.org. I am trying to integrate speex into a
.net application. Can you at least provide assistance in getting things
built properly? Thank you! This is for a school project due this week, and
a personal project that I will continue to de...
2013 May 15
0
speex_resampler_process_interleaved_float returns NaN
...point signals (-1.0 - 1.0).
Then, speex_resampler_process_interleaved_float returns NaN in the
output buffer.
Why does this occur ?
I refered below sample. Can you all give me some correct samples to
treat interleaved floating point signals on libspeexdsp ?
http://svn.xiph.org/trunk/speex/libspeex/testresample.c
Truly Yours.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20130515/0fae28dc/attachment.htm
2019 Nov 06
0
【SPEEX】 use speex resample make noise
Look, how about you start from the testresample.c file? Oh, and you seem
to be reading 320 samples at a time and processing 640, so that can't be
good (and even beyond that your code is wrong for other reasons).
Jean-Marc
On 11/6/19 1:56 AM, zhouyuchen at iauto.com wrote:
> Hello,
> I printed the log, in/out len is not truncated,...