From b20c5dd1bd91ed76cba08905434370f909f2623d Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 2 Jan 2019 12:26:52 -0800 Subject: [PATCH] Update demo.ipynb --- examples/demo.ipynb | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/examples/demo.ipynb b/examples/demo.ipynb index 1154076..7e6de5e 100644 --- a/examples/demo.ipynb +++ b/examples/demo.ipynb @@ -11,13 +11,13 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "from wavinfo import WavInfoReader\n", "\n", - "path = '../tests/test_files/A101_1.WAV'\n", + "path = '../tests/test_files/sounddevices/A101_1.WAV'\n", "\n", "info = WavInfoReader(path)" ] @@ -33,7 +33,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 2, "metadata": {}, "outputs": [ { @@ -42,7 +42,7 @@ "(240239, 1441434)" ] }, - "execution_count": 4, + "execution_count": 2, "metadata": {}, "output_type": "execute_result" } @@ -53,7 +53,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -62,7 +62,7 @@ "(48000, 2, 6, 24)" ] }, - "execution_count": 7, + "execution_count": 3, "metadata": {}, "output_type": "execute_result" } @@ -80,7 +80,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -130,7 +130,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 5, "metadata": {}, "outputs": [ { @@ -142,9 +142,7 @@ "iXML Take: 1\n", "iXML Tape: 18Y12M31\n", "iXML File Family Name: None\n", - "iXML File Family UID: USSDVGR1112089007124001008206300\n", - "A=PCM,F=48000,W=24,M=stereo,R=48000,T=2 Ch\r\n", - "\n" + "iXML File Family UID: USSDVGR1112089007124001008206300\n" ] } ], @@ -157,6 +155,13 @@ "print(\"iXML File Family UID:\", info.ixml.family_uid)" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, { "cell_type": "code", "execution_count": null,