LocalAudioMixerConfiguration
Used to configure local audio mixing.
public class LocalAudioMixerConfiguration {
public ArrayList<MixedAudioStream> audioInputStreams;
public boolean syncWithLocalMic;
}
Properties
- audioInputStreams
- Sources of the local mixed audio stream. See MixedAudioStream.
- syncWithLocalMic
- Whether the mixed audio stream uses the timestamp of audio frames captured by the local mic.
- true (default): Yes. Recommended if you want all locally captured audio streams to be processed synchronously.
- false: No. The SDK uses the timestamp generated during mixing.