mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 16:50:29 -04:00
Audio processing routines extracted from WebRTC project into a standalone library. It provides the following features: - Acoustic echo cancellation - Acoustic echo control for mobile - Automatic gain control - High-pass filter - Level estimator - Noise suppression - Voice activity detection https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/
13 lines
331 B
C
13 lines
331 B
C
- BSD macro (in sys/param.h) is an archaic of the (University of California) past
|
|
|
|
--- webrtc/base/stringutils.h.orig 2018-07-23 14:02:57 UTC
|
|
+++ webrtc/base/stringutils.h
|
|
@@ -23,7 +23,7 @@
|
|
#endif // WEBRTC_WIN
|
|
|
|
#if defined(WEBRTC_POSIX)
|
|
-#ifdef BSD
|
|
+#ifdef WEBRTC_BSD
|
|
#include <stdlib.h>
|
|
#else // BSD
|
|
#include <alloca.h>
|