aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/samplerate.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Restructure: Move sample rate conversion from common code to 'libsamplerate'Andreas Eversberg1-19/+0
2017-11-13Restructure: Move filters from common code to 'libfilter'Andreas Eversberg1-1/+1
2017-05-15Rename filter -> iir_filter (file name and instance name)Andreas Eversberg1-4/+4
2017-03-04samplerate.c: Allow transcoding to lower sample rate other than 8000 HzAndreas Eversberg1-1/+1
2017-02-18Rework of sample rate conversion by using linear interpolationAndreas Eversberg1-0/+2
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg1-2/+2
2017-02-18Filter improvement: LP and HP filters, added test functionAndreas Eversberg1-2/+2
2017-01-07Rename functions and structure of biquad lowpass filterAndreas Eversberg1-2/+2
2016-04-24common code: Fix sample rate conversionAndreas Eversberg1-3/+2
2016-04-17common code: Sample rate conversion now supports any rate above 8000 HzAndreas Eversberg1-3/+3
2016-03-13initial git importAndreas Eversberg1-0/+18