Skip to content

Empty audio created on Android in some cases #271

Closed
@akshatbaranwal

Description

@akshatbaranwal

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions