gitextract_hcblmq9h/ ├── .gitignore ├── EnglishPhoneticProcessor.cpp ├── EnglishPhoneticProcessor.h ├── FastSpeech2.cpp ├── FastSpeech2.h ├── LICENSE.md ├── MultiBandMelGAN.cpp ├── MultiBandMelGAN.h ├── ONNXModel.cpp ├── ONNXModel.h ├── ONNXUtil.hpp ├── README.md ├── Supertonic.cpp ├── Supertonic.h ├── SupertonicTextProcessor.cpp ├── SupertonicTextProcessor.h ├── SupertonicVocoder.cpp ├── SupertonicVocoder.h ├── TensorVox.pro ├── TextTokenizer.cpp ├── TextTokenizer.h ├── VITSEvo.cpp ├── VITSEvo.h ├── Voice.cpp ├── Voice.h ├── VoxCommon.cpp ├── VoxCommon.hpp ├── attention.cpp ├── attention.h ├── batchdenoisedlg.cpp ├── batchdenoisedlg.h ├── batchdenoisedlg.ui ├── bert.cpp ├── bert.h ├── berttokenizer.cpp ├── berttokenizer.h ├── devits.cpp ├── devits.h ├── espeakphonemizer.cpp ├── espeakphonemizer.h ├── ext/ │ ├── AudioFile.hpp │ ├── ByteArr.cpp │ ├── ByteArr.h │ ├── CppFlow/ │ │ ├── context.h │ │ ├── cppflow.h │ │ ├── datatype.h │ │ ├── defer.h │ │ ├── model.h │ │ ├── ops.h │ │ ├── raw_ops.h │ │ └── tensor.h │ ├── Qt-Frameless-Window-DarkStyle-master/ │ │ ├── .gitignore │ │ ├── DarkStyle.cpp │ │ ├── DarkStyle.h │ │ ├── README.md │ │ ├── darkstyle/ │ │ │ └── darkstyle.qss │ │ ├── darkstyle.qrc │ │ ├── frameless_window_dark.pro │ │ ├── framelesswindow/ │ │ │ ├── framelesswindow.cpp │ │ │ ├── framelesswindow.h │ │ │ ├── framelesswindow.ui │ │ │ ├── windowdragger.cpp │ │ │ └── windowdragger.h │ │ └── framelesswindow.qrc │ ├── ZCharScanner.cpp │ ├── ZCharScanner.h │ ├── ZCharScannerWide.cpp │ ├── ZCharScannerWide.h │ ├── ZFile.cpp │ ├── ZFile.h │ ├── json.hpp │ ├── qcustomplot.cpp │ └── qcustomplot.h ├── g2p_train/ │ ├── README.md │ ├── config/ │ │ ├── default.yaml │ │ └── longer.yaml │ └── train_and_export.py ├── istftnettorch.cpp ├── istftnettorch.h ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── mainwindow.ui ├── melgen.cpp ├── melgen.h ├── modelinfodlg.cpp ├── modelinfodlg.h ├── modelinfodlg.ui ├── phddialog.cpp ├── phddialog.h ├── phddialog.ui ├── phonemizer.cpp ├── phonemizer.h ├── phoneticdict.cpp ├── phoneticdict.h ├── phonetichighlighter.cpp ├── phonetichighlighter.h ├── spectrogram.cpp ├── spectrogram.h ├── stdres.qrc ├── tacotron2.cpp ├── tacotron2.h ├── tacotron2torch.cpp ├── tacotron2torch.h ├── tfg2p.cpp ├── tfg2p.h ├── torchmoji.cpp ├── torchmoji.h ├── track.cpp ├── track.h ├── vits.cpp ├── vits.h ├── voicemanager.cpp ├── voicemanager.h ├── voxer.cpp └── voxer.h