Skip to content

micAudiomode music setting ignored ? #245

Open
@bschelling

Description

@bschelling

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions