This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/python | |
import argparse | |
import logging | |
from nnmnkwii.frontend import merlin as fe | |
from nnmnkwii.frontend import NOTE_MAPPING | |
from nnmnkwii.io import hts | |
from nnmnkwii.postfilters import merlin_post_filter | |
from nnsvs.dsp import bandpass_filter | |
from nnsvs.gen import ( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/python | |
import argparse | |
from glob import glob | |
import logging | |
import os | |
from os.path import join, basename, splitext | |
import re | |
import sys | |
from tqdm import tqdm |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/python | |
import argparse | |
import logging | |
from nnmnkwii.io import hts | |
from nnsvs.dsp import bandpass_filter | |
from nnsvs.gen import ( | |
gen_spsvs_static_features, | |
gen_world_params, | |
postprocess_duration, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/python | |
import argparse | |
import logging | |
from nnmnkwii.io import hts | |
from nnsvs.svs import SPSVS | |
import numpy as np | |
import os | |
from os.path import expanduser, exists, join | |
import sys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /usr/bin/python | |
import argparse | |
import sys | |
import os | |
from os.path import basename, expanduser, join | |
import glob | |
import re | |
import pandas as pd | |
import matplotlib.pyplot as plt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/python | |
import argparse | |
import sys | |
from tqdm import tqdm | |
from os.path import expanduser | |
import utaupy as up | |
import music21 as m21 | |
def convert_lyric(lyric, table): |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder