Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
musicinformationretrieval-com
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
A.S.
musicinformationretrieval-com
Commits
7c22b3d7
Commit
7c22b3d7
authored
Aug 15, 2016
by
Steve Tjoa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
matplotlib inline
parent
3355f49c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
86 additions
and
68 deletions
+86
-68
feature_sonification.html
feature_sonification.html
+67
-62
feature_sonification.ipynb
feature_sonification.ipynb
+19
-6
No files found.
feature_sonification.html
View file @
7c22b3d7
This source diff could not be displayed because it is too large. You can
view the blob
instead.
feature_sonification.ipynb
View file @
7c22b3d7
...
...
@@ -8,6 +8,8 @@
},
"outputs": [],
"source": [
"%matplotlib inline\n",
"import seaborn\n",
"import numpy, scipy, matplotlib.pyplot as plt, librosa, IPython.display, mir_eval, urllib"
]
},
...
...
@@ -103,15 +105,25 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed":
fals
e
"collapsed":
tru
e
},
"outputs": [],
"source": [
"filename = '125_bounce.wav'\n",
"filename = 'simple_loop.wav'\n",
"#filename = '125_bounce.wav'\n",
"#filename = 'conga_groove.wav'\n",
"#filename = '58bpm.wav'\n",
"url = 'http://audio.musicinformationretrieval.com/' + filename\n",
"\n",
"url = 'http://audio.musicinformationretrieval.com/' + filename"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"urllib.urlretrieve?"
]
},
...
...
@@ -130,7 +142,7 @@
},
"outputs": [],
"source": [
"%ls"
"%ls
*.wav
"
]
},
{
...
...
@@ -539,6 +551,7 @@
},
"outputs": [],
"source": [
"#url = 'http://audio.musicinformationretrieval.com/125_bounce.wav'\n",
"#url = 'http://audio.musicinformationretrieval.com/conga_groove.wav'\n",
"#url = 'http://audio.musicinformationretrieval.com/58bpm.wav'"
]
...
...
@@ -567,7 +580,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.
6
"
"version": "2.7.
10
"
}
},
"nbformat": 4,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment