aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/samplerate.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-15Rename filter -> iir_filter (file name and instance name)Andreas Eversberg1-5/+5
2017-03-04samplerate.c: Allow transcoding to lower sample rate other than 8000 HzAndreas Eversberg1-12/+10
2017-02-18Rework of sample rate conversion by using linear interpolationAndreas Eversberg1-12/+38
2017-02-18Correcting all levels and move all remaining integer samples to sample_tAndreas Eversberg1-1/+1
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg1-28/+19
2017-02-18Filter improvement: LP and HP filters, added test functionAndreas Eversberg1-4/+4
2017-01-07Rename functions and structure of biquad lowpass filterAndreas Eversberg1-4/+4
2016-04-24common code: Fix sample rate conversionAndreas Eversberg1-19/+49
2016-04-17common code: Sample rate conversion now supports any rate above 8000 HzAndreas Eversberg1-70/+23
2016-03-13initial git importAndreas Eversberg1-0/+159