some work on sound anf noise suppression and research into netdata
This commit is contained in:
parent
bc3d199cca
commit
076c38d829
4 changed files with 626 additions and 3 deletions
|
@ -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" = [
|
||||
|
|
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue