Package version 6.1.2
Environment
Describe the bug
Audio is recording not properly. I've recorded 15 seconds and it saved it as 7 second and part of my phrases was cut or missing, I do not know exactly.
Add your record configuration RecordConfig(...)
const RecordConfig(
encoder: AudioEncoder.wav,
sampleRate: 44100,
numChannels: 1,
),
To Reproduce
Steps to reproduce the behavior:
- Start recording with config given above in a file on android emulator from Android Studio.
- Wait 20 seconds.
- Stop the recording and save it.
- File will have less than 20 seconds length and audio will be not clear.
Expected behavior
Clear audio with proper length.
Additional context
On version 6.0.0 bug is not reproduced.
Package version 6.1.2
Environment
Describe the bug
Audio is recording not properly. I've recorded 15 seconds and it saved it as 7 second and part of my phrases was cut or missing, I do not know exactly.
Add your record configuration
RecordConfig(...)const RecordConfig(
encoder: AudioEncoder.wav,
sampleRate: 44100,
numChannels: 1,
),
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Clear audio with proper length.
Additional context
On version 6.0.0 bug is not reproduced.