opentts-uk / README.md
Yehor Smoliakov
Use JSONL
6401213
|
raw
history blame
No virus
1.72 kB
metadata
language:
  - uk
license: apache-2.0
task_categories:
  - text-to-speech
configs:
  - config_name: train
    data_files:
      - split: train
        path: train.jsonl

Voice MYKYTA (male)

🇺🇦 Open Source Ukrainian Text-to-Speech dataset named Mykyta

Community

Overview

More details about this dataset - https://github.com/egorsmkv/ukrainian-tts-datasets/tree/main/mykyta

License: Apache 2.0

Listen to DEMO (choose "mykyta" in the Voice field)

Features

  • Quality: high
  • Duration: 8h10m
  • Audio formats: OPUS/WAV
  • Text format: JSONL (a metadata.jsonl file)
  • Frequency: 16000/22050/48000 Hz

Original version

In the OPUS format

Trimmed version (removed silence)

Silence is removed by https://github.com/proger/uk#align-text-to-audio-and-trim-silence

In the WAV format

Development

uv venv --python 3.12

source .venv/bin/activate

uv pip install -r requirements.txt
uv pip install -r requirements-dev.txt