my-tuner

1.0.1 • Public • Published

my-tuner

Build Status npm version

my-tuner is a note detector based on the input of the microphone. my-tuner finds the nearest note given a sound frequency and shows how far from the detected note the sound is (in percentage).

my-tuner is an experiment, the internal algorithm might change in order to improve note detection quality.

my-tuner is compatible with node 6.x and it has been tested with node 6.9.1 in macOS.

Install instructions

# yarn 
yarn global add my-tuner
# npm 
npm install -g my-tuner

Usage

my-tuner

Contributors

Would you like to contribute to this library? Don't be shy! Contact me if you are interested on it.

LICENSE

(MIT License)

Copyright (c) 2017 Eduardo Nunes esnunes@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Readme

Keywords

none

Package Sidebar

Install

npm i my-tuner

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • esnunes