record icon indicating copy to clipboard operation
record copied to clipboard

Audio recorder from microphone to a given file path. No external dependencies, MediaRecorder is used for Android an AVAudioRecorder for iOS.

Results 56 record issues
Sort by recently updated
recently updated
newest added

Calling `record.start()` right after opening the app wouldn't work well, especially on iOS. Detailed video: https://vimeo.com/730520317 In the video, the red, round button on the bottom of the home screen...

**Package version** record: 4.3.2 **Describe the bug** When I install the _record_ package, I have this error on Linux Ubuntu 18.04 LTS ``` Launching lib/main.dart on Linux in debug mode......

Hi! record's version is: 4.3.3 (record_windows version is 0.6.1 in pubspec.lock) I've created an example project with source from https://pub.dev/packages/record/example ...and changed encoder to AudioEncoder.wav: ```dart await _audioRecorder.start(encoder: AudioEncoder.wav); ```...

I have connected Bluetooth headset to my phone, but still audio is received from phone internal microphone only. How do i switch it to Bluetooth microphone ? Or maybe add...

enhancement

I'm using web version. I can record only virtual file. Then I need finalized record and then load virtual file to byte array(Uint8List). It takes time. Although I could play...

enhancement

D/Record - MR( 1852): Start recording D/Record - MR( 1852): Stop recording E/MediaRecorder( 1852): stop failed: -1007 E/MethodChannel#com.llfbandit.record( 1852): Failed to handle method call E/MethodChannel#com.llfbandit.record( 1852): java.lang.RuntimeException: stop failed. E/MethodChannel#com.llfbandit.record(...

### **Package version** record ^4.4.1 ### **Describe the bug** When building my app to my Android device, the following error occurs : ```FAILURE: Build failed with an exception. * Where:...

**Package version** record: ^4.4.0 **Describe the bug** App is getting crashed **To Reproduce** Steps to reproduce the behavior: to record in the `_audioRecorder.start();` I'm passing a custom path instead of...

**Package version** 4.4.1 **Description** When recording multiple things and disposing / initializing my Record() instance, I'm prompted with a warning message that seems like an error. **Reproducing** 1. I record...

Update js package to avoid dependency override issue with SyncFusions packages https://github.com/syncfusion/flutter-widgets/blob/master/packages/syncfusion_pdfviewer_web/pubspec.yaml#L15