petdecoder commited on
Commit
1f16896
·
verified ·
1 Parent(s): b4b133e

Upload 6 files

Browse files
README.md CHANGED
@@ -1,3 +1,42 @@
1
  ---
2
  license: cc0-1.0
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc0-1.0
3
+ task_categories:
4
+ - audio-classification
5
+ tags:
6
+ - audio
7
+ - biology
8
+ - dog
9
+ - test-fixtures
10
+ language:
11
+ - en
12
+ size_categories:
13
+ - n<1K
14
  ---
15
+
16
+ # Pet Decoder Audio Test Fixtures (v1.0) 🧪
17
+
18
+ This repository contains **audio test fixtures** used for validating the ingestion pipeline of the **[Pet Decoder AI](https://petdecoder.ai)** application.
19
+
20
+ These are verified, public domain samples used to test our audio visualization and classification algorithms against known baselines (e.g., Low Frequency vs. High Frequency vocalizations).
21
+
22
+ ## Dataset Contents
23
+ The dataset consists of 5 reference audio files representing distinct spectral patterns:
24
+
25
+ * **`dog_bark_large.mp3`**: Low frequency, high amplitude bark (Large Breed).
26
+ * **`dog_bark_small.mp3`**: High pitch, rapid modulation bark (Small Breed).
27
+ * **`dog_whimper.mp3`**: Distress vocalization pattern.
28
+ * **`dog_growl_play.mp3`**: Low rumble/growl (Play aggression).
29
+ * **`dog_panting.mp3`**: Breath-heavy audio (Noise baseline).
30
+
31
+ ## Usage
32
+ These fixtures are intended for:
33
+ 1. **Unit Testing:** Validating audio uploaders and spectrogram generators.
34
+ 2. **Baseline Calibration:** Testing frequency detection thresholds (e.g., distinguishing a growl from a bark).
35
+
36
+ For full behavioral analysis and emotional decoding of your own pet, visit the main application:
37
+ 👉 **[Pet Decoder AI - Pet Behavior Translator](https://petdecoder.ai)**
38
+
39
+ ## Licensing & Source
40
+ This dataset uses public domain (CC0) audio samples from the **Red Library Sound Effects Collection**, digitized by Craig Smith (USC).
41
+ * **Source:** [Internet Archive (Red Library: Animals Dogs)](https://archive.org/details/Red_Library_Animals_Dogs)
42
+ * **License:** CC0 1.0 Universal (Public Domain)
dog_bark_large.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:564df16ec0c17b1c8e9b21a734fc0daa97d282bc5c3b4cfeaad8b288692a0d9d
3
+ size 221644
dog_bark_small.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:286432063128a4fd57e74b0e4af2952fee25e151410dbd554bc7f871c355af86
3
+ size 488960
dog_growl_play.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42725b94da7e52673c5f323d13a4d44d6f955a66d2ced40e70b6227173e4cdeb
3
+ size 220587
dog_panting.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fedd79565e1516c5d20fb8c0673f0f3bc21c57d4f75a513e870603cb1bd7858
3
+ size 250450
dog_whimper.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ccfea8fceefb3f2a7bd38059b0edb80645df70e4176cf7cd2f969b4c2fe7be6
3
+ size 290065