Mic input level ?

Is there a way to measure the mic input level?
I need to be able to measure ambient noise.

Depends on what you need it for.

I don’t think that there are any plugins that can do that, but you can add that functionality natively. How you’d go about doing that depends on your target platform(s).

Add the functionality natively? Could you explain something else?

As I said, it all depends on what platform you are targeting and what your intended use is.

You could potentially do this via webview, you could use MediaRecorder for Android, etc. it of all depends on what platform you are targeting. Then again, if you are planning to have the app run in background, you’ll run into issues as Solar2D isn’t designed to run in the background.

The application runs on iOS and does not run in the background.