wavebell
wavebell copied to clipboard
:bell: Catch realtime audio wave from microphone with JavaScript!
Hello, Thanks for your awesome work, Is there a way to draw the wave to be the same as wavesurfer-js? Thanks in advance.
Hello, Is there a way to amplify the audio and to filter some frequencies using this code? Thanks!
Is there a way to catch a situation, when audio device is not accessible due to user block? Tried `.on('error',...)`, `.on('err',...)` and `try { bell.start() } catch (...) {...}`, but...