mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
5 lines
171 B
Plaintext
5 lines
171 B
Plaintext
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
|
|
}
|