mic-calibration-txt-to-etx
v1.1.3
Published
Convert microphone calibration file from txt to etx
Downloads
21
Readme
mic-calibration-txt-to-etx
Utility to convert microphone calibration file from .txt to .etx format for usage in AFMG EASERA ans SysTune.
Prerequisites
Node.js 16.0 or higher (https://nodejs.org/en/download/package-manager)
Installing
To install it, simply run one of the following commands :
npm install -g mic-calibration-txt-to-etx
yarn global add mic-calibration-txt-to-etx
pnpm add -g mic-calibration-txt-to-etx
Usage
Usage:
mic-cal-txt-to-etx mic-calibration-file.txt
ou
mctte mic-calibration-file.txt
Convert microphone calibration file from txt to etx
Arguments:
filename : source cablibration file
Options:
-V, --version output the version number
-s, --sample-rate <number> sample rate (Hz) (default: 48000)
-f, --fft-size <number> Fast Fourier Transform number of points (default: 65536)
-t, --correction-threshold <number> correction threshold (dB) (default: 0)
-m, --microphone <string> microphone reference
-o, --output-file <string> custom output filename
-h, --help display help for command