Update demo.ipynb

This commit is contained in:
Jamie Hardt
2019-01-02 12:26:52 -08:00
parent 6c9fb38482
commit b20c5dd1bd

View File

@@ -11,13 +11,13 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 2, "execution_count": 1,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"from wavinfo import WavInfoReader\n", "from wavinfo import WavInfoReader\n",
"\n", "\n",
"path = '../tests/test_files/A101_1.WAV'\n", "path = '../tests/test_files/sounddevices/A101_1.WAV'\n",
"\n", "\n",
"info = WavInfoReader(path)" "info = WavInfoReader(path)"
] ]
@@ -33,7 +33,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 4, "execution_count": 2,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@@ -42,7 +42,7 @@
"(240239, 1441434)" "(240239, 1441434)"
] ]
}, },
"execution_count": 4, "execution_count": 2,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
@@ -53,7 +53,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 7, "execution_count": 3,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@@ -62,7 +62,7 @@
"(48000, 2, 6, 24)" "(48000, 2, 6, 24)"
] ]
}, },
"execution_count": 7, "execution_count": 3,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
@@ -80,7 +80,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 13, "execution_count": 4,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@@ -130,7 +130,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 14, "execution_count": 5,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@@ -142,9 +142,7 @@
"iXML Take: 1\n", "iXML Take: 1\n",
"iXML Tape: 18Y12M31\n", "iXML Tape: 18Y12M31\n",
"iXML File Family Name: None\n", "iXML File Family Name: None\n",
"iXML File Family UID: USSDVGR1112089007124001008206300\n", "iXML File Family UID: USSDVGR1112089007124001008206300\n"
"A=PCM,F=48000,W=24,M=stereo,R=48000,T=2 Ch\r\n",
"\n"
] ]
} }
], ],
@@ -157,6 +155,13 @@
"print(\"iXML File Family UID:\", info.ixml.family_uid)" "print(\"iXML File Family UID:\", info.ixml.family_uid)"
] ]
}, },
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,