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

feature sonification exercise

parent 591f4f7b
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Download the file `simpleLoop.wav` onto your local machine." "Download the file `simple_loop.wav` onto your local machine."
] ]
}, },
{ {
...@@ -342,7 +342,7 @@ ...@@ -342,7 +342,7 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"# Use the `length` parameter so the click track is the same length as the original signal\n", "# 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 @@ ...@@ -450,7 +450,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"# returns a boolean array\n", "# returns a boolean array of zero crossing locations, not a total count\n",
"librosa.core.zero_crossings?" "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