We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f050e commit 03c6111Copy full SHA for 03c6111
src/resources/fir-filter-resampler.js
@@ -1,3 +1,6 @@
1
+//Downsampling + FIR (finite impulse response) low-pass filter
2
+//Inspired by this discussion: http://dsp.stackexchange.com/a/37475/26392
3
+//Written for SEPIA Web Audio Processor module
4
var FirFilterResampler = function(){
5
var Resampler = {};
6
0 commit comments