Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continuous waveform: false doesn't display anything even after extraction is done #390

Open
FrancisIje opened this issue Jan 7, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@FrancisIje
Copy link

FrancisIje commented Jan 7, 2025

Describe the bug
When set to false, waveform doesn't show.

Expected behavior
Display waveform after extraction

Smartphone (please complete the following information):

  • Device: Samsung s10 5g
  • OS: Android 11

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.

@jay-simformsolutions
Copy link
Collaborator

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.

@jay-simformsolutions jay-simformsolutions added the bug Something isn't working label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants