react-native-audio-waveform icon indicating copy to clipboard operation
react-native-audio-waveform copied to clipboard

[feature]: add option to send a default waveform array

Open DanielFRico opened this issue 8 months ago • 4 comments
trafficstars

Hi team! In our project in order to make wave forms build quickly and displayed fast to the user We already have an array of waveform of the audio (array previously built using extractWaveformData function). Currently, this option is not available in the library and I made local patch to support this feature and send array as argument to the component but I have notice that WaveForm component has a important complexity, life cycle methods, events and so on. So I would to suggest you this important feature because I think that a faster way to display component to the user is passing a default array of waveform. Now, tell me what do you think about that. I think would be a good new feature that will speed up build component time!

DanielFRico avatar Feb 21 '25 16:02 DanielFRico