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

[BUG] audioRecording not working on firefox #246

Closed
patrikheinonen opened this issue Nov 27, 2023 · 1 comment
Closed

[BUG] audioRecording not working on firefox #246

patrikheinonen opened this issue Nov 27, 2023 · 1 comment
Labels
bug Something isn't working web

Comments

@patrikheinonen
Copy link

patrikheinonen commented Nov 27, 2023

Package version

5.0.1

Environment

  • OS: macOS
  • Browser Firefox

Describe the bug

Recording audio fails

Error:
Uncaught (in promise) DOMException: AudioContext.createMediaStreamSource: Connecting AudioNodes from AudioContexts with different sample-rate is currently not supported.

Add your record configuration RecordConfig(...)

     RecordConfig(
            encoder: AudioEncoder.pcm16bits,
            device: _selectedAudioDevice,
            ),
      );

To Reproduce

Steps to reproduce the behavior:

  1. try to record on flutter web on Firefox.

Expected behavior

I expect it to work on all browsers

Additional context

Add any other context about the problem here.

@llfbandit llfbandit added bug Something isn't working web labels Dec 14, 2023
@llfbandit
Copy link
Owner

Thanks for the report.
Fixed in record_web 1.0.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working web
Projects
None yet
Development

No branches or pull requests

2 participants