Skip to content
/ isp-tts Public

A simple TTS model used for demos and practice during ISP'25 Course on Speech Synthesis

License

Notifications You must be signed in to change notification settings

ilya16/isp-tts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISP'25: Speech Synthesis and Voice Cloning

Code for the simple text-to-speech model used for demonstration and practice purposes at the "Speech Synthesis and Voice Cloning" course during ISP'25 at Skoltech.

Demos

The model components and training example are provided in the following demonstration notebooks:

Model

The model takes inspiration from FastPitch and Matcha-TTS and introduces a few modifications and simplifications. Its modules are:

  • Transformer-based TextEncoder with ALiBi embeddings
  • Aligner between text and mel spectrograms with CUDA-supported Monotonic Alignment Search
  • Flow Matching and Transformer-based TemporalAdaptor for modeling the distribution of token duration, pitch, and energy
  • Transformer-based MelDecoder with ALiBi embeddings

Dataset

The dataset for training the models should have the following structure:

DATASET_ROOT
  wavs
    audio_1.wav
    audio_2.wav
    ...
    audio_N.wav
  meta.csv

The metadata file should have the following structure:

wavs/audio_1.wav|This is the sample text.
wavs/audio_2.wav|The second audio св+язяно с +этим т+екстом.
...
wavs/audio_N.wav|нижний текст.

In other words, the metadata files should contain the "|"-separated paths to audios (relative to the dataset root) and matched texts.

About

A simple TTS model used for demos and practice during ISP'25 Course on Speech Synthesis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published