mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
Introduce numpy and torch transforms (#1705)
* Refactor audio processing functions * Add tests for numpy transforms * Fix imports * Fix imports2
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user