bird_sound_analyzer
A real-time audio analysis application with automatic bird species detection, built in Python using PyQt5 and integrated with BirdNET.
Overview
Languages: Python
Documentation
Sound Analyzer with BirdNET Integration
A real-time audio analysis application with automatic bird species detection, built in Python using PyQt5 and integrated with BirdNET.
Features
- Real-time Audio Visualization: Live waveform and spectrogram visualizations
- Automatic Bird Species Identification: Detect bird species in real-time using BirdNET
- Detection Database: Store and manage bird detections with associated audio clips
- Audio Recording: Record and analyze audio from microphone input
- Multiple Visualization Options: Customizable spectrogram and waveform displays
- File Analysis: Load and analyze audio files
- Data Export: Export detection data to CSV for further analysis
- Location Tagging: Tag detections with geographic coordinates for mapping
Installation
Prerequisites
- Python 3.9+ (3.10 or 3.11 recommended)
- PyAudio (for microphone access)
- PyQt5 (for the user interface)
- NumPy and SciPy (for signal processing)
- BirdNETlib package (for bird species detection)
- psutil (for memory monitoring)
Setup
-
Clone the repository:
-
Create a virtual environment (optional but recommended):
-
Install the required dependencies:
-
Install BirdNET dependencies:
-
Run the application:
Usage
Main Interface
The application has four main areas: - Waveform Display: Shows the audio amplitude over time - Spectrogram Display: Shows the frequency content of the audio - BirdNET Plugin: Controls for bird detection settings and displays results - Detection Database: Manages stored bird dete
[View full README on GitHub]