audioecho: Don't do linear interpolation between samples
authorSebastian Dröge <sebastian@centricular.com>
Fri, 6 Oct 2017 20:59:43 +0000 (23:59 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 7 Oct 2017 00:03:46 +0000 (03:03 +0300)
commitad062e18794cf7e940de0250a155dd1c302cac8c
tree88b6e0bc6df312ac266068f0eb34ccee0733d2f3
parente9c00c083b6d139d529155425341ab7973481876
audioecho: Don't do linear interpolation between samples

Linear interpolation adds quite some noise, and it's unlikely that
anybody will ever need sub-sample accurate delays. Proper resampling
before that will lead to better results.
gst/audiofx/audioecho.c