| # viet-robot-noise-level-classifier | |
| A micro helper that classifies ambient noise level (in dB) into four classes: | |
| - `quiet` | |
| - `normal` | |
| - `noisy` | |
| - `very_noisy` | |
| Function: | |
| ```python | |
| classify_noise(db: float) -> NoiseLevel | |
| ``` | |
| ## License | |
| MIT | |
| # viet-robot-noise-level-classifier | |
| A micro helper that classifies ambient noise level (in dB) into four classes: | |
| - `quiet` | |
| - `normal` | |
| - `noisy` | |
| - `very_noisy` | |
| Function: | |
| ```python | |
| classify_noise(db: float) -> NoiseLevel | |
| ``` | |
| ## License | |
| MIT | |