Ujas Majithiya

Results 86 comments of Ujas Majithiya

@Tom3652 I have created a PR which returns early if codec is null. Do let us know if this fixes your issue.

Closing this issue as this has been released

@Yousef-Alabdulhadi Can you please share reproducible code so that we can find the issue?

@Yousef-Alabdulhadi The only issue with shared code I see is that you're calling **extractWaveformData** and `preparePlayer(shouldExtractWaveform: true(default))` so waveforms are extracted by default with preparePlayer. In this case, you don't...

Closing this issue as of now as no further updates were provided. Feel free to create a new one.

@bisherbh124 Can you please share reproducible steps for this? And also on which platform you are facing this issue? I had tried on android and ios with example app and...

@daniel-villamizar-yohana For locally picked files, you can just pass path directly as shown in the example. 1. Picking the [file](https://github.com/SimformSolutionsPvtLtd/audio_waveforms/blob/main/example/lib/main.dart#L62). 2. Passing the [path](https://github.com/SimformSolutionsPvtLtd/audio_waveforms/blob/main/example/lib/main.dart#L128). 3. passing to [preparePlayer](https://github.com/SimformSolutionsPvtLtd/audio_waveforms/blob/main/example/lib/chat_bubble.dart#L107). Do let...

This issue has been resolved with #310. Currently it has been merged to main. For now, you can use the main branch in your pubspec.yaml until it has been released.

We have just released `1.1.0` which should fix this issue. But if you still facing this issue then feel free to create a new one.

@0xRahad and @novas1r1 can you please confirm first if recorded audio file isn't corrupted? There two possibility I see here which might causing this issue, 1. Due to file corruption,...