Skip to content

tu-studio/jack-silence-detector

Repository files navigation

jack-silence-detector

Installation

python -m venv venv
source venv/bin/activate
pip install .
jack-silence-detector -h

Releasing

Releases are published automatically when a tag is pushed to GitHub.

# Set next version number
export RELEASE=x.x.x

git tag -a $RELEASE -m "Version $RELEASE"

# Push
git push --tags

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published