add better time interpolator: use linear regression to determine gradient from
authorLennart Poettering <lennart@poettering.net>
Tue, 23 Oct 2007 22:55:56 +0000 (22:55 +0000)
committerLennart Poettering <lennart@poettering.net>
Tue, 23 Oct 2007 22:55:56 +0000 (22:55 +0000)
commitdc987e9df842732336c529201694f10054d401cb
tree5efce2b8599e901e3494bfdb9a6e3c2634ec89c9
parent9464b9b45f4675bb668960734c335e4404d4d49e
add better time interpolator: use linear regression to determine gradient from
measurements, predict a short distance ahead, and smoothen estimation function
with 3rd degree spline interpolation.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1949 fefdeb5f-60dc-0310-8127-8f9354f1896f
src/Makefile.am
src/pulsecore/time-smoother.c [new file with mode: 0644]
src/pulsecore/time-smoother.h [new file with mode: 0644]
src/tests/smoother-test.c [new file with mode: 0644]