Skip to main content

Audio monitoring system that detects and alerts you about important sounds in your home while you're away. Perfect for pet owners and parents who need to stay connected to their space.

Project description

Loud Noise Detector

PyPI version Python Versions License: MIT

"Buy Me A Coffee"

A Python system designed to detect and record significant noises in your home when you're away. Inspired by the need to monitor our pets when they're left alone at home for short periods, detecting barks or other sounds that might indicate distress or discomfort. It's also an ideal practical solution for parents who need to know if their baby is crying in another room. Perfect for any situation where you need to be informed about important sounds occurring in spaces where you can't be physically present.

🚀 Features

  • Real-time detection of significant sounds (barking, crying, etc.)
  • Customizable noise thresholds to match your needs
  • Automatic recording when relevant sounds are detected
  • Instant notification system
  • Detailed event logging
  • Easy to configure and customize

📋 Requirements

  • Python 3.6 or higher
  • PortAudio (for PyAudio) Ubuntu: sudo apt install python3-dev portaudio19-dev
  • Working microphone

🔧 Installation

From PyPI

pip install loud-noise-detector

From Source

  1. Clone the repository:
git clone https://github.com/Endika/loud-noise-detector.git
cd loud-noise-detector
  1. Create and activate a virtual environment:
python -m venv .venv
# On Windows
.\.venv\Scripts\activate
# On Unix or MacOS
source .venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Install development dependencies (optional):
pip install -r dev-requirements.txt

⚙️ Configuration

Command Line Arguments

Argument Default Value Description
--config config/default_config.yaml Path to configuration file
--verbose, -v False Enable verbose output
--output-dir, -o data/recordings Directory to save recordings
--threshold, -t - RMS threshold to trigger detection
--language, -l en Language for messages (en or es)
--no-keep-files False Delete recording files after sending

Configuration File Options

Parameter Default Value Description
threshold 0.1 Sound level threshold to trigger detection
cooldown_seconds 5 Time to wait between detections
seconds_to_record 5 Duration of recording after detection
pre_buffer_seconds 2 Seconds of audio to keep before detection
rate 44100 Audio sampling rate
channels 1 Number of audio channels (1=mono, 2=stereo)
format 8 Audio format (pyaudio.paInt16)
chunk_size 1024 Size of audio chunks to process
keep_files True Whether to keep recording files
verbose False Enable detailed logging
timestamp_format %Y%m%d_%H%M%S Format for timestamp in filenames
language en Interface language (en or es)
notifier_options {} Additional options for notification services

🔐 Environment Setup

Generate your .env file with all necessary configurations:

# Generate .env file
cat > .env << EOL
# Slack configuration (required for Slack notifications)
SLACK_TOKEN=xoxb-your-token-here
SLACK_CHANNEL=CHANNEL-ID-HERE
EOL

Environment Variables Description

Variable Required Default Description
SLACK_TOKEN Yes - Your Slack bot token (starts with xoxb-)
SLACK_CHANNEL Yes - Channel where notifications will be sent

Note: For Slack notifications, you'll need to:

  1. Create a Slack App in your workspace
  2. Add chat:write and files:write OAuth scopes
  3. Install the app to your workspace
  4. Copy the Bot User OAuth Token to SLACK_TOKEN
  5. Copy the Channel ID to SLACK_CHANNEL

Configuration Examples

For Pet Monitoring

threshold: 0.2 # Higher threshold for louder sounds like barking
cooldown_seconds: 30 # Longer cooldown to avoid too many notifications
seconds_to_record: 10 # Longer recording to capture context
pre_buffer_seconds: 3 # Capture sound before the bark
notifier_options:
  slack_channel: CHANNEL-ID-HERE

For Baby Monitoring

threshold: 0.15 # Lower threshold to detect crying
cooldown_seconds: 10 # Shorter cooldown for more frequent checks
seconds_to_record: 5 # Shorter recording duration
pre_buffer_seconds: 1 # Less pre-recording needed
notifier_options:
  slack_channel: CHANNEL-ID-HERE

You can create a configuration file in either YAML or JSON format. Place it in the config/ directory or specify its location using the --config argument.

🎯 Usage

Basic Usage

# Start the noise detector with default settings
loud-noise-detector

# Start with custom configuration file
loud-noise-detector --config path/to/config.yml

# Run in debug mode
loud-noise-detector --debug

As a Python Module

python -m src.main

📊 Development

Running Tests

# Run all tests
make test

Code Quality

# Run linting
make lint

# Run type checking
make quality

🤝 Contributing

This project uses Semantic Release for versioning.

Commit Message Format

Your commit messages must follow this format to trigger automatic version updates:

Development Workflow

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes
  4. Commit with appropriate message format
  5. Push to your branch (git push origin feature/amazing-feature)
  6. Open a Pull Request

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Acknowledgments

  • Thanks to all contributors who have helped shape this project
  • Built with Python and PyAudio
  • Inspired by the need for reliable noise monitoring solutions

📫 Contact

Endika Iglesias - endika2@gmail.com

Project Link: https://github.com/Endika/loud-noise-detector

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

loud_noise_detector-2.0.2.tar.gz (21.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

loud_noise_detector-2.0.2-py3-none-any.whl (28.4 kB view details)

Uploaded Python 3

File details

Details for the file loud_noise_detector-2.0.2.tar.gz.

File metadata

  • Download URL: loud_noise_detector-2.0.2.tar.gz
  • Upload date:
  • Size: 21.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.23

File hashes

Hashes for loud_noise_detector-2.0.2.tar.gz
Algorithm Hash digest
SHA256 af3a2fcdbd1743e2de02c6f9cdfd04aeaad23b8c66dbc73a9015cabd5b32566e
MD5 24c005bb06b99f0c6677251eb2a89202
BLAKE2b-256 54677a8a7b744f640db9dd4796ab3b14f129a4d218268e4b4a9eb358269b1ae3

See more details on using hashes here.

File details

Details for the file loud_noise_detector-2.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for loud_noise_detector-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5cb68b3f26ebe30481690bfb81553745e0b6e81b4e533eae45356ad90ca1278a
MD5 2e8eacc4839157b7299f76048317d16d
BLAKE2b-256 98eb196d0de10dc4a5892f8850eeef502f5208e5c39e8b0d52ca001118a307ae

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page