Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
audio correction
  • Loading branch information
ryt16011 committed May 5, 2020
1 parent a385bff commit e835084
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions CompMech05-BVPs_project.ipynb
Expand Up @@ -725,17 +725,9 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 15,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/opt/conda/lib/python3.7/site-packages/IPython/lib/display.py:173: RuntimeWarning: invalid value encountered in true_divide\n",
" scaled = np.int16(data / normalization_factor * 32767).tolist()\n"
]
},
{
"data": {
"text/html": [
Expand All @@ -750,7 +742,7 @@
"<IPython.lib.display.Audio object>"
]
},
"execution_count": 13,
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -766,6 +758,13 @@
"\n",
"Audio(data=data,rate=r)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit e835084

Please sign in to comment.