$OpenBSD: patch-chrome_services_speech_audio_source_fetcher_impl_cc,v 1.6 2021/11/16 11:28:46 robert Exp $

Index: chrome/services/speech/audio_source_fetcher_impl.cc
--- chrome/services/speech/audio_source_fetcher_impl.cc.orig
+++ chrome/services/speech/audio_source_fetcher_impl.cc
@@ -68,7 +68,7 @@ void AudioSourceFetcherImpl::Start(
 
   // TODO(crbug.com/1185978): Check implementation / sandbox policy on Mac and
   // Windows.
-#if defined(OS_CHROMEOS) || defined(OS_LINUX)
+#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_BSD)
   is_started_ = true;
   // Initialize the AudioCapturerSource with |this| as the CaptureCallback,
   // get the parameters for the device ID, then start audio capture.
