react-native-audio-waveform
react-native-audio-waveform copied to clipboard
[enhancement] Can you add candleHeightScale, onCurrentProgress change?
trafficstars
I noticed you set a fixed scale value for candle height to 3. Could you add a prop to change this value? And if possible, could you also add a prop like onCurrentProgressChange or some props so that I can get currentProgress and songDuration through these props?
example: in Waveform component
useEffect(() => {
onCurrentProgressChange?.(currentProgress, songDuration);
}, [currentProgress, songDuration])