Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njh/silentjack
SilentJack is a silence/dead air detector for the Jack Audio Connection Kit.
https://github.com/njh/silentjack
Last synced: 4 months ago
JSON representation
SilentJack is a silence/dead air detector for the Jack Audio Connection Kit.
- Host: GitHub
- URL: https://github.com/njh/silentjack
- Owner: njh
- License: gpl-2.0
- Created: 2010-08-19T20:54:02.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T23:07:32.000Z (over 3 years ago)
- Last Synced: 2024-04-14T04:26:38.012Z (10 months ago)
- Language: C
- Homepage: http://www.aelius.com/njh/silentjack/
- Size: 25.4 KB
- Stars: 21
- Watchers: 5
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
SilentJack
==========
Nicholas J. HumfreyFor the latest version of SilentJack, please see:
http://www.aelius.com/njh/silentjack/It is released under the GPL licence, see COPYING for details.
What is SilentJack ?
--------------------SilentJack is a silence/dead air detector for the Jack Audio Connection Kit.
Usage: silentjack [options] [COMMAND [ARG]...]
Options: -c Connect to this port
-n Name of this client (default 'silentjack')
-l Trigger level (default -40 decibels)
-p Period of silence required (default 1 second)
-g Grace period (default 0 seconds)
-v Enable verbose mode
-r Enable reverse behaviour (detect noise)
-q Enable quiet modeSilentJack runs COMMAND after silence has been detected for the given
number of seconds. SilentJack then waits for the command the finish,
and then wait for the grace period before detecting silence again.SilentJack's input port must be connected to an output port before
it will start reporting silence.