Перейти к содержимому

Let's Build an Audio Spectrum Analyzer in Python! (pt. 1) the waveform viewer.

Mark Jay

0:00 / 0:00

Let's Build an Audio Spectrum Analyzer in Python! (pt. 1) the waveform viewer.

241 712 просмотров · 8 лет назад
Mark Jay
21,7 тыс. подписчиков
241 712 просмотров · 8 лет назад
In this series, we'll build an audio spectrum analyzer using pyaudio and matplotlib. In part 1, we'll go step by step on how to stream audio data from a microphone into python using pyaudio. We'll then use matplotlib in an optimized way so that we can display the audio wavefrom in real time! (sorry about the clicks and pops!) code github: https://github.com/markjay4k/Audio-Sp... pyaudio docs: https://people.csail.mit.edu/hubert/p... how to speed up matplotlib: http://bastibe.de/2013-05-30-speeding...