1 --- src/3rdparty/chromium/media/base/audio_latency.cc.orig 2025-08-15 18:30:00 UTC 2 +++ src/3rdparty/chromium/media/base/audio_latency.cc 3 @@ -148,7 +148,7 @@ int AudioLatency::GetRtcBufferSize(int sample_rate, in 4 } 5 6 #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_APPLE) || \ 7 - BUILDFLAG(IS_FUCHSIA) 8 + BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) 9 // On Linux, MacOS and Fuchsia, the low level IO implementations on the 10 // browser side supports all buffer size the clients want. We use the native 11 // peer connection buffer size (10ms) to achieve best possible performance. 12