You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when set to true, it works okay. But I'd rather show users the wave form when everything is ready, hence disabling the continuousWaveform, but it doesn't work. It was also tested on a 3 seconds audio not a large audio that would take time to extract.
The text was updated successfully, but these errors were encountered:
Hi @FrancisIje, Thanks for reporting the issue. We can reproduce it from our end as well. We are working on it once we resolve this, we will update you.
Describe the bug
When set to false, waveform doesn't show.
Expected behavior
Display waveform after extraction
Smartphone (please complete the following information):
AudioFileWaveforms(
playerController: playerController,
waveformType: WaveformType.fitWidth,
continuousWaveform: false,
playerWaveStyle: const PlayerWaveStyle(
liveWaveColor: Colors.black,
fixedWaveColor: Colors.black),
size: const Size(200, 30),
),
when set to true, it works okay. But I'd rather show users the wave form when everything is ready, hence disabling the continuousWaveform, but it doesn't work. It was also tested on a 3 seconds audio not a large audio that would take time to extract.
The text was updated successfully, but these errors were encountered: