MockingBird/synthesizer
Vega 0d0b55d3e9
Web server release v2 (#99)
* Init App

* init server.py (#93)

* init server.py

* Update requirements.txt

Add requirement

Co-authored-by: auau <auau@test.com>
Co-authored-by: babysor00 <babysor00@gmail.com>

* Run web.py!

Run web.py!

* Restruct readme and add instruction to use web server

* fix training preprocess of vocoder

* Init App

* init server.py (#93)

* init server.py

* Update requirements.txt

Add requirement

Co-authored-by: auau <auau@test.com>
Co-authored-by: babysor00 <babysor00@gmail.com>

* Run web.py!

Run web.py!

* fix training preprocess of vocoder

* Refactor to restful style

Co-authored-by: balala <Ozgay@users.noreply.github.com>
Co-authored-by: auau <auau@test.com>
2021-09-25 17:07:46 +08:00
..
models Init to support Chinese Dataset. 2021-08-07 11:56:00 +08:00
utils Support tensorboard to trace the training of Synthesizer (#98) 2021-09-25 17:06:51 +08:00
__init__.py Init to support Chinese Dataset. 2021-08-07 11:56:00 +08:00
audio.py Init to support Chinese Dataset. 2021-08-07 11:56:00 +08:00
hparams.py Web server release v2 (#99) 2021-09-25 17:07:46 +08:00
inference.py Add quick path to preprocess audio, denoise audio when loading in toolbox 2021-08-30 22:22:06 +08:00
LICENSE.txt Init to support Chinese Dataset. 2021-08-07 11:56:00 +08:00
preprocess_speaker.py [FIX] Fix preprocessing bug for aishell3 2021-09-19 00:09:16 +08:00
preprocess_transcript.py [FIX] Fix preprocessing bug for aishell3 2021-09-19 00:09:16 +08:00
preprocess.py [FIX] Fix preprocessing bug for aishell3 2021-09-19 00:09:16 +08:00
synthesize.py Support training your own vocoder 2021-08-29 15:43:54 +08:00
synthesizer_dataset.py Init to support Chinese Dataset. 2021-08-07 11:56:00 +08:00
train.py Support tensorboard to trace the training of Synthesizer (#98) 2021-09-25 17:06:51 +08:00