Skip to content

Commit

Permalink
More audio processing
Browse files Browse the repository at this point in the history
  • Loading branch information
AnanthVivekanand committed Oct 30, 2020
1 parent f48f3ef commit d3cf258
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,9 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/usr/local/lib/python3.7/site-packages/librosa/util/decorators.py:9: NumbaDeprecationWarning: \u001b[1mAn import was requested from a module that has moved location.\n",
"Import requested from: 'numba.decorators', please update to use 'numba.core.decorators' or pin to Numba version 0.48.0. This alias will not be present in Numba version 0.50.0.\u001b[0m\n",
" from numba.decorators import jit as optional_jit\n",
"/usr/local/lib/python3.7/site-packages/librosa/util/decorators.py:9: NumbaDeprecationWarning: \u001b[1mAn import was requested from a module that has moved location.\n",
"Import of 'jit' requested from: 'numba.decorators', please update to use 'numba.core.decorators' or pin to Numba version 0.48.0. This alias will not be present in Numba version 0.50.0.\u001b[0m\n",
" from numba.decorators import jit as optional_jit\n",
"Using TensorFlow backend.\n"
]
}
],
"outputs": [],
"source": [
"import pandas as pd\n",
"import numpy as np\n",
Expand Down Expand Up @@ -65,7 +51,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down

0 comments on commit d3cf258

Please sign in to comment.