Package version
record_ios 1.2.0
Environment
- OS: [e.g. iOS/Windows/...]
iOS (iPadOS 26.2.1)
- Browser [e.g. chrome, safari] if issue is on web platform.
Describe the bug
We deploy our application to web, iOS, and Android.
On iOS ONLY, when we record (we are recording voices), the voice plays back super super slowly.
The very same version of record on web and Android does not display this behavior.
A clear and concise description of what the bug is.
Add your record configuration RecordConfig(...)
RecordConfig(
encoder: AudioEncoder.pcm16bits,
echoCancel: true,
noiseSuppress: true,
sampleRate: 24000)
To Reproduce
Steps to reproduce the behavior:
- Build app on iOS using record_ios 1.2.0
- Record a sound
- Play it back
- Error: very very slow sound
Expected behavior
The recording should sound like it does on web and Android deployments
Additional context
Add any other context about the problem here.
Package version
record_ios 1.2.0
Environment
iOS (iPadOS 26.2.1)
Describe the bug
We deploy our application to web, iOS, and Android.
On iOS ONLY, when we record (we are recording voices), the voice plays back super super slowly.
The very same version of record on web and Android does not display this behavior.
A clear and concise description of what the bug is.
Add your record configuration
RecordConfig(...)RecordConfig(
encoder: AudioEncoder.pcm16bits,
echoCancel: true,
noiseSuppress: true,
sampleRate: 24000)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The recording should sound like it does on web and Android deployments
Additional context
Add any other context about the problem here.