Sound Detector

Support for third-party applications, program gives you ability to send notifications to other applications when it detects sound and ability to control detector by other applications.


Receive events from detector Tasker: (Profiles -> Event -> System -> Intent Received)

org.noise.detector.ACTION_GLOBAL_BROADCAST


Startup detector Tasker: (Tasks -> System -> Send Intent)

org.noise.detector.ACTION_DETECTOR_ON

org.noise.detector

for Broadcast Receiver

org.noise.detector.Control

for Service

org.noise.detector.ControlService

Broadcast Receiver (org.noise.detector.Control)
Service (org.noise.detector.ControlService)


Shutdown detector Tasker: (Tasks -> System -> Send Intent)

org.noise.detector.ACTION_DETECTOR_OFF

org.noise.detector

for Broadcast Receiver

org.noise.detector.Control

for Service

org.noise.detector.ControlService

Broadcast Receiver (org.noise.detector.Control)
Service (org.noise.detector.ControlService)