record
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.
**Package version**: 5.1.2 **Environment** - OS: iOS, Android and web - Browser: chrome **Describe the bug** We are using the Record package in a production app and seeing daily dozens...
**Package version** 5.1.2 **Environment** - OS: MacOS **Describe the bug** When I try to record with the `AudioEncoder.pcm16bits` encoder, I get pcm_f32le instead. I am just using the example app,...
**Package version** - record: 5.1.2 - audio_service: 0.18.15 **Environment** - OS: IOS **Describe the bug** I'm using [audio service](https://github.com/ryanheise/audio_service) lib to play audio and receive play/pause events. It all works...
**Package version** `record 5.1.2` **Environment** - IOS: IPhone 12Promax - v17.5.1 - Flutter: 3.24.0 - Dart: 3.5.0 **Describe the bug** When I call the recording stream function a few times,...
**5.1.2** **Environment** - IOS **Describe the bug** When an interruption occurs (alarm, phone call, etc.), the internal recorder pauses, but this package's recorder assumes it is still recording. When you...
When I turn on the recording stream, with the sample rate set to 48000 and the encodert set to pcm16bits.The listening Uint8List DATA duration is fixed at 160ms and I...