some work on sound anf noise suppression and research into netdata

This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-19 21:15:24 +02:00
parent bc3d199cca
commit 076c38d829
4 changed files with 626 additions and 3 deletions

View file

@ -6,7 +6,7 @@
}: {
# Optional configuration to disable automatic RNNoise filter
# This can be imported if the automatic filter causes distortion
services.pipewire = {
extraConfig.pipewire."15-disable-auto-rnnoise" = {
"context.modules" = [

View file

@ -84,7 +84,7 @@
# Validation script
(writeShellScriptBin "validate-audio" (builtins.readFile ./validate-audio.sh))
# Troubleshoot script for voice distortion
(writeShellScriptBin "troubleshoot-voice-distortion" (builtins.readFile ./troubleshoot-voice-distortion.sh))