libresample icon indicating copy to clipboard operation
libresample copied to clipboard

how to improve quality?

Open cyang812 opened this issue 6 years ago • 1 comments

Thanks, Very useful tools.

I want to know if have any chance to improve out pcm quality in a simple way.

cyang812 avatar Jun 06 '18 14:06 cyang812

I found that resampling 16k of audio data into 8k of data would cause the program to crash. In the following sentence: for (i = 0; i < len; i++) { rs->in_buf[rs->in_buf_read + i] = in_buf[rs->in_buf_used + i]; }

fuwenhuai avatar Jan 17 '19 02:01 fuwenhuai