mirror of
https://github.com/wassname/TTS.git
synced 2026-09-11 12:00:24 +08:00
Audio Precessing class, passing data fetching argummetns from config
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#-*- coding: utf-8 -*-
|
||||
|
||||
import re
|
||||
from Tacotron.utils.text import cleaners
|
||||
from Tacotron.utils.text.symbols import symbols
|
||||
from TTS.utils.text import cleaners
|
||||
from TTS.utils.text.symbols import symbols
|
||||
|
||||
|
||||
# Mappings from symbol to numeric ID and vice versa:
|
||||
|
||||
Reference in New Issue
Block a user