Posted by: Salomed
« on: June 26, 2024, 04:09:06 am »How can i check silence every 5 minutes?Using a Shell Script (Linux/Unix)
there is time setting only work i think specific time only ..
i want check every n minuets.. any one help me?
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.