Arun Raghavan pushed to branch master at PulseAudio / webrtc-audio-processing
Commits:
d0569cfa by Arun Raghavan at 2025-11-10T09:58:58-08:00
examples: Use 48 kHz by default
More sensible default for anyone using this as a reference.
- - - - -
1 changed file:
- examples/run-offline.cpp
Changes:
=====================================
examples/run-offline.cpp
=====================================
@@ -17,7 +17,7 @@
#include <webrtc/modules/audio_processing/include/audio_processing.h>
#define DEFAULT_BLOCK_MS 10
-#define DEFAULT_RATE 32000
+#define DEFAULT_RATE 48000
#define DEFAULT_CHANNELS 1
int main(int argc, char **argv) {
View it on GitLab:
https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/commit/d0569cfa50c1858ee279d77b3fc8870be6902441
--
View it on GitLab:
https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/commit/d0569cfa50c1858ee279d77b3fc8870be6902441
You're receiving this email because of your account on gitlab.freedesktop.org.