audio_recorder icon indicating copy to clipboard operation
audio_recorder copied to clipboard

Results 36 audio_recorder issues
Sort by recently updated
recently updated
newest added

I/flutter (14938): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:165:7)

Hi Guys, Using latest version of Audio_recorder plugin and it is not working on IOS, i have target ios version(10), Any thoughts? Xcode's output: ↳ === BUILD TARGET sqflite OF...

Add null safety + Wav support & v2 embedding.

Hello there, I'm getting this error when I call `AudioRecorder.start()` ``` D/AudioRecorder( 3981): Start D/AudioRecorder( 3981): Instance of 'Future'.m4a I/MediaRecorderJNI( 3981): setup I/MediaRecorderJNI( 3981): setAudioSource(1) I/MediaRecorderJNI( 3981): setAudioEncoder(3) E/AudioRecorder( 3981):...

Created a PR for null safety, v2 embedding & fixing wav support for ios. @ZaraclaJ can you check it please?

``` switch AVAudioSession.sharedInstance().recordPermission{ case AVAudioSession.RecordPermission.granted: print("granted") hasPermissions = true break case AVAudioSession.RecordPermission.denied: print("denied") hasPermissions = false break case AVAudioSession.RecordPermission.undetermined: print("undetermined") AVAudioSession.sharedInstance().requestRecordPermission() { [unowned self] allowed in DispatchQueue.main.async { if allowed...

Title basically. Need to support saving audio as WAV files.

Flutter Web MissingPluginException(No implementation found for method hasPermissions on channel audio_recorder)

SwiftAudioRecorderPlugin is now works with swift 5. and changed android package. (same as #43 #48)