Open
Description
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)
Activity