Skip to content

nb256/pitch-detection-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pitch Detection Library Example Application

Installing

1) Use <script src=""></script> to run this js file.
2) Run the function: toggleLiveInput();
3) Get fundamental pitch information from <span id="outputPitch"></span>

Example Usage:

<script src="PitchDetectionLibrary.js"></script>
<span id="outputPitch"></span>
<script>
toggleLiveInput();
</script>

Get via JS

var o = document.getElementById("outputPitch");
var pitch = o.innerHTML;

Running

http://localhost:3000

LIVE DEMO

Authors

  • Naim Buru - Initial work - nb256

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Use sound pitch as an input in web applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published