Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,54 @@
|
|
|
|
|
| 1 |
---
|
| 2 |
-
title: Audio Analyzer
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
short_description: 'Detailed audio analyzer '
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
---
|
| 3 |
+
title: Audio Forensic Analyzer
|
| 4 |
+
emoji: 🎵
|
| 5 |
+
colorFrom: blue
|
| 6 |
+
colorTo: purple
|
| 7 |
sdk: gradio
|
| 8 |
+
sdk_version: 4.0.0
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# 🎵 Audio Forensic Analyzer
|
| 14 |
+
|
| 15 |
+
Comprehensive audio quality analysis tool with automatic detection of compression, filtering, clipping, and spectral anomalies.
|
| 16 |
+
|
| 17 |
+
## Features
|
| 18 |
+
|
| 19 |
+
✅ **Comprehensive Analysis**
|
| 20 |
+
- Time-domain statistics (peak, RMS, crest factor, SNR)
|
| 21 |
+
- Spectral analysis (centroid, bandwidth, rolloff)
|
| 22 |
+
- Energy distribution across frequency bands
|
| 23 |
+
- Integrated loudness (LUFS) measurement
|
| 24 |
+
|
| 25 |
+
✅ **Automatic Detection**
|
| 26 |
+
- Digital clipping
|
| 27 |
+
- Over-compression and limiting
|
| 28 |
+
- High-pass/Low-pass filtering
|
| 29 |
+
- Brick-wall filters
|
| 30 |
+
- Spectral notches
|
| 31 |
+
|
| 32 |
+
✅ **Professional Reports**
|
| 33 |
+
- High-quality PNG report with spectrogram
|
| 34 |
+
- Energy distribution charts
|
| 35 |
+
- Quality scoring (A-F grades)
|
| 36 |
+
- Saved as `{filename}_report.png` in `reports/` folder
|
| 37 |
+
|
| 38 |
+
## How to Use
|
| 39 |
+
|
| 40 |
+
1. Upload an audio file (WAV, MP3, FLAC, OGG, M4A, AAC)
|
| 41 |
+
2. Click "Analyze Audio" or wait for auto-analysis
|
| 42 |
+
3. View the comprehensive report and download it
|
| 43 |
+
|
| 44 |
+
## Report Contents
|
| 45 |
+
|
| 46 |
+
- **Spectrogram:** Visual frequency representation
|
| 47 |
+
- **File Info:** Sample rate, channels, duration
|
| 48 |
+
- **Time-Domain:** Peak/RMS levels, crest factor, SNR
|
| 49 |
+
- **Spectral Stats:** Frequency distribution and rolloffs
|
| 50 |
+
- **Energy Chart:** Bar chart of frequency bands
|
| 51 |
+
- **Issues:** Automatic problem detection with severity levels
|
| 52 |
+
- **Quality Score:** Overall grade (A-F) and score (0-100)
|
| 53 |
+
|
| 54 |
+
Reports are automatically saved in the `reports/` folder with your original filename + `_report.png` suffix.
|