Commit 32fdc32a authored by Steve Tjoa's avatar Steve Tjoa

feature sonification exercise

parent 591f4f7b
This diff is collapsed.
......@@ -98,7 +98,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Download the file `simpleLoop.wav` onto your local machine."
"Download the file `simple_loop.wav` onto your local machine."
]
},
{
......@@ -342,7 +342,7 @@
"outputs": [],
"source": [
"# Use the `length` parameter so the click track is the same length as the original signal\n",
"mir_eval.sonify.clicks?"
"librosa.clicks?"
]
},
{
......@@ -450,7 +450,7 @@
},
"outputs": [],
"source": [
"# returns a boolean array\n",
"# returns a boolean array of zero crossing locations, not a total count\n",
"librosa.core.zero_crossings?"
]
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment