react-native-audio-waveform
react-native-audio-waveform copied to clipboard
Headless audio waveform into a hook
I think it would be great if we can use a hook to export extractWaveformData and related event callback into a hook, for use-cases that doesn't need the waveforms UI.
For example I use this library's extractWaveformData to calculate lip-sync parameters from waveform data.
This library is great, thank you!