Skip to content
/ tuner Public

Chromatic Tunner javascript library for the Web Audio API

Notifications You must be signed in to change notification settings

FerCa/tuner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tuner.js

Chromatic Tunner javascript library for the Web Audio API

tunner.js is a javascript library providing a Chromatic Tuner that you can connect to a Web Audio Api Source and also to a destination, acting as a node and calling the provided callback with the detected note.

Simple example:

var tuner = new Tuner(aSource, aDestination, aValidAudioContext);

tuner.start(function(note) { console.log(note); // The detected note. });

See example.html for a full example.

About

Chromatic Tunner javascript library for the Web Audio API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published