NSRT
A Rust driver for the NSRT_mk4 sound level meter from Convergence Instruments.
Features
- Read sound pressure levels (SPL) in dB
- Read LEQ (Equivalent Continuous Sound Level)
- Configure weighting curves (A, C, Z)
- Set sampling frequency and time constants
- Read device information and temperature
- Fluent API for device configuration
Usage
use ;
See examples/simple_monitor.rs for a more complete example.