shichao-an / soundmeter

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

parallelize RMS capture and audio recording #23

Open LorenzoMonti opened 5 years ago

LorenzoMonti commented 5 years ago

Hello, I'm working on a project that starts two scripts using cronjob at the same time. One should record the audio while the other take the RMS values. Is it possible parallelize RMS capture using soundmeter and recording audio at the same time with the same input audio device?

shichao-an commented 5 years ago

You can try. I believe you are able to open multiple streams from the same audio device.