Commit aefadd24 authored by Steve Tjoa's avatar Steve Tjoa

audio representations

parent c54d1aca
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -33,7 +33,7 @@
}
},
"source": [
"# Signal Representations"
"# Audio Representation"
]
},
{
......@@ -776,7 +776,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
"version": "2.7.10"
}
},
"nbformat": 4,
......@@ -207,6 +207,7 @@ div#notebook {
<ol>
<li><a href="about.html">About This Site</a> (<a href="about.ipynb">ipynb</a>)</li>
<li><a href="why_mir.html">What is MIR?</a> (<a href="why_mir.ipynb">ipynb</a>)</li>
<li><a href="basic_mir.html">Overview of a Basic MIR System</a> (<a href="basic_mir.ipynb">ipynb</a>)</li>
<li><a href="python_basics.html">Python Basics</a> (<a href="python_basics.ipynb">ipynb</a>)</li>
<li><a href="get_good_at_ipython.html">Getting Good at IPython</a> (<a href="get_good_at_ipython.ipynb">ipynb</a>)</li>
<li><a href="ipython_audio.html">Using Audio in IPython</a> (<a href="ipython_audio.ipynb">ipynb</a>)</li>
......@@ -234,28 +235,6 @@ div#notebook {
<li><a href="sheet_music_representations.html">Sheet Music Representations</a> (<a href="sheet_music_representations.ipynb">ipynb</a>)</li>
<li><a href="symbolic_representations.html">Symbolic Representations</a> (<a href="symbolic_representations.ipynb">ipynb</a>)</li>
<li><a href="audio_representation.html">Audio Representation</a> (<a href="audio_representation.ipynb">ipynb</a>)</li>
</ol>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h2 id="Chapter-1:-Basic-Signal-Manipulation">Chapter 1: Basic Signal Manipulation<a class="anchor-link" href="#Chapter-1:-Basic-Signal-Manipulation">&#182;</a></h2>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<ol>
<li><a href="basic_mir.html">Overview of a Basic MIR System</a> (<a href="basic_mir.ipynb">ipynb</a>)</li>
<li><a href="signal_representations.html">Signal Representations</a> (<a href="signal_representations.ipynb">ipynb</a>)</li>
<li><a href="feature_sonification.html">Exercise: Understanding Audio Features through Sonification</a> (<a href="feature_sonification.ipynb">ipynb</a>)</li>
</ol>
......
......@@ -27,6 +27,7 @@
"source": [
"1. [About This Site](about.html) ([ipynb](about.ipynb))\n",
"1. [What is MIR?](why_mir.html) ([ipynb](why_mir.ipynb))\n",
"1. [Overview of a Basic MIR System](basic_mir.html) ([ipynb](basic_mir.ipynb))\n",
"1. [Python Basics](python_basics.html) ([ipynb](python_basics.ipynb))\n",
"1. [Getting Good at IPython](get_good_at_ipython.html) ([ipynb](get_good_at_ipython.ipynb))\n",
"1. [Using Audio in IPython](ipython_audio.html) ([ipynb](ipython_audio.ipynb))\n",
......@@ -46,22 +47,7 @@
"source": [
"1. [Sheet Music Representations](sheet_music_representations.html) ([ipynb](sheet_music_representations.ipynb))\n",
"1. [Symbolic Representations](symbolic_representations.html) ([ipynb](symbolic_representations.ipynb))\n",
"1. [Audio Representation](audio_representation.html) ([ipynb](audio_representation.ipynb))"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Chapter 1: Basic Signal Manipulation"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"1. [Overview of a Basic MIR System](basic_mir.html) ([ipynb](basic_mir.ipynb))\n",
"1. [Signal Representations](signal_representations.html) ([ipynb](signal_representations.ipynb))\n",
"1. [Audio Representation](audio_representation.html) ([ipynb](audio_representation.ipynb))\n",
"1. [Exercise: Understanding Audio Features through Sonification](feature_sonification.html) ([ipynb](feature_sonification.ipynb))"
]
},
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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