added noisetorch setup script
This commit is contained in:
parent
cca7466ed2
commit
ad951cc3a9
1 changed files with 11 additions and 0 deletions
11
src/setup/system/noisetorch.py
Normal file
11
src/setup/system/noisetorch.py
Normal 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")
|
Loading…
Add table
Add a link
Reference in a new issue