Open sergiyvergun01 opened 3 years ago
Your code is calling FlutterSoundHelper.convertFile ()
either explicitly or indirectly.
This function is not implemented in the LITE flavor of Flutter Sound.
If you need this function you must switch to the FULL flavor
Hi, FlutterSoundHelper().convertFile function is removed in the flutter_sound 9.2.12. How can I replace the function ? bc I need to convert opus file to mp3 on my app. I was using the 8.5.0 version before. Thanks.
You can use the Flutter plugin ffmpeg kit
okay, thanks I will try with the plugin.
This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.
I'm using flutter_sound_lite and that's the issue I see when try to play the recording:
How to fix this?