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

micAudiomode music setting ignored ? #245

Open
bschelling opened this issue Feb 27, 2024 · 1 comment
Open

micAudiomode music setting ignored ? #245

bschelling opened this issue Feb 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@bschelling
Copy link

Expected behavior

Using micAudiomode "music" does not increase quality of audio on recording.

Describe the bug (unexpected behavior)

Adding "micAudioMode" to a configObject passed to createCallObject should increase
Audio quality of the recording.

The audiorecording does not improve using the setting.

Steps to reproduce

  • Use the sample samples/client-sdk/getting-started-daily-js
  • Modify index.js and add a config to createCallObject

    this.call = Daily.createCallObject({
      dailyConfig: {
        micAudioMode: 'music',
        start_recording: 'cloud',
      },
    });

  • Create a music recording using startrecording/stoprecording
  • Listen to the sound quality, its bad

Screenshots

System information

  • Device: Macbook Pro M1
  • OS, version: Ventura 13.6.2
  • Browser, version: Chrome Version 122.0.6261.69 (Official Build) (arm64)

Additional context

@bschelling bschelling added the bug Something isn't working label Feb 27, 2024
@rajneeshksoni
Copy link
Contributor

Thanks for reporting the issue.
We tested at our end and could not reproduce the issue.

Are you using the latest version of daily-js ?
Can you provide meeting session id for recording with and without music mode.

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

No branches or pull requests

2 participants