Add support for noise suppression on Linux using rnnoise.

This uses: https://github.com/werman/noise-suppression-for-voice .
This commit is contained in:
Tom Alexander
2024-04-29 10:47:28 -04:00
parent c650b9626f
commit a97b503f8e
10 changed files with 133 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
- name: Install packages
package:
name:
- noise-suppression-for-voice
state: present