mrzbrt commited on
Commit
31513a5
·
verified ·
1 Parent(s): e4159de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -44
README.md CHANGED
@@ -1,45 +1,45 @@
1
- ---
2
- license: cc-by-4.0
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: train
7
- path: data/train-*
8
- dataset_info:
9
- features:
10
- - name: audio
11
- dtype: audio
12
- - name: username
13
- dtype: string
14
- - name: processes
15
- dtype: string
16
- - name: pulse-typology
17
- dtype: string
18
- - name: complexity
19
- dtype: string
20
- - name: onset
21
- dtype: string
22
- - name: sustain
23
- dtype: string
24
- - name: offset
25
- dtype: string
26
- - name: type
27
- dtype: string
28
- - name: mass-type
29
- dtype: string
30
- - name: direction
31
- dtype: string
32
- - name: description
33
- dtype: string
34
- splits:
35
- - name: train
36
- num_bytes: 1381609974
37
- num_examples: 1000
38
- download_size: 1225542755
39
- dataset_size: 1381609974
40
- language:
41
- - en
42
- pretty_name: S
43
- ---
44
 
45
- The SCHAEFFER dataset (Spectro-morphogical Corpus of Human-annotated Audio with Electroacoustic Features for Experimental Research), is a compilation of 788 raw audio data accompanied by human annotations and morphological acoustic features. The audio files adhere to the concept of Sound Objects introduced by Pierre Scaheffer, a framework for the analysis and creation of sound that focuses on its typological and morphological characteristics. Inside the dataset, the annotation are provided in the form of free text, while the labels are pre-chosen from a list of classes, making the sound description fit into a suitable framework for digital analysis. All the sounds within the dataset are under a "CC-By-4.0-attribution" license.
 
1
+ ---
2
+ license: cc-by-4.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: audio
11
+ dtype: audio
12
+ - name: username
13
+ dtype: string
14
+ - name: processes
15
+ dtype: string
16
+ - name: pulse-typology
17
+ dtype: string
18
+ - name: complexity
19
+ dtype: string
20
+ - name: onset
21
+ dtype: string
22
+ - name: sustain
23
+ dtype: string
24
+ - name: offset
25
+ dtype: string
26
+ - name: type
27
+ dtype: string
28
+ - name: mass-type
29
+ dtype: string
30
+ - name: direction
31
+ dtype: string
32
+ - name: description
33
+ dtype: string
34
+ splits:
35
+ - name: train
36
+ num_bytes: 1381609974
37
+ num_examples: 1000
38
+ download_size: 1225542755
39
+ dataset_size: 1381609974
40
+ language:
41
+ - en
42
+ pretty_name: S
43
+ ---
44
 
45
+ The SCHAEFFER dataset (Spectro-morphogical Corpus of Human-annotated Audio with Electroacoustic Features for Experimental Research), is a compilation of 1000 raw audio files accompanied by human annotations and morphological acoustic features. The audio files adhere to the concept of Sound Objects introduced by Pierre Schaeffer, a framework for the analysis and creation of sound that focuses on its typological and morphological characteristics. Inside the dataset, the annotations are provided in the form of free text, while the labels are pre-chosen from a list of classes, making the sound description fit into a suitable framework for digital analysis. All the sounds within the dataset are under a "CC-By-4.0-attribution" license.