shichao-an / soundmeter

Simple real-time sound meter
https://soundmeter.shichao.io
BSD 2-Clause "Simplified" License
82 stars 27 forks source link

real time sound sampling. #19

Open khanhpro2093 opened 6 years ago

khanhpro2093 commented 6 years ago

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