mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00

Ensures that newly added ChannelMixer is utilized when number of channels is larger than two in the output mixer. Decided to land with henrik.lundin as TBR since he has reviewed all other changes in WebRTC related to channel mixing for multi-channel cases. All this CL does is to ensure that the new channel mixing scheme can be used in Chrome. The old scheme is still used for mono and stereo combinations. TBR: henrik.lundin Bug: webrtc:10783 Change-Id: I11c02f1b4ef60e847095efbcd5e5f5faf27a5cdd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/140290 Commit-Queue: Henrik Andreassson <henrika@webrtc.org> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28517}
13 lines
304 B
Python
13 lines
304 B
Python
include_rules = [
|
|
"+audio/utility/audio_frame_operations.h",
|
|
"+audio/utility/channel_mixer.h",
|
|
"+call",
|
|
"+common_audio",
|
|
"+modules/audio_coding",
|
|
"+modules/audio_device",
|
|
"+modules/audio_processing",
|
|
"+modules/pacing",
|
|
"+modules/rtp_rtcp",
|
|
"+modules/utility",
|
|
"+system_wrappers",
|
|
]
|