
SoundSense#
Sound Detection States#
- Silence: Prolonged period (>15s) of very low ambient noise
- Quieting: Recent transition to low ambient noise
- Active: Normal ambient sound activity
- Noise: Sudden spikes in sound levels
- Presence: Sustained elevated sound levels, indicating ongoing activity or presence
How to add it to your device#
You can find the documentation here
ESPHome package
packages:
SoundSense: github://fixtse/ha-voice-sound-sense/sound_sense.yaml
microphone:
- platform: i2s_audio # or your microphone platform
id: i2s_mics
# ... your existing microphone config ...
on_data:
- script.execute:
id: process_audio_data
audio_data: !lambda return x;
The package is already included in my ReSpeaker Lite Firmware