-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_config.json
More file actions
executable file
·42 lines (41 loc) · 1.06 KB
/
example_config.json
File metadata and controls
executable file
·42 lines (41 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"soundname": "Pop",
"samplerate": 16000,
"soundDuration": 4,
"numChunks": 2,
"recordFormat": "tfrecords",
"tftype": "shards",
"shard_size": 2,
"rngseed": null,
"params":
[
{
"user_pname": "Irregularity",
"user_minval": 0,
"user_maxval": 1,
"user_nvals": 4,
"user_doc": "map to natural synth irregularity param [0, 1]",
"synth_pname": "irreg_exp",
"synth_minval": 0,
"synth_maxval": 1
},
{
"user_pname": "center frequency",
"user_minval": 220,
"user_maxval": 440,
"user_nvals": 2,
"user_doc": "map to normed synth frequency param [220, 440]",
"synth_pname": "cf",
"synth_minval": 220,
"synth_maxval": 440
}
],
"fixedParams":
[
{
"user_doc": "rate of Pop sounds",
"synth_pname": "rate_exp",
"synth_val": 2
}
]
}