Skip to content

Commit 03c6111

Browse files
committed
Update fir-filter-resampler.js
1 parent f4f050e commit 03c6111

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/resources/fir-filter-resampler.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
14
var FirFilterResampler = function(){
25
var Resampler = {};
36

0 commit comments

Comments
 (0)