File size: 1,724 Bytes
6c2444b
5f29d15
 
6c2444b
5f29d15
 
81ccf32
 
 
 
6401213
6c2444b
0715b78
4b6bee4
0715b78
4b6bee4
0715b78
4b6bee4
0715b78
4b6bee4
 
 
 
 
 
 
0715b78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3efa218
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
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

- **Discord**: https://discord.gg/yVAjkBgmt4
- Speech Recognition: https://t.me/speech_recognition_uk
- Speech Synthesis: https://t.me/speech_synthesis_uk

## Overview

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

License: [Apache 2.0](https://github.com/egorsmkv/ukrainian-tts-datasets/blob/main/LICENSE)

Listen to [DEMO](https://huggingface.co/spaces/theodotus/ukrainian-voices) (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

- 48000 Hz: https://huggingface.co/datasets/Yehor/ukrainian-tts-mykyta/resolve/main/dataset_mykyta_ogg.zip

## Trimmed version (removed silence)

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

### In the `WAV` format

- 48000 Hz: https://huggingface.co/datasets/Yehor/ukrainian-tts-mykyta/resolve/main/dataset_mykyta_trimmed_48khz.zip  
- 22050 Hz: https://huggingface.co/datasets/Yehor/ukrainian-tts-mykyta/resolve/main/dataset_mykyta_trimmed_22khz.zip  
- 16000 Hz: https://huggingface.co/datasets/Yehor/ukrainian-tts-mykyta/resolve/main/dataset_mykyta_trimmed_16khz.zip

## Development

```
uv venv --python 3.12

source .venv/bin/activate

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