mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
11 lines
593 B
C++
11 lines
593 B
C++
--- media/webrtc/audio_processor.cc.orig 2023-03-30 00:33:54 UTC
|
|
+++ media/webrtc/audio_processor.cc
|
|
@@ -513,7 +513,7 @@ absl::optional<double> AudioProcessor::ProcessData(
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
|
|
DCHECK_LE(volume, 1.0);
|
|
#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || \
|
|
- BUILDFLAG(IS_OPENBSD)
|
|
+ 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
|