|
|
|
@ -40,6 +40,8 @@ base = [
|
|
|
|
|
"hyperpyyaml",
|
|
|
|
|
"inflect",
|
|
|
|
|
"jsonlines",
|
|
|
|
|
# paddleaudio align with librosa==0.8.1, which need numpy==1.23.x
|
|
|
|
|
"numpy==1.23.5",
|
|
|
|
|
"librosa==0.8.1",
|
|
|
|
|
"scipy>=1.4.0",
|
|
|
|
|
"loguru",
|
|
|
|
@ -260,6 +262,7 @@ setup_info = dict(
|
|
|
|
|
long_description=read("README.md"),
|
|
|
|
|
long_description_content_type="text/markdown",
|
|
|
|
|
keywords=[
|
|
|
|
|
"SSL"
|
|
|
|
|
"speech",
|
|
|
|
|
"asr",
|
|
|
|
|
"tts",
|
|
|
|
@ -268,12 +271,19 @@ setup_info = dict(
|
|
|
|
|
"text frontend",
|
|
|
|
|
"MFA",
|
|
|
|
|
"paddlepaddle",
|
|
|
|
|
"paddleaudio",
|
|
|
|
|
"streaming asr",
|
|
|
|
|
"streaming tts",
|
|
|
|
|
"beam search",
|
|
|
|
|
"ctcdecoder",
|
|
|
|
|
"deepspeech2",
|
|
|
|
|
"wav2vec2",
|
|
|
|
|
"hubert",
|
|
|
|
|
"wavlm",
|
|
|
|
|
"transformer",
|
|
|
|
|
"conformer",
|
|
|
|
|
"fastspeech2",
|
|
|
|
|
"hifigan",
|
|
|
|
|
"gan vocoders",
|
|
|
|
|
],
|
|
|
|
|
python_requires='>=3.7',
|
|
|
|
|