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
245 stars 125 forks source link

feat: ✨ Add a flag to control overridden AVAudioSession Config for ios #289

Closed Ujas-Majithiya closed 1 month ago

Ujas-Majithiya commented 1 month ago

With this change, users can set their custom AVAudioSession config. I have also made some APIs private since they were never meant to be public and made them accessible through getters.

Fixes #256