Skip to content

Instantly share code, notes, and snippets.

View KakoozaJerry's full-sized avatar
🎯
Focusing

KakoozaJerry

🎯
Focusing
View GitHub Profile
@KakoozaJerry
KakoozaJerry / MRS2LJSpeech.py
Created July 21, 2021 16:28 — forked from manifestinteractive/MRS2LJSpeech.py
MRS to LJ Speech Processor
# This script generates the folder structure for ljspeech-1.1 processing from mimic-recording-studio database
# This is a modified version of what was written by Thorsten Müller
import glob
import sqlite3
import ffmpeg
import os
from shutil import copyfile
from shutil import rmtree