Jack Will

Results 6 comments of Jack Will

@shinriyo We are waiting and hope it comes

I solved temporary by using ffmpeg package in backend(Laravel). It can solve your problem, but I want to get this feature from Flutter. Thanks guy.

@jae-om `audio` means your current audio `modify_audio` means converted audio from ffmpeg In this case, we used 192 in audio resolution. ``` ffmpeg -i audio -c:a aac -b:a 192k modify_audio...

@ujas-m-simformsolutions Hello, I'm testing with your example nothing changes and the bitrate parameter is already removed in the config as the below - ```dart void _initialiseControllers() { recorderController = RecorderController()...

And my `flutter doctor -v` - ```shell [✓] Flutter (Channel stable, 3.13.0, on macOS 14.0 23A344 darwin-arm64, locale en-US) • Flutter version 3.13.0 on channel stable at /Users/tensor_lab/Documents/developer/flutter • Upstream...

I'm also facing the same issue after renaming the Runner Project in iOS. **flutter doctor -v** ```shell [✓] Flutter (Channel stable, 3.13.0, on macOS 13.4.1 22F82 darwin-arm64, locale en-US) •...