Skip to content

Instantly share code, notes, and snippets.

@fredyjl
Last active October 24, 2017 07:57
Show Gist options
  • Save fredyjl/c4337256d9fe87778774666595ed55db to your computer and use it in GitHub Desktop.
Save fredyjl/c4337256d9fe87778774666595ed55db to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
{
"cells": [
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"import librosa\n",
"from IPython.display import display, Audio"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"x, sr = librosa.load('/Users/yjluo/Desktop/subjectivetest_2/demo_mp_stft/gentle_source.wav', sr=16000)"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
" <audio controls=\"controls\" >\n",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment