pingthings 1.1.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +15 -0
- package/README.md +40 -0
- package/package.json +1 -1
- package/packs/mduel-retro/manifest.json +58 -0
- package/packs/mduel-retro/sounds/boots.ogg +0 -0
- package/packs/mduel-retro/sounds/bullet-reflect.ogg +0 -0
- package/packs/mduel-retro/sounds/explosion.ogg +0 -0
- package/packs/mduel-retro/sounds/hook-hit.ogg +0 -0
- package/packs/mduel-retro/sounds/lightning.ogg +0 -0
- package/packs/mduel-retro/sounds/menu-cancel.ogg +0 -0
- package/packs/mduel-retro/sounds/menu-move.ogg +0 -0
- package/packs/mduel-retro/sounds/menu-ok.ogg +0 -0
- package/packs/mduel-retro/sounds/mine-drop.ogg +0 -0
- package/packs/mduel-retro/sounds/pickup.ogg +0 -0
- package/packs/mduel-retro/sounds/platform-explode.ogg +0 -0
- package/packs/mduel-retro/sounds/skull-pickup.ogg +0 -0
- package/packs/mduel-retro/sounds/skull.ogg +0 -0
- package/packs/mduel-retro/sounds/spawn.ogg +0 -0
- package/packs/mduel-retro/sounds/splash-big.ogg +0 -0
- package/packs/mduel-retro/sounds/splash-small.ogg +0 -0
- package/packs/mduel-retro/sounds/teleport.ogg +0 -0
- package/packs/mduel-retro/sounds/throw.ogg +0 -0
- package/packs/nature-animals/openpeon.json +107 -0
- package/packs/nature-forest/manifest.json +13 -5
- package/packs/nature-forest/openpeon.json +102 -0
- package/packs/nature-forest/sounds/pebbles-1.ogg +0 -0
- package/packs/nature-forest/sounds/pebbles-2.ogg +0 -0
- package/packs/nature-forest/sounds/pebbles-3.ogg +0 -0
- package/packs/nature-forest/sounds/wood-creak-1.ogg +0 -0
- package/packs/nature-night/openpeon.json +102 -0
- package/packs/nature-ocean/manifest.json +18 -11
- package/packs/nature-ocean/openpeon.json +92 -0
- package/packs/nature-ocean/sounds/ambient-shore.ogg +0 -0
- package/packs/nature-ocean/sounds/splash.ogg +0 -0
- package/packs/nature-ocean/sounds/tide-1.ogg +0 -0
- package/packs/nature-ocean/sounds/tide-2.ogg +0 -0
- package/packs/nature-weather/manifest.json +18 -10
- package/packs/nature-weather/openpeon.json +97 -0
- package/packs/nature-weather/sounds/breeze-1.ogg +0 -0
- package/packs/nature-weather/sounds/breeze-2.ogg +0 -0
- package/packs/nature-weather/sounds/breeze-3.ogg +0 -0
- package/packs/nature-weather/sounds/real-thunder.ogg +0 -0
- package/packs/office-classic/manifest.json +11 -3
- package/packs/office-classic/openpeon.json +107 -0
- package/packs/office-classic/sounds/clock-tick.ogg +0 -0
- package/packs/office-classic/sounds/heavy-door.ogg +0 -0
- package/packs/office-classic/sounds/item-place.ogg +0 -0
- package/packs/office-classic/sounds/lock-open.ogg +0 -0
- package/packs/office-digital/manifest.json +12 -6
- package/packs/office-digital/openpeon.json +107 -0
- package/packs/office-digital/sounds/soft-switch-1.ogg +0 -0
- package/packs/office-digital/sounds/soft-switch-2.ogg +0 -0
- package/packs/office-digital/sounds/soft-switch-3.ogg +0 -0
- package/packs/office-mechanical/manifest.json +10 -4
- package/packs/office-mechanical/openpeon.json +107 -0
- package/packs/office-mechanical/sounds/power-switch.ogg +0 -0
- package/packs/office-mechanical/sounds/whir-1.ogg +0 -0
- package/packs/office-mechanical/sounds/whir-2.ogg +0 -0
- package/packs/office-minimal/manifest.json +14 -8
- package/packs/office-minimal/openpeon.json +107 -0
- package/packs/office-minimal/sounds/click-soft-1.ogg +0 -0
- package/packs/office-minimal/sounds/click-soft-2.ogg +0 -0
- package/packs/office-minimal/sounds/mouse-click.ogg +0 -0
- package/packs/serene-bells/manifest.json +17 -8
- package/packs/serene-bells/openpeon.json +102 -0
- package/packs/serene-bells/sounds/glass-chime-1.ogg +0 -0
- package/packs/serene-bells/sounds/glass-chime-2.ogg +0 -0
- package/packs/serene-bells/sounds/glass-chime-3.ogg +0 -0
- package/packs/serene-bells/sounds/metal-chime-1.ogg +0 -0
- package/packs/serene-bells/sounds/metal-chime-2.ogg +0 -0
- package/packs/serene-tones/manifest.json +21 -10
- package/packs/serene-tones/openpeon.json +97 -0
- package/packs/serene-tones/sounds/ambient-1.ogg +0 -0
- package/packs/serene-tones/sounds/ambient-2.ogg +0 -0
- package/packs/serene-tones/sounds/ambient-3.ogg +0 -0
- package/packs/serene-tones/sounds/soft-tone-1.ogg +0 -0
- package/packs/serene-tones/sounds/soft-tone-2.ogg +0 -0
- package/packs/serene-tones/sounds/soft-tone-3.ogg +0 -0
- package/packs/serene-water/manifest.json +14 -9
- package/packs/serene-water/openpeon.json +97 -0
- package/packs/serene-water/sounds/flowing-1.ogg +0 -0
- package/packs/serene-water/sounds/flowing-2.ogg +0 -0
- package/packs/serene-water/sounds/flowing-3.ogg +0 -0
- package/packs/serene-wind/manifest.json +52 -0
- package/packs/serene-wind/sounds/breeze-soft-1.ogg +0 -0
- package/packs/serene-wind/sounds/breeze-soft-2.ogg +0 -0
- package/packs/serene-wind/sounds/breeze-soft-3.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-1-20s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-1-45s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-1-5s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-1-70s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-2-20s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-2-45s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-2-5s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-2-70s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-3-20s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-3-45s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-3-5s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-3-70s.ogg +0 -0
- package/src/cli/browse.js +4 -1
- package/src/cli/completions.js +2 -1
- package/src/cli/theme.js +45 -1
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"cesp_version": "1.0",
|
|
3
|
+
"name": "nature-ocean",
|
|
4
|
+
"display_name": "Waves, bubbles, and ocean currents",
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"license": "CC0-1.0",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "rubberduck (https://opengameart.org/content/100-cc0-sfx)"
|
|
9
|
+
},
|
|
10
|
+
"categories": {
|
|
11
|
+
"task.acknowledge": {
|
|
12
|
+
"sounds": [
|
|
13
|
+
{
|
|
14
|
+
"file": "sounds/bubble-1.ogg",
|
|
15
|
+
"label": "bubble 1",
|
|
16
|
+
"sha256": "9d0731e87659ef1b4cac8745b89d7c27cdc1afc4478c30d0010fe4249e3d5ec1"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"file": "sounds/bubble-2.ogg",
|
|
20
|
+
"label": "bubble 2",
|
|
21
|
+
"sha256": "fb22b9960a447fb71ba90f6d570505dd8110a8ff0fc9fac48518aff4e1aaa9b0"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"file": "sounds/current.ogg",
|
|
25
|
+
"label": "current",
|
|
26
|
+
"sha256": "6da132c6ca9c01c50e0604301cc9187accb214eceecced52738a865fd99379d0"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"file": "sounds/deep-1.ogg",
|
|
30
|
+
"label": "deep 1",
|
|
31
|
+
"sha256": "204f984f20bb115148c57614e197699d15bc4ad7505816f0aac8b80537cc01b6"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"input.required": {
|
|
36
|
+
"sounds": [
|
|
37
|
+
{
|
|
38
|
+
"file": "sounds/deep-2.ogg",
|
|
39
|
+
"label": "deep 2",
|
|
40
|
+
"sha256": "c70c1ade35fb2eeb1b5c4f68c696d4f9ab4d86ddd22ced6d3629a1ee72644822"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"file": "sounds/shore-1.ogg",
|
|
44
|
+
"label": "shore 1",
|
|
45
|
+
"sha256": "1e110391907ac60f4a1aa2c0073c0f93bd9e417de61f5f2ff912009fd702bfec"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"file": "sounds/shore-2.ogg",
|
|
49
|
+
"label": "shore 2",
|
|
50
|
+
"sha256": "6c4a3f610c3ea505d2094d5ae841ce50c9ee661cfa544d0b7e7b40e3b10daf62"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"task.complete": {
|
|
55
|
+
"sounds": [
|
|
56
|
+
{
|
|
57
|
+
"file": "sounds/wave-1.ogg",
|
|
58
|
+
"label": "wave 1",
|
|
59
|
+
"sha256": "ef213fe00eca987db8c8a2fa07fcdb1c8aa4af76a4d3397f3d04c9cbceb90e73"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"file": "sounds/wave-2.ogg",
|
|
63
|
+
"label": "wave 2",
|
|
64
|
+
"sha256": "63cc032639cb0d4e59785550bd1b7e7c6f878b4f01a0bfeea3bd9a0265e45d74"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"file": "sounds/wind-1.ogg",
|
|
68
|
+
"label": "wind 1",
|
|
69
|
+
"sha256": "775f095332abf33a6b0211e7a8df0c8802c5420dddd91ad5768a9acdca1a2072"
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"task.error": {
|
|
74
|
+
"sounds": [
|
|
75
|
+
{
|
|
76
|
+
"file": "sounds/wind-2.ogg",
|
|
77
|
+
"label": "wind 2",
|
|
78
|
+
"sha256": "abdbd06e6afc8dd71876566e1a2e42fcfbba94a05f322911aeff51e0bceee383"
|
|
79
|
+
}
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
"resource.limit": {
|
|
83
|
+
"sounds": [
|
|
84
|
+
{
|
|
85
|
+
"file": "sounds/bubble-1.ogg",
|
|
86
|
+
"label": "bubble 1",
|
|
87
|
+
"sha256": "9d0731e87659ef1b4cac8745b89d7c27cdc1afc4478c30d0010fe4249e3d5ec1"
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -6,10 +6,14 @@
|
|
|
6
6
|
"credits": "rubberduck (https://opengameart.org/content/100-cc0-sfx)",
|
|
7
7
|
"category": "weather",
|
|
8
8
|
"sounds": [
|
|
9
|
+
"sounds/breeze-1.ogg",
|
|
10
|
+
"sounds/breeze-2.ogg",
|
|
11
|
+
"sounds/breeze-3.ogg",
|
|
9
12
|
"sounds/distant-thunder.ogg",
|
|
10
13
|
"sounds/lightning-crack.ogg",
|
|
11
14
|
"sounds/rain-drop-1.ogg",
|
|
12
15
|
"sounds/rain-drop-2.ogg",
|
|
16
|
+
"sounds/real-thunder.ogg",
|
|
13
17
|
"sounds/storm-1.ogg",
|
|
14
18
|
"sounds/storm-2.ogg",
|
|
15
19
|
"sounds/thunder-1.ogg",
|
|
@@ -21,27 +25,31 @@
|
|
|
21
25
|
],
|
|
22
26
|
"events": {
|
|
23
27
|
"done": [
|
|
24
|
-
"sounds/
|
|
28
|
+
"sounds/breeze-1.ogg",
|
|
29
|
+
"sounds/breeze-2.ogg",
|
|
30
|
+
"sounds/breeze-3.ogg",
|
|
31
|
+
"sounds/distant-thunder.ogg"
|
|
32
|
+
],
|
|
33
|
+
"permission": [
|
|
25
34
|
"sounds/lightning-crack.ogg",
|
|
26
35
|
"sounds/rain-drop-1.ogg",
|
|
27
|
-
"sounds/rain-drop-2.ogg"
|
|
36
|
+
"sounds/rain-drop-2.ogg",
|
|
37
|
+
"sounds/real-thunder.ogg"
|
|
28
38
|
],
|
|
29
|
-
"
|
|
39
|
+
"complete": [
|
|
30
40
|
"sounds/storm-1.ogg",
|
|
31
41
|
"sounds/storm-2.ogg",
|
|
32
|
-
"sounds/thunder-1.ogg"
|
|
33
|
-
|
|
34
|
-
"complete": [
|
|
35
|
-
"sounds/thunder-2.ogg",
|
|
36
|
-
"sounds/thunder-3.ogg",
|
|
37
|
-
"sounds/thunder-rumble.ogg"
|
|
42
|
+
"sounds/thunder-1.ogg",
|
|
43
|
+
"sounds/thunder-2.ogg"
|
|
38
44
|
],
|
|
39
45
|
"error": [
|
|
46
|
+
"sounds/thunder-3.ogg",
|
|
47
|
+
"sounds/thunder-rumble.ogg",
|
|
40
48
|
"sounds/wind-gust-1.ogg",
|
|
41
49
|
"sounds/wind-gust-2.ogg"
|
|
42
50
|
],
|
|
43
51
|
"blocked": [
|
|
44
|
-
"sounds/
|
|
52
|
+
"sounds/wind-gust-2.ogg"
|
|
45
53
|
]
|
|
46
54
|
}
|
|
47
55
|
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
{
|
|
2
|
+
"cesp_version": "1.0",
|
|
3
|
+
"name": "nature-weather",
|
|
4
|
+
"display_name": "Thunder, wind gusts, rain drops, and storms",
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"license": "CC0-1.0",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "rubberduck (https://opengameart.org/content/100-cc0-sfx)"
|
|
9
|
+
},
|
|
10
|
+
"categories": {
|
|
11
|
+
"task.acknowledge": {
|
|
12
|
+
"sounds": [
|
|
13
|
+
{
|
|
14
|
+
"file": "sounds/distant-thunder.ogg",
|
|
15
|
+
"label": "distant thunder",
|
|
16
|
+
"sha256": "6bc4d819fa3ad9b28b5df93ade2a6b1bf35b833020975533baf44bfac753c5ef"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"file": "sounds/lightning-crack.ogg",
|
|
20
|
+
"label": "lightning crack",
|
|
21
|
+
"sha256": "0c37e10c8e873ffc704a0a6d4896cd5a6ce3fc6d2096ab6ef94aea5b0f67cb88"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"file": "sounds/rain-drop-1.ogg",
|
|
25
|
+
"label": "rain drop 1",
|
|
26
|
+
"sha256": "e153192fe4b54588b380bf519c103c1760f91fc60db1f2c8651d7be33fd47d3d"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"file": "sounds/rain-drop-2.ogg",
|
|
30
|
+
"label": "rain drop 2",
|
|
31
|
+
"sha256": "fb35050a82382be9ea6f4cbb3463aa659bb1fa9ae3840c6ccac2cad4003a20a0"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"input.required": {
|
|
36
|
+
"sounds": [
|
|
37
|
+
{
|
|
38
|
+
"file": "sounds/storm-1.ogg",
|
|
39
|
+
"label": "storm 1",
|
|
40
|
+
"sha256": "ffd2bf2cf5cf1345ac3821982024c610a4ccfcec62f2881a356582f9eb794fb6"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"file": "sounds/storm-2.ogg",
|
|
44
|
+
"label": "storm 2",
|
|
45
|
+
"sha256": "32df54f27057e0834401249d3161b18a44e57ac5e643fe10e3ac276eef3ca95c"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"file": "sounds/thunder-1.ogg",
|
|
49
|
+
"label": "thunder 1",
|
|
50
|
+
"sha256": "411f16c26d1055e51f429038074a2b5e68abc872ea6b58b74a2b0b119336b12e"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"task.complete": {
|
|
55
|
+
"sounds": [
|
|
56
|
+
{
|
|
57
|
+
"file": "sounds/thunder-2.ogg",
|
|
58
|
+
"label": "thunder 2",
|
|
59
|
+
"sha256": "721d6a4bbd95bddb544daa444ef9fde8fad9415eeefc0d5b93de7d47869ee59e"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"file": "sounds/thunder-3.ogg",
|
|
63
|
+
"label": "thunder 3",
|
|
64
|
+
"sha256": "6f62141e9344f614e2c34c2d1545b840f2a68de93777e70d676c2fbc284d53ed"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"file": "sounds/thunder-rumble.ogg",
|
|
68
|
+
"label": "thunder rumble",
|
|
69
|
+
"sha256": "3df5563c72cd6f558900e103157ad587557d3605aa7cfc1f728c4081a97acbe7"
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"task.error": {
|
|
74
|
+
"sounds": [
|
|
75
|
+
{
|
|
76
|
+
"file": "sounds/wind-gust-1.ogg",
|
|
77
|
+
"label": "wind gust 1",
|
|
78
|
+
"sha256": "7d5435ba69cd3b3d5b210965b34ea3306a622625266ace16e70d0a83dad07767"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"file": "sounds/wind-gust-2.ogg",
|
|
82
|
+
"label": "wind gust 2",
|
|
83
|
+
"sha256": "9548017130ae715e20d521494c15f30bb3144f533f0dc31b7e0cdca39de044ed"
|
|
84
|
+
}
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
"resource.limit": {
|
|
88
|
+
"sounds": [
|
|
89
|
+
{
|
|
90
|
+
"file": "sounds/distant-thunder.ogg",
|
|
91
|
+
"label": "distant thunder",
|
|
92
|
+
"sha256": "6bc4d819fa3ad9b28b5df93ade2a6b1bf35b833020975533baf44bfac753c5ef"
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -6,13 +6,17 @@
|
|
|
6
6
|
"credits": "rubberduck (https://opengameart.org/content/100-cc0-sfx)",
|
|
7
7
|
"category": "classic",
|
|
8
8
|
"sounds": [
|
|
9
|
+
"sounds/clock-tick.ogg",
|
|
9
10
|
"sounds/desk-knock.ogg",
|
|
10
11
|
"sounds/door-close-1.ogg",
|
|
11
12
|
"sounds/door-close-2.ogg",
|
|
12
13
|
"sounds/door-open.ogg",
|
|
13
14
|
"sounds/drawer-open.ogg",
|
|
15
|
+
"sounds/heavy-door.ogg",
|
|
16
|
+
"sounds/item-place.ogg",
|
|
14
17
|
"sounds/key-turn-1.ogg",
|
|
15
18
|
"sounds/key-turn-2.ogg",
|
|
19
|
+
"sounds/lock-open.ogg",
|
|
16
20
|
"sounds/paper-1.ogg",
|
|
17
21
|
"sounds/paper-2.ogg",
|
|
18
22
|
"sounds/paper-3.ogg",
|
|
@@ -31,15 +35,19 @@
|
|
|
31
35
|
],
|
|
32
36
|
"permission": [
|
|
33
37
|
"sounds/drawer-open.ogg",
|
|
38
|
+
"sounds/heavy-door.ogg",
|
|
39
|
+
"sounds/item-place.ogg",
|
|
34
40
|
"sounds/key-turn-1.ogg",
|
|
35
|
-
"sounds/
|
|
41
|
+
"sounds/clock-tick.ogg"
|
|
36
42
|
],
|
|
37
43
|
"complete": [
|
|
44
|
+
"sounds/key-turn-2.ogg",
|
|
45
|
+
"sounds/lock-open.ogg",
|
|
38
46
|
"sounds/paper-1.ogg",
|
|
39
|
-
"sounds/paper-2.ogg"
|
|
40
|
-
"sounds/paper-3.ogg"
|
|
47
|
+
"sounds/paper-2.ogg"
|
|
41
48
|
],
|
|
42
49
|
"error": [
|
|
50
|
+
"sounds/paper-3.ogg",
|
|
43
51
|
"sounds/paper-4.ogg",
|
|
44
52
|
"sounds/pen-click.ogg",
|
|
45
53
|
"sounds/stapler.ogg"
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"cesp_version": "1.0",
|
|
3
|
+
"name": "office-classic",
|
|
4
|
+
"display_name": "Keys, switches, paper, and desk sounds",
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"license": "CC0-1.0",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "rubberduck (https://opengameart.org/content/100-cc0-sfx)"
|
|
9
|
+
},
|
|
10
|
+
"categories": {
|
|
11
|
+
"task.acknowledge": {
|
|
12
|
+
"sounds": [
|
|
13
|
+
{
|
|
14
|
+
"file": "sounds/desk-knock.ogg",
|
|
15
|
+
"label": "desk knock",
|
|
16
|
+
"sha256": "230bca385c5b827d78675c19c2187ed41c371b4a467fada86bf940b1f79bffd7"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"file": "sounds/door-close-1.ogg",
|
|
20
|
+
"label": "door close 1",
|
|
21
|
+
"sha256": "b85c6779bcea9ed3a428f81b18c1ac77c5eef1c52b46c000577b52380a681b7c"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"file": "sounds/door-close-2.ogg",
|
|
25
|
+
"label": "door close 2",
|
|
26
|
+
"sha256": "5b8e845d5a05de4d6d8a37c046c7a74245587a12913c4345e179136ac3e74691"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"file": "sounds/door-open.ogg",
|
|
30
|
+
"label": "door open",
|
|
31
|
+
"sha256": "9e86110bc284d5067ed5236e362b29b7dee6634ab66b4257519f25d9c5db4ecd"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"input.required": {
|
|
36
|
+
"sounds": [
|
|
37
|
+
{
|
|
38
|
+
"file": "sounds/drawer-open.ogg",
|
|
39
|
+
"label": "drawer open",
|
|
40
|
+
"sha256": "35a306f1f9a30335ae4c74b9c913847f8d3c03dd1bc4ee149945d0b3c645756a"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"file": "sounds/key-turn-1.ogg",
|
|
44
|
+
"label": "key turn 1",
|
|
45
|
+
"sha256": "9b861cdc838014c97599cd87e9e3ef44827e762924523de02183825521a8185e"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"file": "sounds/key-turn-2.ogg",
|
|
49
|
+
"label": "key turn 2",
|
|
50
|
+
"sha256": "4e733a54413bb3e6e86f2fff964c7cfdf5f11fc8e96c4a0c34e115c7a04c1ea3"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"task.complete": {
|
|
55
|
+
"sounds": [
|
|
56
|
+
{
|
|
57
|
+
"file": "sounds/paper-1.ogg",
|
|
58
|
+
"label": "paper 1",
|
|
59
|
+
"sha256": "5af52b83ded58bae9f4a85844bafd50fa7171cf5782ef370e02ea385e1208912"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"file": "sounds/paper-2.ogg",
|
|
63
|
+
"label": "paper 2",
|
|
64
|
+
"sha256": "1cf78115b04b80a9aabbb4913f86d5ac8b7e86c40014f9cb7332099ea9a5881f"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"file": "sounds/paper-3.ogg",
|
|
68
|
+
"label": "paper 3",
|
|
69
|
+
"sha256": "166d99557b8660da14374dcf6a8d5409758948700a4c38466a04fb33206bbc59"
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"task.error": {
|
|
74
|
+
"sounds": [
|
|
75
|
+
{
|
|
76
|
+
"file": "sounds/paper-4.ogg",
|
|
77
|
+
"label": "paper 4",
|
|
78
|
+
"sha256": "0bb5dd43cfd09305110d47da1f86acc2d9768b43e66bf13455db542bec895a24"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"file": "sounds/pen-click.ogg",
|
|
82
|
+
"label": "pen click",
|
|
83
|
+
"sha256": "84e90a1997d233a48fdf897906ae0d800d04be0414862ada9ea0a27da4f0b6f3"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"file": "sounds/stapler.ogg",
|
|
87
|
+
"label": "stapler",
|
|
88
|
+
"sha256": "dd0baa0a8dfec32e59dbc1f6f5268783b6852e16970a9579d0c7b3c191025d03"
|
|
89
|
+
}
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
"resource.limit": {
|
|
93
|
+
"sounds": [
|
|
94
|
+
{
|
|
95
|
+
"file": "sounds/switch-1.ogg",
|
|
96
|
+
"label": "switch 1",
|
|
97
|
+
"sha256": "f9e600c2fb0f88fd9cc45fbb1a9ae80a099b71e5a5ae2bc0abeeacfde13880d9"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"file": "sounds/switch-2.ogg",
|
|
101
|
+
"label": "switch 2",
|
|
102
|
+
"sha256": "aa92e425fb2c27e968805ad8be669ec6e7cdaceaaa8f5a2a2408225c20c541de"
|
|
103
|
+
}
|
|
104
|
+
]
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -19,6 +19,9 @@
|
|
|
19
19
|
"sounds/ping-2.ogg",
|
|
20
20
|
"sounds/ping-3.ogg",
|
|
21
21
|
"sounds/random-tone.ogg",
|
|
22
|
+
"sounds/soft-switch-1.ogg",
|
|
23
|
+
"sounds/soft-switch-2.ogg",
|
|
24
|
+
"sounds/soft-switch-3.ogg",
|
|
22
25
|
"sounds/up-tone.ogg",
|
|
23
26
|
"sounds/zap-tone.ogg"
|
|
24
27
|
],
|
|
@@ -32,17 +35,20 @@
|
|
|
32
35
|
"permission": [
|
|
33
36
|
"sounds/ascend-3.ogg",
|
|
34
37
|
"sounds/chime.ogg",
|
|
35
|
-
"sounds/descend.ogg"
|
|
38
|
+
"sounds/descend.ogg",
|
|
39
|
+
"sounds/down-tone.ogg"
|
|
36
40
|
],
|
|
37
41
|
"complete": [
|
|
38
|
-
"sounds/down-tone.ogg",
|
|
39
42
|
"sounds/low-alert.ogg",
|
|
40
|
-
"sounds/ping-1.ogg"
|
|
43
|
+
"sounds/ping-1.ogg",
|
|
44
|
+
"sounds/ping-2.ogg",
|
|
45
|
+
"sounds/ping-3.ogg"
|
|
41
46
|
],
|
|
42
47
|
"error": [
|
|
43
|
-
"sounds/
|
|
44
|
-
"sounds/
|
|
45
|
-
"sounds/
|
|
48
|
+
"sounds/random-tone.ogg",
|
|
49
|
+
"sounds/soft-switch-1.ogg",
|
|
50
|
+
"sounds/soft-switch-2.ogg",
|
|
51
|
+
"sounds/soft-switch-3.ogg"
|
|
46
52
|
],
|
|
47
53
|
"blocked": [
|
|
48
54
|
"sounds/up-tone.ogg",
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"cesp_version": "1.0",
|
|
3
|
+
"name": "office-digital",
|
|
4
|
+
"display_name": "Digital pings, alerts, and chimes",
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"license": "CC0-1.0",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "Kenney (https://kenney.nl)"
|
|
9
|
+
},
|
|
10
|
+
"categories": {
|
|
11
|
+
"task.acknowledge": {
|
|
12
|
+
"sounds": [
|
|
13
|
+
{
|
|
14
|
+
"file": "sounds/alert-1.ogg",
|
|
15
|
+
"label": "alert 1",
|
|
16
|
+
"sha256": "e2cdc8ee1c52e31c85d65a6a4ea33a8b25d588cafab6c00cb7ec8f95994ef6b4"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"file": "sounds/alert-2.ogg",
|
|
20
|
+
"label": "alert 2",
|
|
21
|
+
"sha256": "6620d85e1b4f02b776c051230cb40f6e11f711e56394665263c955a1c6aceeca"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"file": "sounds/ascend-1.ogg",
|
|
25
|
+
"label": "ascend 1",
|
|
26
|
+
"sha256": "a1dca632a9a443f5b887693ae3c520888d2613e236e1158f4c58b0cc631fcf4c"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"file": "sounds/ascend-2.ogg",
|
|
30
|
+
"label": "ascend 2",
|
|
31
|
+
"sha256": "8c1614b7a97224ca1165762a16b466851ab9dcc9d6a59020d8ec972058b10f58"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"input.required": {
|
|
36
|
+
"sounds": [
|
|
37
|
+
{
|
|
38
|
+
"file": "sounds/ascend-3.ogg",
|
|
39
|
+
"label": "ascend 3",
|
|
40
|
+
"sha256": "6400c1c909d1cf68820cdf6fb33e865672e6c272baeeb8291ce0b3b1d56ac9cd"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"file": "sounds/chime.ogg",
|
|
44
|
+
"label": "chime",
|
|
45
|
+
"sha256": "17c263fc4d9fce1044b000f8c1ac3b727e66e13ad25ea56d27bf31eb35849e0d"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"file": "sounds/descend.ogg",
|
|
49
|
+
"label": "descend",
|
|
50
|
+
"sha256": "c99925e6fa6344a8e58658b31704970b166cded95c15ef935b8c23e009d63c13"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"task.complete": {
|
|
55
|
+
"sounds": [
|
|
56
|
+
{
|
|
57
|
+
"file": "sounds/down-tone.ogg",
|
|
58
|
+
"label": "down tone",
|
|
59
|
+
"sha256": "730b8942e458981dbd0595d79b8852b1cd41c76618a50dae649c0da8d05fd89d"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"file": "sounds/low-alert.ogg",
|
|
63
|
+
"label": "low alert",
|
|
64
|
+
"sha256": "435c948b0d95aa145776d54ade7be21536f0f36548a0f195dfe30fc1288d42cb"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"file": "sounds/ping-1.ogg",
|
|
68
|
+
"label": "ping 1",
|
|
69
|
+
"sha256": "18f049df95d4e9051665477e0b83c677dcd108a66163cdc2876b75d1908a2817"
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"task.error": {
|
|
74
|
+
"sounds": [
|
|
75
|
+
{
|
|
76
|
+
"file": "sounds/ping-2.ogg",
|
|
77
|
+
"label": "ping 2",
|
|
78
|
+
"sha256": "25c1d1fee09b0147bcba5d66e5813cbd4b7c38cb315755422ace8c1854cf1e09"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"file": "sounds/ping-3.ogg",
|
|
82
|
+
"label": "ping 3",
|
|
83
|
+
"sha256": "234d7d42efcafb203fa3d11c9be10b20bc32e5b143811cfef15e3c8a72f65742"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"file": "sounds/random-tone.ogg",
|
|
87
|
+
"label": "random tone",
|
|
88
|
+
"sha256": "60132d90f71e6b0cf167cade533010ac592dbc4ff7e19d85fd77694eef712767"
|
|
89
|
+
}
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
"resource.limit": {
|
|
93
|
+
"sounds": [
|
|
94
|
+
{
|
|
95
|
+
"file": "sounds/up-tone.ogg",
|
|
96
|
+
"label": "up tone",
|
|
97
|
+
"sha256": "9199739274ccd9eb6e738fe39fd5da35b22fa81c29d07ff9536248915a38c779"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"file": "sounds/zap-tone.ogg",
|
|
101
|
+
"label": "zap tone",
|
|
102
|
+
"sha256": "46c227d13dd5f77b0ef5bbe4bf7c6751e55a941138c0a9b4aa2e76900d8cd2a3"
|
|
103
|
+
}
|
|
104
|
+
]
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"sounds/machine-1.ogg",
|
|
13
13
|
"sounds/machine-2.ogg",
|
|
14
14
|
"sounds/machine-3.ogg",
|
|
15
|
+
"sounds/power-switch.ogg",
|
|
15
16
|
"sounds/ratchet.ogg",
|
|
16
17
|
"sounds/stamp-1.ogg",
|
|
17
18
|
"sounds/stamp-2.ogg",
|
|
@@ -20,6 +21,8 @@
|
|
|
20
21
|
"sounds/tap-2.ogg",
|
|
21
22
|
"sounds/tap-3.ogg",
|
|
22
23
|
"sounds/tap-4.ogg",
|
|
24
|
+
"sounds/whir-1.ogg",
|
|
25
|
+
"sounds/whir-2.ogg",
|
|
23
26
|
"sounds/wrench.ogg"
|
|
24
27
|
],
|
|
25
28
|
"events": {
|
|
@@ -32,20 +35,23 @@
|
|
|
32
35
|
"permission": [
|
|
33
36
|
"sounds/machine-2.ogg",
|
|
34
37
|
"sounds/machine-3.ogg",
|
|
38
|
+
"sounds/power-switch.ogg",
|
|
35
39
|
"sounds/ratchet.ogg"
|
|
36
40
|
],
|
|
37
41
|
"complete": [
|
|
38
42
|
"sounds/stamp-1.ogg",
|
|
39
43
|
"sounds/stamp-2.ogg",
|
|
40
|
-
"sounds/stamp-3.ogg"
|
|
44
|
+
"sounds/stamp-3.ogg",
|
|
45
|
+
"sounds/tap-1.ogg"
|
|
41
46
|
],
|
|
42
47
|
"error": [
|
|
43
|
-
"sounds/tap-1.ogg",
|
|
44
48
|
"sounds/tap-2.ogg",
|
|
45
|
-
"sounds/tap-3.ogg"
|
|
49
|
+
"sounds/tap-3.ogg",
|
|
50
|
+
"sounds/tap-4.ogg",
|
|
51
|
+
"sounds/whir-1.ogg"
|
|
46
52
|
],
|
|
47
53
|
"blocked": [
|
|
48
|
-
"sounds/
|
|
54
|
+
"sounds/whir-2.ogg",
|
|
49
55
|
"sounds/wrench.ogg"
|
|
50
56
|
]
|
|
51
57
|
}
|