1
0
Fork 0

added noisetorch setup script

This commit is contained in:
Kim, Jimin 2022-05-22 16:34:00 +09:00
parent cca7466ed2
commit ad951cc3a9

View file

@ -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")