Author Topic: How can i check silence every 5 minutes?  (Read 2722 times)

naguchennai

  • Newbie
  • *
  • Posts: 1
How can i check silence every 5 minutes?
« on: September 15, 2023, 08:49:14 am »
How can i check silence every 5 minutes?
there is time setting only work i think specific time only ..

i want check every n minuets.. any one help me?

Salomed

  • Newbie
  • *
  • Posts: 1
Re: How can i check silence every 5 minutes?
« Reply #1 on: June 26, 2024, 04:09:06 am »
How can i check silence every 5 minutes?
there is time setting only work i think specific time only ..

i want check every n minuets.. any one help me?
Using a Shell Script (Linux/Unix)
You can create a cron job to run a shell script every 5 minutes to check for silence.

Using Python
You can use Python to create a script that runs indefinitely, checking for silence every 5 minutes.