diff --git a/src/setup/system/noisetorch.py b/src/setup/system/noisetorch.py new file mode 100644 index 0000000..604be74 --- /dev/null +++ b/src/setup/system/noisetorch.py @@ -0,0 +1,11 @@ +from src.util import paru_install + +name = "NoiseTorch" + + +def setup(): + """AI-powered microphone noise reduction""" + + # temporarily using noisetorch-git over noisetorch-bin due to this: + # https://github.com/noisetorch/NoiseTorch/issues/274 + paru_install("noisetorch-git")