# Audio-Spectrum-Analyzer-in-Python **Repository Path**: o1o2oxxx/Audio-Spectrum-Analyzer-in-Python ## Basic Information - **Project Name**: Audio-Spectrum-Analyzer-in-Python - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-10 - **Last Updated**: 2021-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Audio-Spectrum-Analyzer-in-Python A series of Jupyter notebooks and python files which stream audio from a microphone using pyaudio. Part 1 is a notebook which streams audio and displays the waveform with matplotlib. Part 2 adds a spectrum viewer using scipy.fftpack to compute the FFT.