UNPKG

formantanalyzer

Version:

Extract formant features such as frequency, power, energy, and bandwidth of formants at syllable or word level from audio sources in a web browser using WebAudio API.

37 lines (36 loc) 976 B
{ "name": "formantanalyzer", "version": "1.1.8", "description": "Extract formant features such as frequency, power, energy, and bandwidth of formants at syllable or word level from audio sources in a web browser using WebAudio API.", "main": "AudioLauncher.js", "private": false, "dependencies": { "numeric": "^1.2.6" }, "devDependencies": { "clean-webpack-plugin": "^3.0.0", "html-webpack-plugin": "^4.3.0", "numeric": "^1.2.6", "webpack": "^4.46.0", "webpack-cli": "^3.3.12" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack" }, "keywords": [ "speech", "spectrum", "formants", "analyzer", "features", "mel-spectrogram", "audio-processing" ], "author": "Abdul Rehman (Tabahi)", "homepage": "https://github.com/tabahi/formantanalyzer.js", "bugs": { "url": "https://github.com/tabahi/formantanalyzer.js/issues" }, "license": "Apache 2" }