index-tts/indextts/BigVGAN/alias_free_torch/__init__.py
Emmanuel Schmidbauer 2fe6a73ada fix packages
2025-03-25 14:03:29 -04:00

6 lines
200 B
Python

# Adapted from https://github.com/junjun3518/alias-free-torch under the Apache License 2.0
# LICENSE is in incl_licenses directory.
from .act import *
from .filter import *
from .resample import *