cordutie commited on
Commit
4083142
Β·
verified Β·
1 Parent(s): 5c43d6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -1
README.md CHANGED
@@ -5,4 +5,74 @@ task_categories:
5
  tags:
6
  - texture-sounds
7
  pretty_name: Micro Texture Sounds Datase
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  tags:
6
  - texture-sounds
7
  pretty_name: Micro Texture Sounds Datase
8
+ ---
9
+
10
+ # πŸ“¦ Sound Texture Dataset Collection
11
+
12
+ This dataset is a collection of three distinct sound texture datasets, prepared for machine learning tasks such as classification, generation, or analysis of audio textures. Each subset comes from different sources and includes metadata where applicable.
13
+
14
+ ---
15
+
16
+ ## πŸ“ Dataset Structure
17
+
18
+ The repository contains the following folders:
19
+
20
+ ### 1. `boreillysegmented16K_class/`
21
+
22
+ This folder contains the **BOReillySegmented16K** dataset, based on the original BOReilly collection:
23
+
24
+ - πŸ“Ž **Samples**: 6580 one-second audio clips
25
+ - 🎧 **Sample Rate**: 16kHz
26
+ - πŸ“ **File Size**: ~204MB (zipped)
27
+ - πŸ”Š **Content**: Loosely curated noisy sound textures
28
+ - πŸ§‘β€πŸŽ¨ **Source**: Sound artist Brian O'Reilly
29
+ - πŸ“„ **Original Use**: Featured in a paper submitted to evoMusArt
30
+ - ⚠️ **Note**: The folder does **not** include the `test` subset from the original dataset
31
+ - ⏱ **Duration**: 6580 seconds, divided into **10 classes**
32
+
33
+ > For more info on the original dataset, visit [BOReilly Dataset Page](https://www.evomusart.org/).
34
+
35
+ ---
36
+
37
+ ### 2. `freesound_class/`
38
+
39
+ A curated subset of sounds sourced from [Freesound.org](https://freesound.org/):
40
+
41
+ - βœ… All samples are licensed under **Creative Commons licenses** at least as permissive as **CC BY-NC 4.0**
42
+ - πŸ“‚ Includes a `metadata.json` with links to each original sound and license info
43
+ - πŸ› οΈ Hand-curated to focus on sound **textures**
44
+ - 🎧 **Sample Rate**: 44100Hz
45
+ - πŸ–€ **Mono**
46
+ - ⏱ **Duration**: 2261 seconds, divided into **6 classes**
47
+
48
+ ---
49
+
50
+ ### 3. `syntex_class/`
51
+
52
+ A small, synthetic dataset generated using [SynTex](https://nime.org/proc/nime22_15/), a sound texture generator tool:
53
+
54
+ - πŸ”¬ Generated using select sound texture models
55
+ - πŸ“š Dataset originally published in the paper:
56
+ **"SynTex: Generating Audio Texture Datasets"**
57
+ DOI: [10.21428/92fbeb44.0fe70450](https://doi.org/10.21428/92fbeb44.0fe70450)
58
+ - 🌐 Full paper: [NIME 2022 Proceedings](https://nime.org/proc/nime22_15/)
59
+ - 🎧 **Sample Rate**: 44100Hz
60
+ - πŸ–€ **Mono**
61
+ - ⏱ **Duration**: 7286 seconds, divided into **6 classes**
62
+
63
+ ---
64
+
65
+ ## πŸ“‘ License
66
+
67
+ - `boreillysegmented16K_class`: Refer to usage terms from the original authors / evoMusArt submission.
68
+ - `freesound_class`: Sounds are under Creative Commons licenses (see metadata).
69
+ - `syntex_class`: Follows the licensing and terms outlined in the original SynTex paper.
70
+
71
+ Please ensure appropriate attribution if using this dataset in your work.
72
+
73
+ ---
74
+
75
+ ## πŸ“¬ Citation
76
+
77
+ If you use this dataset collection in your work, consider citing the original datasets or papers associated with each subset.
78
+