Pitch Detection Library Example Application
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>
<script src="PitchDetectionLibrary.js"></script>
<span id="outputPitch"></span>
<script>
toggleLiveInput();
</script>
var o = document.getElementById("outputPitch");
var pitch = o.innerHTML;
- Naim Buru - Initial work - nb256
This project is licensed under the MIT License - see the LICENSE.md file for details