-
Notifications
You must be signed in to change notification settings - Fork 118
Description
Hey folks - excited about these components.
A few thoughts after checking out the library, hope you don't mind:
I am looking to use the Live Waveform component but with pre-recorded audio. Would be nice if we could pass a stream, buffer or a url to this. The live waveform also doesn't seem to have a way to specify the microphone deviceId?
The scrubbable audio one is also nice, but I'm not sure the best way to get the waveform data from from my audio. I've done it before with the AudioContext API, but I'd love a util shipped or docs on how to gen these?
If I could pass an <audio> ref to these components as well, that would be handy. Or if these components were used inside an <AudioPlayerProvider> - they should detect the current track?
The docs examples are great - would love if there was a rendered demo of each code snippet.
Feel free to close, just wanted to provide feedback