Skip to content

wistia/silence-detector

Repository files navigation

silence-detector

A Go library and CLI tool for detecting silence in audio streams, maintained at https://github.com/wistia/silence-detector.

Installation

go get github.com/wistia/silence-detector

Building

go build -o bin/silence-detector ./cmd/silence-detector

Running

./bin/silence-detector

Testing

go test ./...

Project Structure

  • cmd/silence-detector/ - Command-line application entry point
  • pkg/detector/ - Public detector library
  • internal/ - Internal packages (not importable by external projects)

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages