Introduce numpy and torch transforms (#1705)

* Refactor audio processing functions

* Add tests for numpy transforms

* Fix imports

* Fix imports2
This commit is contained in:
Eren Gölge
2022-08-08 11:57:50 +02:00
committed by GitHub
parent 7fd9b89ebf
commit d46fbc240c
10 changed files with 702 additions and 173 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import unittest
from tests import get_tests_input_path, get_tests_output_path, get_tests_path
from TTS.config import BaseAudioConfig
from TTS.utils.audio import AudioProcessor
from TTS.utils.audio.processor import AudioProcessor
TESTS_PATH = get_tests_path()
OUT_PATH = os.path.join(get_tests_output_path(), "audio_tests")