Skip to content

Instantly share code, notes, and snippets.

@kdps
kdps / main.py
Created November 17, 2020 07:29 — forked from hiromu/main.py
Speaker Identification using GMM on MFCC
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import glob
import librosa
import numpy as np
import os
import sklearn.mixture
import sys
@kdps
kdps / EachDirectoryPath.md
Created May 4, 2020 03:28 — forked from granoeste/EachDirectoryPath.md
[Android] How to get the each directory path.

System directories

Method Result
Environment.getDataDirectory() /data
Environment.getDownloadCacheDirectory() /cache
Environment.getRootDirectory() /system

External storage directories