daily-co/daily-js

micAudiomode music setting ignored ?

Opened this issue · 1 comments

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

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.