vocametrix_measure_sound_level
Measure sound level in dB SPL from a WAV file for environmental noise assessment or vocal loudness, specifying a start and end time.
Instructions
Measure sound level in dB SPL over a specified time window in an audio file. Useful for environmental noise assessment, vocal loudness measurement, and calibration tasks. Note: startSec must be > 0 (use 0.001 for the start of the file).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audioPath | Yes | Absolute path to a WAV audio file on the local filesystem | |
| startSec | No | Start time in seconds (minimum 0.001) | |
| endSec | No | End time in seconds (defaults to end of file) |