mirror of
https://github.com/thorstenMueller/Thorsten-Voice.git
synced 2024-11-22 07:53:21 +01:00
7 lines
642 B
Markdown
7 lines
642 B
Markdown
|
# Short collection of helpful scripts for dataset creation and/or TTS training stuff
|
||
|
|
||
|
## MRS2LJSpeech
|
||
|
Python script which takes recordings (filesystem and sqlite db) done with Mycroft Mimic-Recording-Studio (https://github.com/MycroftAI/mimic-recording-studio) and creates an audio optimized dataset in widely supported LJSpeech directory structure.
|
||
|
|
||
|
Peter Schmalfeldt (https://github.com/manifestinteractive) did an amazing job as he optimized my originally (quick'n dirty) version of that script, so thank you Peter :-)
|
||
|
See more details here: https://gist.github.com/manifestinteractive/6fd9be62d0ede934d4e1171e5e751aba#file-mrs2ljspeech-py
|