Interact with audio file or microphone from your browser.
Try the demo here
<script src="jsbeater.js"></script>
<script>
window.onload = () => {
let threshold = 180 // Default 180
jsbMic(example, t)
}
function example() {
console.log("Hello World!")
}
</script>
<script src="jsbeater.js"></script>
<script>
window.onload = () => {
let threshold = 240 // Default 240
jsbFile("filename.mp3", example, t)
}
function example() {
console.log("Hello World!")
}
</script>
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.