Skip to content

Instantly share code, notes, and snippets.

import measures
import random
import string
import numpy as np
np.random.seed(0)
n_digits = 3
n_catalog = 50
n_ranking = 10
k = 20
import os
import numpy
import audioread
import librosa
__available_post_processing_methods__ = {}
def load_audio(filename, sr, mono):