1
0
Fork 0
mirror of https://github.com/klzgrad/naiveproxy.git synced 2025-04-07 07:43:38 +03:00
naiveproxy/media/webrtc/audio_processing.gni
2018-12-09 21:59:24 -05:00

4 lines
171 B
Text

declare_args() {
# Note: the audio service must be sandboxed for us to use the APM there.
audio_processing_in_audio_service_supported = is_linux || is_win || is_mac
}