Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recording [0,0,0,0,0,...] on iOS Simulator #281

Closed
jtdLab opened this issue Feb 3, 2024 · 4 comments
Closed

Recording [0,0,0,0,0,...] on iOS Simulator #281

jtdLab opened this issue Feb 3, 2024 · 4 comments

Comments

@jtdLab
Copy link

jtdLab commented Feb 3, 2024

Package version 5.0.4

Environment

  • iOS Simulator (tested on 15.5, 17.2)

Describe the bug

Recording audio (with permission granted) using:

 final audioStream = await _record.startStream(
        const RecordConfig(
          encoder: AudioEncoder.pcm16bits,
          sampleRate: kSampleRate,
          numChannels: 1,
        ),
      );

leads to [0,0,0,0,...] lists being emitted by the audio stream.

@llfbandit
Copy link
Owner

I guess this is working on a real device?

@jtdLab
Copy link
Author

jtdLab commented Feb 6, 2024

yes

@llfbandit llfbandit closed this as not planned Won't fix, can't repro, duplicate, stale Feb 6, 2024
@jtdLab
Copy link
Author

jtdLab commented Feb 22, 2024

@llfbandit Is the package not intended to support simulator as stated in darwin package changelog?

@llfbandit
Copy link
Owner

Changes where made for file recording only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants