Description :
At the moment when you're using a waveform, you've to provide the maxDuration and elapsedDuration to it. But this would be redundant if you just want a static waveform without active track.
Solution :
Making maxDuration and elapsedDuration as optional arguments when declaring a waveform.
Description : At the moment when you're using a waveform, you've to provide the
maxDuration
andelapsedDuration
to it. But this would be redundant if you just want a static waveform without active track.Solution : Making
maxDuration
andelapsedDuration
as optional arguments when declaring a waveform.