Skip to content

Recordings using record_ios 1.2.0 play back very very slowly #587

@mjew

Description

@mjew

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:

  1. Build app on iOS using record_ios 1.2.0
  2. Record a sound
  3. Play it back
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions