Closed
Description
Package version
5.0.4
Environment
Android
Describe the bug
On certain Android devices, the audio file created is of 0 bytes.
No such issues on version 4.4.4
RecordConfig(
echoCancel: false,
noiseSuppress: false,
autoGain: false,
numChannels: 1,
encoder: AudioEncoder.aacLc,
sampleRate: 44100,
)
To Reproduce
I could not reproduce it as the issue didn't occur on any of my devices. It happened on the client's device. I released a new version of the app with 4.4.4 and it started working for everyone who had been facing this issue.