diff options
Diffstat (limited to 'devel/electron37/files/patch-media_webrtc_audio__processor.cc')
-rw-r--r-- | devel/electron37/files/patch-media_webrtc_audio__processor.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-media_webrtc_audio__processor.cc b/devel/electron37/files/patch-media_webrtc_audio__processor.cc new file mode 100644 index 000000000000..0021df2898d1 --- /dev/null +++ b/devel/electron37/files/patch-media_webrtc_audio__processor.cc @@ -0,0 +1,11 @@ +--- media/webrtc/audio_processor.cc.orig 2025-06-30 07:04:30 UTC ++++ media/webrtc/audio_processor.cc +@@ -507,7 +507,7 @@ std::optional<double> AudioProcessor::ProcessData( + // controller. + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) + DCHECK_LE(volume, 1.0); +-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_OPENBSD) ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // We have a special situation on Linux where the microphone volume can be + // "higher than maximum". The input volume slider in the sound preference + // allows the user to set a scaling that is higher than 100%. It means that |