soundmeter
soundmeter copied to clipboard
real time sound sampling.
I am working on a project. I need to write algorithm to do real time sampling the sound (about 5s) which is picked up from microphone. the code will return the plot (time vs. amplitude), and also the numpy array of the sound. Can you guys help me with the code? thank you