SimformSolutionsPvtLtd / audio_waveforms

Use this plugin to generate waveforms while recording audio in any file formats supported by given encoders or from audio files. We can use gestures to scroll through the waveforms or seek to any position while playing audio and also style waveforms
https://pub.dev/packages/audio_waveforms
MIT License
254 stars 130 forks source link

call RecorderController stop() method on ios simulator #285

Open AhmadFalahian opened 3 months ago

AhmadFalahian commented 3 months ago

in ios simulator, when i try to play the recorded audio file, the exception throw Unhandled Exception: PlatformException(AudioWaveforms, Failed to prepare player, The operation couldn’t be completed. (OSStatus error 2003334207.), null). i check the audio path that is /Users/my-pc/Library/Developer/CoreSimulator/Devices/67226F3F-8508-4B9B-826A-45ED5A0DA4E3/data/Containers/Data/Application/C20455FD-5AAD-4506-94F9-070C56225144/Documents/24-03-26-12-36-31.m4a, when i check this location, no file exist

Ujas-Majithiya commented 2 months ago

Can you try on a real device and what configurations you are using for recording?