Update wavinfo.ipynb

This commit is contained in:
Jamie Hardt
2019-01-01 23:24:23 -08:00
parent 37b816045d
commit 482a3f86d1

View File

@@ -96,7 +96,7 @@
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"<wavinfo.wave_bext_reader.WavBextReader object at 0x110a0cac8>\n" "<wavinfo.wave_bext_reader.WavBextReader object at 0x10d5f8ac8>\n"
] ]
} }
], ],
@@ -128,7 +128,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 9, "execution_count": 8,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@@ -147,7 +147,20 @@
" 'software': 'Soundminer',\n", " 'software': 'Soundminer',\n",
" 'source': None,\n", " 'source': None,\n",
" 'tape': None,\n", " 'tape': None,\n",
" 'title': None}\n" " 'title': None}\n",
"{ 'coding_history': '',\n",
" 'description': 'BULLET Impact Plastic LCD TV Screen Shatter Debris 2x',\n",
" 'loudness_range': None,\n",
" 'loudness_value': None,\n",
" 'max_momentary_loudness': None,\n",
" 'max_shortterm_loudness': None,\n",
" 'max_true_peak': None,\n",
" 'originator': 'TheRecordist',\n",
" 'originator_date': '2018-12-20',\n",
" 'originator_ref': 'aaiAKt3fCGTk',\n",
" 'originator_time': '12:15:37',\n",
" 'time_reference': 57882,\n",
" 'version': 0}\n"
] ]
} }
], ],