← Back to Dog Barking Detector

Privacy Policy

Last updated: November 2025

Overview

The Open Source Dog Barking Detector is a completely offline, browser-based application that processes all audio data locally on your device. We are committed to protecting your privacy and ensuring that no personal data is collected, stored, or transmitted.

How the Tool Works

This tool uses machine learning (specifically the YAMNet audio classification model via TensorFlow.js) to analyze audio input from your microphone in real-time. All processing happens entirely within your web browser - no audio data, recordings, or analysis results are ever sent to external servers.

Data Collection and Storage

We do not collect, store, or transmit any personal data.

Audio Processing

Audio is captured temporarily in your browser's memory for real-time analysis. The audio data is processed in 1-second chunks and immediately discarded after classification. No audio is stored on your device beyond the temporary buffer required for processing.

Third-Party Services

The external resources loaded are:

While TensorFlow.js is loaded from a CDN, all audio processing and machine learning inference happens locally in your browser. No audio data is transmitted to external servers.

The app uses Cloudflare R2 to host exported logs temporarily for sharing. Files uploaded there are public to anyone with the link. Users should avoid including sensitive or personal data in shared logs.

Analytics

This website uses Cloudflare for basic web analytics. Cloudflare may collect anonymous information about your visit, such as:

This data is used solely for website performance monitoring and is not linked to any personal information. You can learn more about Cloudflare's privacy practices at https://www.cloudflare.com/privacypolicy/.

Microphone Access

The tool requests access to your microphone only when you click "Start Recording". Audio data is processed locally and is not transmitted anywhere. You can revoke microphone access at any time through your browser settings.

Browser Permissions

The application requires the following browser permissions:

Data Security

Since all processing happens locally in your browser, your audio data never leaves your device. The security of your data depends on your browser's security and your device's security measures.

Changes to This Policy

This privacy policy may be updated occasionally. Any changes will be reflected in the "Last updated" date at the top of this page.

Contact

If you have any questions about this privacy policy, please contact us at https://j7digital.com/.

Open Source

This tool is completely open source. You can review the code and verify our privacy claims by visiting our GitHub repository.