You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
How can I measure the decibel level of a microphone connected to a Raspberry Pi (inside of a flutter-pi based application)?
I found the flutter package noise_meter, but it does not have linux implementation.
The text was updated successfully, but these errors were encountered:
If you want a really really hacky solution you can just run that with normal dart Process.start and use regexes to extract the noise level from the process output.
Hello.
How can I measure the decibel level of a microphone connected to a Raspberry Pi (inside of a flutter-pi based application)?
I found the flutter package noise_meter, but it does not have linux implementation.
The text was updated successfully, but these errors were encountered: