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

[Web] Using default microphone even when selecting other input device #408

Closed
bloemy7 opened this issue Oct 3, 2024 · 1 comment
Closed

Comments

@bloemy7
Copy link

bloemy7 commented Oct 3, 2024

Package version: 5.1.2

Environment

  • OS: [e.g. iOS/Windows/...]: MacOS
  • Browser [e.g. chrome, safari]: Chrome

Describe the bug

When passing a non-null input device:

    RecordConfig config = RecordConfig(
      encoder: _codec,
      numChannels: 1,
      device: recordInputDevice,
    );

where I verify it is non null, and the ID is valid and taken from the list retrieved just before, it still just records with the default macOS microphone.

To Reproduce

Steps to reproduce the behavior:

  1. Start recording on web and pass it an input device that is non-null.

Expected behavior

Expect it to use the input device as microphone.

@llfbandit
Copy link
Owner

Thanks for the report.

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