This is the code of an audio player (.wav), which uses Matplotlib to graph the spectrum, which I have been modifying:
import matplotlib
import pyaudio
import wave
import sys
import numpy as np
import multiprocessing
duration = 12.5
filename...
asked by
29.03.2018 / 02:47