Audio-Spectrum-Analyzer-in-Python icon indicating copy to clipboard operation
Audio-Spectrum-Analyzer-in-Python copied to clipboard

A series of Jupyter notebooks and python files which stream audio from a microphone using pyaudio, then processes it.

Results 19 Audio-Spectrum-Analyzer-in-Python issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to use this code on a raspberry pito make a live oscilloscope (as a prototype) for my modular synthesizer. I have 2 main errors. one says:...

Hello Mark First of all all thank you very much for the very nice video on youtube with great ideas and the script that you provide on your website. Those...

I'm a bit new to Python and some of the modules used here. Odd errors, that I'm just unable to troubleshoot. ``` thismanager.window.setGeometry( 5, 120, 1910, 1070) File "/usr/lib/python3.5/tkinter/__init__.py", line...

The two steps conversion of audio data to numpy array seems buggy to me. It should take into account (and afaik it does not) that the most significant bit of...

For some reason pyaudio on Mac OS X throws an exception ``` OSError Traceback (most recent call last) Cell In[2], [line 43](vscode-notebook-cell:?execution_count=2&line=43) [38](vscode-notebook-cell:?execution_count=2&line=38) start_time = time.time() [40](vscode-notebook-cell:?execution_count=2&line=40) while True: [41](vscode-notebook-cell:?execution_count=2&line=41)...

I'm not able to hear my sound on Stereo since i've installed this code. HYLEP PLzS

I ran the code and I'm getting this error: `self.app = QtApplications.QApplication(sys.argv) NameError: name 'QtApplications' is not defined` Can anyone help me? Thanks

Truthfully, I'm not sure how quaternions work. However it does the job and most likely in the least amount of lines