biquadjs
Version:
Create arbitrary biquad filters to apply to signals. Created for real time biosensing, works in most general cases.
31 lines (30 loc) • 893 B
JSON
{
"name": "biquadjs",
"description": "Create arbitrary biquad filters to apply to signals. Created for real time biosensing, works in most general cases.",
"main": "dist/BiquadFilters.js",
"module": "dist/BiquadFilters.esm.js",
"types": "dist/BiquadFilters.d.ts",
"version": "1.1.0",
"type":"module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moothyknight/BiquadFilters.js.git"
},
"keywords": [
"Biquad",
"Filters",
"IIR",
"Infinite Impulse Response",
"Signal",
"Processing"
],
"author": "Joshua Brewster <brewster.joshua1@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/moothyknight/BiquadFilters.js/issues"
},
"homepage": "https://github.com/moothyknight/BiquadFilters.js"
}