Ujas Majithiya

Results 86 comments of Ujas Majithiya

Closing this issue due to no further response

Due to inactivity I will be closing this issue. Feel free create a new issue with reproducible steps.

@maghzchenyu It is not clear from shared code which values you're using to record audio so to record in amr_nb can you please make you have initialized the instance using...

The extracting waveform is asynchronous process and it handled via call back in native so it looks like the result is never getting back to flutter because function's scope is...

@gunatitsolutions > Hello, new version available when with this issue fixed? We can not estimate timeline but you can use `onCurrentExtractedWaveformData` in combination with `onExtractionProgress` as workaround for now

> That method takes too long. How can we get wavedata quickly? [video](https://drive.google.com/file/d/1VY24gwBgpt1uQHTdCjYQskXmVHzQ-KwY/view?usp=sharing) @inamhusain Since waveform extraction happens on device, it depends on platform, size of the audio file, and...

@lucasjinreal Creating a new project of flutter also uses jvmTarget as 1.8. But to resolve your issue can you please try one of the solution from this [stackoverflow](https://stackoverflow.com/questions/77317993/compiledebugjavawithjavac-task-current-target-is-1-8-and-compiledebugkotlin) question.

This looks like codec was already released but a buffer was queued before release and for some reason now in outputBuffer you're getting this crash.