$NetBSD: patch-src_3rdparty_chromium_media_base_audio__latency.cc,v 1.2 2022/04/18 11:18:19 adam Exp $ --- src/3rdparty/chromium/media/base/audio_latency.cc.orig 2021-02-19 16:41:59.000000000 +0000 +++ src/3rdparty/chromium/media/base/audio_latency.cc @@ -114,7 +114,7 @@ int AudioLatency::GetRtcBufferSize(int s } #if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_MAC) || \ - defined(OS_FUCHSIA) + defined(OS_FUCHSIA) || defined(OS_BSD) // On Linux, MacOS and Fuchsia, the low level IO implementations on the // browser side supports all buffer size the clients want. We use the native // peer connection buffer size (10ms) to achieve best possible performance.