Converts music files to an 8-bit rendition.
We will use the 'Spectrogram Viewer.ipynb' Jupyter Notebook file to analyze different 8-bit audio samples. To do this, you will need to install a few things.
First, install Anaconda for Python 3.7. In the Anaconda Prompt, execute pip install librosa
to download Librosa, a music/audio analysis library.
Next install ffmpeg, an audio file type converter by running conda install -c menpo ffmpeg
. You may have to do this in Administrator mode (run Anaconda Prompt as an admin).
Now, open Jupyter Notebook and navigate to your repository directory and open 'Spectrogram Viewer.ipynb'.