wavebell icon indicating copy to clipboard operation
wavebell copied to clipboard

:bell: Catch realtime audio wave from microphone with JavaScript!

Results 4 wavebell issues
Sort by recently updated
recently updated
newest added

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...