Daily prebuilt cuts off background music automatically.

Options

We use OBS to mix audio, which outputs to daily call to mix microphone and music.

We didn't turn on the noise reduction feature, but music is cut off. How do I make daily automatically remove all the sounds other than voice?

Tagged:

Answers

  • kwindla
    kwindla Community Manager, Dailynista admin
    Options

    Hi,

    It sounds like you're trying to send audio in a way that's ooptimized for music rather than speech. Is that right?

    If so, you can use the "music" mode shortcut:

    DailyIframe.createCallObject({
    dailyConfig: {
    micAudioMode: 'music',
    }
    })

    Here is documentation: https://docs.daily.co/reference/daily-js/daily-iframe-class/properties#micAudioMode

    Will this work for your use case?

  • TomohiroMaeda
    Options

    Hi kwindla,

    We want to send an audio that maintains speech and background music. We saw that the background music is suppressed. Is there a way to mix these?

    Thanks,

    Tomo