0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Feb 08, 2025 — Feb 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed .travis.yml to use node 0.10.x for tests. More... about 12 years ago
Bumped version. More... about 12 years ago
Fixed node.js 0.10.x compatibility, fixes #4. More... about 12 years ago
Update README.md More... almost 13 years ago
Merge pull request #3 from oampo/master More... about 13 years ago
Make DSP.sign distinguish between signed zeros More... about 13 years ago
Bump version (0.0.2) More... about 13 years ago
Added some tests for Filter More... about 13 years ago
Fixed Filter giving neutered coefficient arrays More... about 13 years ago
Changed the issue #2 testing size to be 5 instead of 3 More... about 13 years ago
Fix for i386 arch, see #2 More... about 13 years ago
Fixed issue #2 in a cross-platform way More... about 13 years ago
Fixed FFT#forward segfaulting on uneven N, fixes #2 More... about 13 years ago
Bump version More... about 13 years ago
Overloaded Float32Array constructor, fixes #1 More... about 13 years ago
A more rigid signature for DSP.{add,sub,mul,div,pow} More... about 13 years ago
Added a test for DSP.random More... about 13 years ago
Removed install script, waf is run automatically More... about 13 years ago
Added a test for DSP.exp More... about 13 years ago
Implemented DSP.sample{Cubic,Linear} More... about 13 years ago
Implemented DSP.pack and DSP.unpack More... about 13 years ago
Fixed tests for vector operations More... about 13 years ago
Tests for DSP.{min,max,sum} More... about 13 years ago
Added the size accessor to FFT More... about 13 years ago
Implemented the FFT interface More... about 13 years ago
Added a test for DSP.pow() More... about 13 years ago
Fix a small typo More... about 13 years ago
More tests More... about 13 years ago
Less strict accuracy rules in tests More... about 13 years ago
Added tests for DSP.madd() More... about 13 years ago