@effetune/dsp 0.1.0 → 0.5.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/README.md +106 -5
- package/dist/assets/effetune-dsp.meta.json +491 -7
- package/dist/assets/effetune-dsp.simd.wasm +0 -0
- package/dist/assets/effetune-dsp.wasm +0 -0
- package/dist/catalog/effects-v1.json +1778 -242
- package/dist/errors.js +21 -0
- package/dist/generated-effects.d.ts +317 -1
- package/dist/generated-effects.js +185 -3
- package/dist/generated-graph-contract.js +8 -0
- package/dist/graph-document.js +644 -0
- package/dist/graph-engine.js +493 -0
- package/dist/graph.js +467 -0
- package/dist/index.d.ts +268 -1
- package/dist/index.js +36 -0
- package/dist/internal/dsp-engine-binding.js +162 -1
- package/dist/internal/dsp-params.generated.js +537 -70
- package/dist/internal/dsp-wasm-loader.js +2 -0
- package/dist/preset.js +29 -0
- package/dist/runtime.js +73 -5
- package/dist/schemas/chain-v1.schema.json +1740 -167
- package/dist/schemas/graph-v1.schema.json +8208 -0
- package/dist/semantics.js +88 -30
- package/dist/worklet-processor.js +8 -1
- package/dist/worklet.d.ts +1 -0
- package/dist/worklet.js +15 -0
- package/package.json +2 -1
|
@@ -1,7 +1,395 @@
|
|
|
1
1
|
{
|
|
2
2
|
"abiVersion": 1,
|
|
3
|
-
"sourceDigest": "sha256:
|
|
3
|
+
"sourceDigest": "sha256:00067361c0a5d99d45cf1d82c9bf6551d0403f895a8fa49ca21a6c79baf5c4d1",
|
|
4
4
|
"emsdkVersion": "6.0.2",
|
|
5
|
+
"g726PerformanceInput": {
|
|
6
|
+
"contract": "g726-production-performance-input-sha256-v2",
|
|
7
|
+
"hashAlgorithm": "SHA-256 over the contract and ordered UTF-8 components as id\\0content\\0; CRLF and CR normalize to LF",
|
|
8
|
+
"digest": "sha256:b50736a00940789be0f1ac4cfb8ab918c1ac1226fb9223703c0847d50b82d9e6",
|
|
9
|
+
"inputs": [
|
|
10
|
+
{
|
|
11
|
+
"id": "dsp/core/abi.cpp",
|
|
12
|
+
"kind": "file",
|
|
13
|
+
"sha256": "sha256:ae52245f49287e6bf3345ba0860e65c7eb9d49fe61fabb0a3fb3459bb9eb6676"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"id": "dsp/core/allocation_guard.cpp",
|
|
17
|
+
"kind": "file",
|
|
18
|
+
"sha256": "sha256:95462089e6f7069ef80bf82e1ef49c841f0afe1a796b4ddb9151198bb403d93f"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"id": "dsp/core/allocation_guard.h",
|
|
22
|
+
"kind": "file",
|
|
23
|
+
"sha256": "sha256:3b515279d561968d70e2e85f9e430bd0b81c5b513cdb8b6233d3253cb5a9cf44"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"id": "dsp/core/arena.cpp",
|
|
27
|
+
"kind": "file",
|
|
28
|
+
"sha256": "sha256:2de46fb659bd4327d2f241dbf28529c4adff78b5a69bba7c4c28e77593857ffd"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "dsp/core/arena.h",
|
|
32
|
+
"kind": "file",
|
|
33
|
+
"sha256": "sha256:a474f8318433d0cd264d8397abaeafcdb03bfcedce057343771f88668d5134c1"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": "dsp/core/engine.cpp",
|
|
37
|
+
"kind": "file",
|
|
38
|
+
"sha256": "sha256:be4717516d9fb48de4a4fb68f5338a490ac4a060c571a22237514f311c2c1126"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "dsp/core/engine.h",
|
|
42
|
+
"kind": "file",
|
|
43
|
+
"sha256": "sha256:373b70d2e7f6925a79c13e067719b40b36539567d26bf6f3d8df575641e47239"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"id": "dsp/core/registry.cpp",
|
|
47
|
+
"kind": "file",
|
|
48
|
+
"sha256": "sha256:1ca815678d0ecc13ee7dfd35f8c0af6b2ea1d4ff1e7100177349057b7ebbdcab"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "dsp/core/registry.h",
|
|
52
|
+
"kind": "file",
|
|
53
|
+
"sha256": "sha256:7f83d8a03050edea60aa89a6efab1cd66a139812908aaa91bf12b8ff7f72239e"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": "dsp/core/telemetry.cpp",
|
|
57
|
+
"kind": "file",
|
|
58
|
+
"sha256": "sha256:a78cfe83117c9ea3714f0fe83e320e377165331c56627283f2193c78012514da"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": "dsp/EMSDK_VERSION",
|
|
62
|
+
"kind": "file",
|
|
63
|
+
"sha256": "sha256:8adcc17e039842d2f4d92ca25f72a8963ede072c885ef5f762c0682b87c6d872"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "dsp/exports.txt",
|
|
67
|
+
"kind": "file",
|
|
68
|
+
"sha256": "sha256:d9fafe26c1f1d23eaa4f38fa61073f992f34a0649e85eac39df9bd1dc8215342"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"id": "dsp/generated/cpp/G726ADPCMSimulatorPluginParams.h",
|
|
72
|
+
"kind": "file",
|
|
73
|
+
"sha256": "sha256:56b4bd6c17d1c62a6dd341e45143926a6cac2563a8342f27d459fc9ccab325ab"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"id": "dsp/include/effetune/abi.h",
|
|
77
|
+
"kind": "file",
|
|
78
|
+
"sha256": "sha256:18dcdc3fdd2af9de4b7acb27dacb3441b01a441e9447af1908efb69437b3909a"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": "dsp/include/effetune/dsp/halfband.h",
|
|
82
|
+
"kind": "file",
|
|
83
|
+
"sha256": "sha256:6707a8f7d82d951161256e6545571976b8a538f7517e6bb5887b21c2806c9411"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"id": "dsp/include/effetune/dsp/rational_resampler.h",
|
|
87
|
+
"kind": "file",
|
|
88
|
+
"sha256": "sha256:5e74d6a4f7092736e6653f6f4424c569c63f7b80a72b9befe1338103d9f423e4"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": "dsp/include/effetune/dsp/xorshift_rng.h",
|
|
92
|
+
"kind": "file",
|
|
93
|
+
"sha256": "sha256:b7f7c8100b501737041b0db649cb3c058a077b4d58f7fdaf5d86afc853faf67e"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"id": "dsp/include/effetune/kernel.h",
|
|
97
|
+
"kind": "file",
|
|
98
|
+
"sha256": "sha256:89f9d73a1ccd78c995487605ae285f4f522ccc126e64659d0d2fb2f8ae7ac29e"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"id": "dsp/include/effetune/telemetry.h",
|
|
102
|
+
"kind": "file",
|
|
103
|
+
"sha256": "sha256:4b0ba04d8d3c3e104bfb34d5b8d54254a51d45766790fdab8059fea2adb7c218"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"id": "dsp/plugins/lofi/g726_adpcm_simulator/kernel.cpp",
|
|
107
|
+
"kind": "file",
|
|
108
|
+
"sha256": "sha256:2dc4bcdded1afb5a9127d4225e833182038cda30be2af9c9280c28f4949fdabd"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"id": "dsp/plugins/lofi/g726_adpcm_simulator/kernel.h",
|
|
112
|
+
"kind": "file",
|
|
113
|
+
"sha256": "sha256:22651b16d025a151af078c6592e7cf4b2d908044617d39f4767b8673cde01e3d"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"id": "dsp/plugins/lofi/g726_adpcm_simulator/params.json",
|
|
117
|
+
"kind": "file",
|
|
118
|
+
"sha256": "sha256:fccbe3d6b852a1f29f86a1f3d1cc6acf855dbfa7d4472cbb2c211abd52ccd61f"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"id": "dsp/registry.inc#G726ADPCMSimulatorPlugin-entry",
|
|
122
|
+
"kind": "derived",
|
|
123
|
+
"sha256": "sha256:2666e2704579948c97d868484a026316e77d6cc5234c4966fd62f8e2397884f5"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"id": "dsp/wasm/no_entry.cpp",
|
|
127
|
+
"kind": "file",
|
|
128
|
+
"sha256": "sha256:0d2961904f2cd8bd43c50a4f861c7ad7ea8865a7c4cd4ec05e197c1a4182b3a3"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": "js/audio/dsp-engine-binding.js",
|
|
132
|
+
"kind": "file",
|
|
133
|
+
"sha256": "sha256:4c0efb5c75ee0c051ba2fc0804f908d61363d077fec95f86f5b390a8eb031cc9"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"id": "production-build#g726-resolved-authority",
|
|
137
|
+
"kind": "derived",
|
|
138
|
+
"sha256": "sha256:872376fbba212753fe6283376ec83125c55906cf51b746cebae39882acc2490d"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"id": "production-build#g726-source-authority",
|
|
142
|
+
"kind": "derived",
|
|
143
|
+
"sha256": "sha256:2f0ae13c16cc15cd2953365a24f94d90cbe00ce65a525368a67a6855459affed"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"id": "tools/dsp-parity/cases.mjs",
|
|
147
|
+
"kind": "file",
|
|
148
|
+
"sha256": "sha256:6648f94de566a4c2a4560a222a3957892d890e92ef79dd660a1e0b91ee2bbf02"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"id": "tools/dsp-parity/g726-cpu-gate.mjs",
|
|
152
|
+
"kind": "file",
|
|
153
|
+
"sha256": "sha256:80fbcd07b5ff860e2ee3d8f24be2459bff7025f47af8568cbb285b577133addd"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"id": "tools/dsp-parity/g726-performance-inputs.mjs",
|
|
157
|
+
"kind": "file",
|
|
158
|
+
"sha256": "sha256:4f5ac71c0c61327c921640fb0b82102d4db93aaa77040e9fb10222ed7e8430aa"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"id": "tools/dsp-parity/runners.mjs",
|
|
162
|
+
"kind": "file",
|
|
163
|
+
"sha256": "sha256:2149fe3fd23139997563d401277b0ea5cdc1b893d310f970fc4e5f9b8517d11c"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"id": "tools/dsp-parity/stimuli.mjs",
|
|
167
|
+
"kind": "file",
|
|
168
|
+
"sha256": "sha256:76bbda8364561341df8df263cc2b69f3eedb6b2614f4f77a48ed3c75ebe816a3"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"registryEntry": "EFFETUNE_PLUGIN(G726ADPCMSimulatorPlugin,lofi/g726_adpcm_simulator)",
|
|
172
|
+
"buildAuthority": {
|
|
173
|
+
"source": {
|
|
174
|
+
"cmakeTargetDeclarations": [
|
|
175
|
+
"set(CMAKE_CXX_STANDARD 20)",
|
|
176
|
+
"set(CMAKE_CXX_STANDARD_REQUIRED ON)",
|
|
177
|
+
"set(CMAKE_CXX_EXTENSIONS OFF)",
|
|
178
|
+
"target_include_directories( pffft PUBLIC vendor/pffft/include/pffft PRIVATE vendor/pffft/src)",
|
|
179
|
+
"target_compile_definitions( pffft PUBLIC PFFFT_STATIC_DEFINE=1 PRIVATE $<$<BOOL:${ET_SIMD}>:PFFFT_ENABLE_NEON=1> $<$<NOT:$<BOOL:${ET_SIMD}>>:PFFFT_SIMD_DISABLE=1>)",
|
|
180
|
+
"target_compile_options(pffft PRIVATE -msimd128)",
|
|
181
|
+
"set_target_properties(pffft PROPERTIES POSITION_INDEPENDENT_CODE ON)",
|
|
182
|
+
"target_link_libraries(pffft PUBLIC m)",
|
|
183
|
+
"target_include_directories( effetune_dsp_core PUBLIC include bindings/generated PRIVATE core generated/cpp)",
|
|
184
|
+
"target_link_libraries(effetune_dsp_core PUBLIC pffft)",
|
|
185
|
+
"target_compile_definitions( effetune_dsp_core PRIVATE $<$<BOOL:${ET_SIMD}>:ET_SIMD=1> $<$<BOOL:${ET_DEBUG_STATE}>:ET_DEBUG_STATE=1> $<$<CONFIG:Debug>:ET_DEBUG_BUILD=1> $<$<CONFIG:Debug>:ET_ALLOCATION_GUARD=1> $<$<AND:$<CONFIG:Debug>,$<NOT:$<CXX_COMPILER_ID:MSVC>>>:ET_WRAP_MALLOC=1> $<$<BOOL:${BUILD_TESTING}>:ET_ENABLE_TEST_KERNEL=1>)",
|
|
186
|
+
"target_link_options( effetune_dsp_core INTERFACE $<$<AND:$<CONFIG:Debug>,$<NOT:$<CXX_COMPILER_ID:MSVC>>>:-Wl,--wrap=malloc>)",
|
|
187
|
+
"target_compile_options(effetune_dsp_core PRIVATE /W4 /WX /GR-)",
|
|
188
|
+
"target_compile_definitions( effetune_dsp_core PRIVATE ET_ENABLE_LIFECYCLE_EXCEPTION_BOUNDARY=1)",
|
|
189
|
+
"target_compile_options( effetune_dsp_core PRIVATE -Wall -Wextra -Wpedantic -Werror -fwasm-exceptions -fno-rtti)",
|
|
190
|
+
"target_compile_options( effetune_dsp_core PRIVATE -Wall -Wextra -Wpedantic -Werror -fno-exceptions -fno-rtti)",
|
|
191
|
+
"target_link_libraries(effetune-dsp PRIVATE effetune_dsp_core)",
|
|
192
|
+
"set_target_properties(effetune-dsp PROPERTIES OUTPUT_NAME \"effetune-dsp\" SUFFIX \".wasm\")",
|
|
193
|
+
"target_compile_options( effetune_dsp_core PRIVATE $<$<CONFIG:Release>:-O3> $<$<CONFIG:Release>:-flto> $<$<BOOL:${ET_SIMD}>:-msimd128>)",
|
|
194
|
+
"target_link_options( effetune-dsp PRIVATE --no-entry -sSTANDALONE_WASM=1 -sALLOW_MEMORY_GROWTH=1 -sINITIAL_MEMORY=8388608 -sMAXIMUM_MEMORY=268435456 -sEXPORTED_FUNCTIONS=@${ET_EXPORTED_FUNCTIONS_FILE} -fwasm-exceptions $<$<CONFIG:Release>:-O3> $<$<CONFIG:Release>:-flto> $<$<BOOL:${ET_SIMD}>:-msimd128>)"
|
|
195
|
+
],
|
|
196
|
+
"builderInvocation": "function configureAndBuildWasm({ emcmake, name, simd, debugState = false }) { const buildDirectory = path.join(buildRoot, name); resetBuildDirectory(buildDirectory); const configureArguments = productionWasmConfigureArguments({ dspRoot, buildDirectory, simd, debugState }); run(emcmake, configureArguments); run('cmake', ['--build', buildDirectory, '--parallel']); const artifact = path.join(buildDirectory, 'effetune-dsp.wasm'); if (!fs.existsSync(artifact)) { fail(`WASM build did not produce ${artifact}`); } return { artifact, buildDirectory, configureArguments }; }",
|
|
197
|
+
"productionConfigureArguments": {
|
|
198
|
+
"baseline": [
|
|
199
|
+
"cmake",
|
|
200
|
+
"-S",
|
|
201
|
+
"<repo>/dsp",
|
|
202
|
+
"-B",
|
|
203
|
+
"<build>",
|
|
204
|
+
"-G",
|
|
205
|
+
"Ninja",
|
|
206
|
+
"-DCMAKE_BUILD_TYPE=Release",
|
|
207
|
+
"-DET_SIMD=OFF",
|
|
208
|
+
"-DET_DEBUG_STATE=OFF",
|
|
209
|
+
"-DBUILD_TESTING=OFF"
|
|
210
|
+
],
|
|
211
|
+
"simd": [
|
|
212
|
+
"cmake",
|
|
213
|
+
"-S",
|
|
214
|
+
"<repo>/dsp",
|
|
215
|
+
"-B",
|
|
216
|
+
"<build>",
|
|
217
|
+
"-G",
|
|
218
|
+
"Ninja",
|
|
219
|
+
"-DCMAKE_BUILD_TYPE=Release",
|
|
220
|
+
"-DET_SIMD=ON",
|
|
221
|
+
"-DET_DEBUG_STATE=OFF",
|
|
222
|
+
"-DBUILD_TESTING=OFF"
|
|
223
|
+
]
|
|
224
|
+
},
|
|
225
|
+
"digest": "sha256:c2ea8f18f42afd6375341c9df08f4f21ef57a44875f540126eef084101ddef99"
|
|
226
|
+
},
|
|
227
|
+
"resolved": {
|
|
228
|
+
"source": "configured CMake Ninja compile/link edges",
|
|
229
|
+
"variants": {
|
|
230
|
+
"baseline": {
|
|
231
|
+
"variant": "baseline",
|
|
232
|
+
"configureArguments": [
|
|
233
|
+
"cmake",
|
|
234
|
+
"-S",
|
|
235
|
+
"<repo>/dsp",
|
|
236
|
+
"-B",
|
|
237
|
+
"<build>",
|
|
238
|
+
"-G",
|
|
239
|
+
"Ninja",
|
|
240
|
+
"-DCMAKE_BUILD_TYPE=Release",
|
|
241
|
+
"-DET_SIMD=OFF",
|
|
242
|
+
"-DET_DEBUG_STATE=OFF",
|
|
243
|
+
"-DBUILD_TESTING=OFF"
|
|
244
|
+
],
|
|
245
|
+
"emsdkVersion": "6.0.2",
|
|
246
|
+
"compiler": {
|
|
247
|
+
"id": "Clang",
|
|
248
|
+
"version": "23.0.0",
|
|
249
|
+
"platform": "emscripten",
|
|
250
|
+
"frontendVariant": "GNU",
|
|
251
|
+
"executable": "em++"
|
|
252
|
+
},
|
|
253
|
+
"compileCommands": [
|
|
254
|
+
{
|
|
255
|
+
"source": "dsp/core/abi.cpp",
|
|
256
|
+
"definitions": "-DET_ENABLE_LIFECYCLE_EXCEPTION_BOUNDARY=1 -DPFFFT_STATIC_DEFINE=1",
|
|
257
|
+
"flags": "-O3 -DNDEBUG -std=c++20 -Wall -Wextra -Wpedantic -Werror -fwasm-exceptions -fno-rtti -O3 -flto",
|
|
258
|
+
"includes": "-I<repo>/dsp/include -I<repo>/dsp/bindings/generated -I<repo>/dsp/core -I<repo>/dsp/generated/cpp -I<repo>/dsp/vendor/pffft/include/pffft"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"source": "dsp/core/allocation_guard.cpp",
|
|
262
|
+
"definitions": "-DET_ENABLE_LIFECYCLE_EXCEPTION_BOUNDARY=1 -DPFFFT_STATIC_DEFINE=1",
|
|
263
|
+
"flags": "-O3 -DNDEBUG -std=c++20 -Wall -Wextra -Wpedantic -Werror -fwasm-exceptions -fno-rtti -O3 -flto",
|
|
264
|
+
"includes": "-I<repo>/dsp/include -I<repo>/dsp/bindings/generated -I<repo>/dsp/core -I<repo>/dsp/generated/cpp -I<repo>/dsp/vendor/pffft/include/pffft"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"source": "dsp/core/arena.cpp",
|
|
268
|
+
"definitions": "-DET_ENABLE_LIFECYCLE_EXCEPTION_BOUNDARY=1 -DPFFFT_STATIC_DEFINE=1",
|
|
269
|
+
"flags": "-O3 -DNDEBUG -std=c++20 -Wall -Wextra -Wpedantic -Werror -fwasm-exceptions -fno-rtti -O3 -flto",
|
|
270
|
+
"includes": "-I<repo>/dsp/include -I<repo>/dsp/bindings/generated -I<repo>/dsp/core -I<repo>/dsp/generated/cpp -I<repo>/dsp/vendor/pffft/include/pffft"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"source": "dsp/core/engine.cpp",
|
|
274
|
+
"definitions": "-DET_ENABLE_LIFECYCLE_EXCEPTION_BOUNDARY=1 -DPFFFT_STATIC_DEFINE=1",
|
|
275
|
+
"flags": "-O3 -DNDEBUG -std=c++20 -Wall -Wextra -Wpedantic -Werror -fwasm-exceptions -fno-rtti -O3 -flto",
|
|
276
|
+
"includes": "-I<repo>/dsp/include -I<repo>/dsp/bindings/generated -I<repo>/dsp/core -I<repo>/dsp/generated/cpp -I<repo>/dsp/vendor/pffft/include/pffft"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"source": "dsp/core/registry.cpp",
|
|
280
|
+
"definitions": "-DET_ENABLE_LIFECYCLE_EXCEPTION_BOUNDARY=1 -DPFFFT_STATIC_DEFINE=1",
|
|
281
|
+
"flags": "-O3 -DNDEBUG -std=c++20 -Wall -Wextra -Wpedantic -Werror -fwasm-exceptions -fno-rtti -O3 -flto",
|
|
282
|
+
"includes": "-I<repo>/dsp/include -I<repo>/dsp/bindings/generated -I<repo>/dsp/core -I<repo>/dsp/generated/cpp -I<repo>/dsp/vendor/pffft/include/pffft"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"source": "dsp/core/telemetry.cpp",
|
|
286
|
+
"definitions": "-DET_ENABLE_LIFECYCLE_EXCEPTION_BOUNDARY=1 -DPFFFT_STATIC_DEFINE=1",
|
|
287
|
+
"flags": "-O3 -DNDEBUG -std=c++20 -Wall -Wextra -Wpedantic -Werror -fwasm-exceptions -fno-rtti -O3 -flto",
|
|
288
|
+
"includes": "-I<repo>/dsp/include -I<repo>/dsp/bindings/generated -I<repo>/dsp/core -I<repo>/dsp/generated/cpp -I<repo>/dsp/vendor/pffft/include/pffft"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"source": "dsp/plugins/lofi/g726_adpcm_simulator/kernel.cpp",
|
|
292
|
+
"definitions": "-DET_ENABLE_LIFECYCLE_EXCEPTION_BOUNDARY=1 -DPFFFT_STATIC_DEFINE=1",
|
|
293
|
+
"flags": "-O3 -DNDEBUG -std=c++20 -Wall -Wextra -Wpedantic -Werror -fwasm-exceptions -fno-rtti -O3 -flto",
|
|
294
|
+
"includes": "-I<repo>/dsp/include -I<repo>/dsp/bindings/generated -I<repo>/dsp/core -I<repo>/dsp/generated/cpp -I<repo>/dsp/vendor/pffft/include/pffft"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"source": "dsp/wasm/no_entry.cpp",
|
|
298
|
+
"definitions": "-DPFFFT_STATIC_DEFINE=1",
|
|
299
|
+
"flags": "-O3 -DNDEBUG -std=c++20",
|
|
300
|
+
"includes": "-I<repo>/dsp/include -I<repo>/dsp/bindings/generated -I<repo>/dsp/vendor/pffft/include/pffft"
|
|
301
|
+
}
|
|
302
|
+
],
|
|
303
|
+
"linkCommand": {
|
|
304
|
+
"flags": "-O3 -DNDEBUG",
|
|
305
|
+
"options": "--no-entry -sSTANDALONE_WASM=1 -sALLOW_MEMORY_GROWTH=1 -sINITIAL_MEMORY=8388608 -sMAXIMUM_MEMORY=268435456 -sEXPORTED_FUNCTIONS=@<repo>/dsp/exports.txt -fwasm-exceptions -O3 -flto",
|
|
306
|
+
"libraries": "libeffetune_dsp_core.a libpffft.a -lm"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
"simd": {
|
|
310
|
+
"variant": "simd",
|
|
311
|
+
"configureArguments": [
|
|
312
|
+
"cmake",
|
|
313
|
+
"-S",
|
|
314
|
+
"<repo>/dsp",
|
|
315
|
+
"-B",
|
|
316
|
+
"<build>",
|
|
317
|
+
"-G",
|
|
318
|
+
"Ninja",
|
|
319
|
+
"-DCMAKE_BUILD_TYPE=Release",
|
|
320
|
+
"-DET_SIMD=ON",
|
|
321
|
+
"-DET_DEBUG_STATE=OFF",
|
|
322
|
+
"-DBUILD_TESTING=OFF"
|
|
323
|
+
],
|
|
324
|
+
"emsdkVersion": "6.0.2",
|
|
325
|
+
"compiler": {
|
|
326
|
+
"id": "Clang",
|
|
327
|
+
"version": "23.0.0",
|
|
328
|
+
"platform": "emscripten",
|
|
329
|
+
"frontendVariant": "GNU",
|
|
330
|
+
"executable": "em++"
|
|
331
|
+
},
|
|
332
|
+
"compileCommands": [
|
|
333
|
+
{
|
|
334
|
+
"source": "dsp/core/abi.cpp",
|
|
335
|
+
"definitions": "-DET_ENABLE_LIFECYCLE_EXCEPTION_BOUNDARY=1 -DET_SIMD=1 -DPFFFT_STATIC_DEFINE=1",
|
|
336
|
+
"flags": "-O3 -DNDEBUG -std=c++20 -Wall -Wextra -Wpedantic -Werror -fwasm-exceptions -fno-rtti -O3 -flto -msimd128",
|
|
337
|
+
"includes": "-I<repo>/dsp/include -I<repo>/dsp/bindings/generated -I<repo>/dsp/core -I<repo>/dsp/generated/cpp -I<repo>/dsp/vendor/pffft/include/pffft"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"source": "dsp/core/allocation_guard.cpp",
|
|
341
|
+
"definitions": "-DET_ENABLE_LIFECYCLE_EXCEPTION_BOUNDARY=1 -DET_SIMD=1 -DPFFFT_STATIC_DEFINE=1",
|
|
342
|
+
"flags": "-O3 -DNDEBUG -std=c++20 -Wall -Wextra -Wpedantic -Werror -fwasm-exceptions -fno-rtti -O3 -flto -msimd128",
|
|
343
|
+
"includes": "-I<repo>/dsp/include -I<repo>/dsp/bindings/generated -I<repo>/dsp/core -I<repo>/dsp/generated/cpp -I<repo>/dsp/vendor/pffft/include/pffft"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"source": "dsp/core/arena.cpp",
|
|
347
|
+
"definitions": "-DET_ENABLE_LIFECYCLE_EXCEPTION_BOUNDARY=1 -DET_SIMD=1 -DPFFFT_STATIC_DEFINE=1",
|
|
348
|
+
"flags": "-O3 -DNDEBUG -std=c++20 -Wall -Wextra -Wpedantic -Werror -fwasm-exceptions -fno-rtti -O3 -flto -msimd128",
|
|
349
|
+
"includes": "-I<repo>/dsp/include -I<repo>/dsp/bindings/generated -I<repo>/dsp/core -I<repo>/dsp/generated/cpp -I<repo>/dsp/vendor/pffft/include/pffft"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"source": "dsp/core/engine.cpp",
|
|
353
|
+
"definitions": "-DET_ENABLE_LIFECYCLE_EXCEPTION_BOUNDARY=1 -DET_SIMD=1 -DPFFFT_STATIC_DEFINE=1",
|
|
354
|
+
"flags": "-O3 -DNDEBUG -std=c++20 -Wall -Wextra -Wpedantic -Werror -fwasm-exceptions -fno-rtti -O3 -flto -msimd128",
|
|
355
|
+
"includes": "-I<repo>/dsp/include -I<repo>/dsp/bindings/generated -I<repo>/dsp/core -I<repo>/dsp/generated/cpp -I<repo>/dsp/vendor/pffft/include/pffft"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"source": "dsp/core/registry.cpp",
|
|
359
|
+
"definitions": "-DET_ENABLE_LIFECYCLE_EXCEPTION_BOUNDARY=1 -DET_SIMD=1 -DPFFFT_STATIC_DEFINE=1",
|
|
360
|
+
"flags": "-O3 -DNDEBUG -std=c++20 -Wall -Wextra -Wpedantic -Werror -fwasm-exceptions -fno-rtti -O3 -flto -msimd128",
|
|
361
|
+
"includes": "-I<repo>/dsp/include -I<repo>/dsp/bindings/generated -I<repo>/dsp/core -I<repo>/dsp/generated/cpp -I<repo>/dsp/vendor/pffft/include/pffft"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"source": "dsp/core/telemetry.cpp",
|
|
365
|
+
"definitions": "-DET_ENABLE_LIFECYCLE_EXCEPTION_BOUNDARY=1 -DET_SIMD=1 -DPFFFT_STATIC_DEFINE=1",
|
|
366
|
+
"flags": "-O3 -DNDEBUG -std=c++20 -Wall -Wextra -Wpedantic -Werror -fwasm-exceptions -fno-rtti -O3 -flto -msimd128",
|
|
367
|
+
"includes": "-I<repo>/dsp/include -I<repo>/dsp/bindings/generated -I<repo>/dsp/core -I<repo>/dsp/generated/cpp -I<repo>/dsp/vendor/pffft/include/pffft"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"source": "dsp/plugins/lofi/g726_adpcm_simulator/kernel.cpp",
|
|
371
|
+
"definitions": "-DET_ENABLE_LIFECYCLE_EXCEPTION_BOUNDARY=1 -DET_SIMD=1 -DPFFFT_STATIC_DEFINE=1",
|
|
372
|
+
"flags": "-O3 -DNDEBUG -std=c++20 -Wall -Wextra -Wpedantic -Werror -fwasm-exceptions -fno-rtti -O3 -flto -msimd128",
|
|
373
|
+
"includes": "-I<repo>/dsp/include -I<repo>/dsp/bindings/generated -I<repo>/dsp/core -I<repo>/dsp/generated/cpp -I<repo>/dsp/vendor/pffft/include/pffft"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"source": "dsp/wasm/no_entry.cpp",
|
|
377
|
+
"definitions": "-DPFFFT_STATIC_DEFINE=1",
|
|
378
|
+
"flags": "-O3 -DNDEBUG -std=c++20",
|
|
379
|
+
"includes": "-I<repo>/dsp/include -I<repo>/dsp/bindings/generated -I<repo>/dsp/vendor/pffft/include/pffft"
|
|
380
|
+
}
|
|
381
|
+
],
|
|
382
|
+
"linkCommand": {
|
|
383
|
+
"flags": "-O3 -DNDEBUG",
|
|
384
|
+
"options": "--no-entry -sSTANDALONE_WASM=1 -sALLOW_MEMORY_GROWTH=1 -sINITIAL_MEMORY=8388608 -sMAXIMUM_MEMORY=268435456 -sEXPORTED_FUNCTIONS=@<repo>/dsp/exports.txt -fwasm-exceptions -O3 -flto -msimd128",
|
|
385
|
+
"libraries": "libeffetune_dsp_core.a libpffft.a -lm"
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
"digest": "sha256:25a31669bb24da034d90512065fd746433745ead5d247e352c9ed08b3cbd24ea"
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
},
|
|
5
393
|
"kernels": [
|
|
6
394
|
{
|
|
7
395
|
"name": "LevelMeterPlugin",
|
|
@@ -285,7 +673,7 @@
|
|
|
285
673
|
},
|
|
286
674
|
{
|
|
287
675
|
"name": "AMRadioSimulatorPlugin",
|
|
288
|
-
"hash":
|
|
676
|
+
"hash": 1895450983,
|
|
289
677
|
"byteCapacity": 0,
|
|
290
678
|
"assets": []
|
|
291
679
|
},
|
|
@@ -295,6 +683,18 @@
|
|
|
295
683
|
"byteCapacity": 0,
|
|
296
684
|
"assets": []
|
|
297
685
|
},
|
|
686
|
+
{
|
|
687
|
+
"name": "BluetoothSBCSimulatorPlugin",
|
|
688
|
+
"hash": 2698474763,
|
|
689
|
+
"byteCapacity": 0,
|
|
690
|
+
"assets": []
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "CassetteArtifactsPlugin",
|
|
694
|
+
"hash": 4133384581,
|
|
695
|
+
"byteCapacity": 0,
|
|
696
|
+
"assets": []
|
|
697
|
+
},
|
|
298
698
|
{
|
|
299
699
|
"name": "DigitalErrorEmulatorPlugin",
|
|
300
700
|
"hash": 929157540,
|
|
@@ -309,7 +709,19 @@
|
|
|
309
709
|
},
|
|
310
710
|
{
|
|
311
711
|
"name": "FMRadioSimulatorPlugin",
|
|
312
|
-
"hash":
|
|
712
|
+
"hash": 538242584,
|
|
713
|
+
"byteCapacity": 0,
|
|
714
|
+
"assets": []
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "G726ADPCMSimulatorPlugin",
|
|
718
|
+
"hash": 3034355853,
|
|
719
|
+
"byteCapacity": 0,
|
|
720
|
+
"assets": []
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"name": "GSMFullRateSimulatorPlugin",
|
|
724
|
+
"hash": 3114431516,
|
|
313
725
|
"byteCapacity": 0,
|
|
314
726
|
"assets": []
|
|
315
727
|
},
|
|
@@ -319,6 +731,12 @@
|
|
|
319
731
|
"byteCapacity": 0,
|
|
320
732
|
"assets": []
|
|
321
733
|
},
|
|
734
|
+
{
|
|
735
|
+
"name": "MP3CodecSimulatorPlugin",
|
|
736
|
+
"hash": 3523139611,
|
|
737
|
+
"byteCapacity": 0,
|
|
738
|
+
"assets": []
|
|
739
|
+
},
|
|
322
740
|
{
|
|
323
741
|
"name": "NoiseBlenderPlugin",
|
|
324
742
|
"hash": 394198189,
|
|
@@ -333,7 +751,13 @@
|
|
|
333
751
|
},
|
|
334
752
|
{
|
|
335
753
|
"name": "SWRadioSimulatorPlugin",
|
|
336
|
-
"hash":
|
|
754
|
+
"hash": 4166365127,
|
|
755
|
+
"byteCapacity": 0,
|
|
756
|
+
"assets": []
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "TapeArtifactsPlugin",
|
|
760
|
+
"hash": 3186469333,
|
|
337
761
|
"byteCapacity": 0,
|
|
338
762
|
"assets": []
|
|
339
763
|
},
|
|
@@ -349,18 +773,60 @@
|
|
|
349
773
|
"byteCapacity": 0,
|
|
350
774
|
"assets": []
|
|
351
775
|
},
|
|
776
|
+
{
|
|
777
|
+
"name": "AutoFilterPlugin",
|
|
778
|
+
"hash": 1612236675,
|
|
779
|
+
"byteCapacity": 0,
|
|
780
|
+
"assets": []
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"name": "AutoPanPlugin",
|
|
784
|
+
"hash": 1469569767,
|
|
785
|
+
"byteCapacity": 0,
|
|
786
|
+
"assets": []
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"name": "ChorusPlugin",
|
|
790
|
+
"hash": 2730690922,
|
|
791
|
+
"byteCapacity": 0,
|
|
792
|
+
"assets": []
|
|
793
|
+
},
|
|
352
794
|
{
|
|
353
795
|
"name": "DopplerDistortionPlugin",
|
|
354
796
|
"hash": 10372816,
|
|
355
797
|
"byteCapacity": 0,
|
|
356
798
|
"assets": []
|
|
357
799
|
},
|
|
800
|
+
{
|
|
801
|
+
"name": "FrequencyShifterPlugin",
|
|
802
|
+
"hash": 1854760556,
|
|
803
|
+
"byteCapacity": 0,
|
|
804
|
+
"assets": []
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"name": "PhaserPlugin",
|
|
808
|
+
"hash": 2823426285,
|
|
809
|
+
"byteCapacity": 0,
|
|
810
|
+
"assets": []
|
|
811
|
+
},
|
|
358
812
|
{
|
|
359
813
|
"name": "PitchShifterPlugin",
|
|
360
814
|
"hash": 1998192054,
|
|
361
815
|
"byteCapacity": 0,
|
|
362
816
|
"assets": []
|
|
363
817
|
},
|
|
818
|
+
{
|
|
819
|
+
"name": "PitchShifterHQPlugin",
|
|
820
|
+
"hash": 3982397611,
|
|
821
|
+
"byteCapacity": 0,
|
|
822
|
+
"assets": []
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"name": "RotarySpeakerPlugin",
|
|
826
|
+
"hash": 1430720979,
|
|
827
|
+
"byteCapacity": 0,
|
|
828
|
+
"assets": []
|
|
829
|
+
},
|
|
364
830
|
{
|
|
365
831
|
"name": "TremoloPlugin",
|
|
366
832
|
"hash": 1836520376,
|
|
@@ -411,7 +877,7 @@
|
|
|
411
877
|
},
|
|
412
878
|
{
|
|
413
879
|
"name": "IRReverbPlugin",
|
|
414
|
-
"hash":
|
|
880
|
+
"hash": 2529061658,
|
|
415
881
|
"byteCapacity": 0,
|
|
416
882
|
"assets": [
|
|
417
883
|
{
|
|
@@ -428,6 +894,12 @@
|
|
|
428
894
|
"byteCapacity": 0,
|
|
429
895
|
"assets": []
|
|
430
896
|
},
|
|
897
|
+
{
|
|
898
|
+
"name": "BandwidthExtenderPlugin",
|
|
899
|
+
"hash": 3030838001,
|
|
900
|
+
"byteCapacity": 0,
|
|
901
|
+
"assets": []
|
|
902
|
+
},
|
|
431
903
|
{
|
|
432
904
|
"name": "DynamicSaturationPlugin",
|
|
433
905
|
"hash": 3365051379,
|
|
@@ -470,6 +942,12 @@
|
|
|
470
942
|
"byteCapacity": 0,
|
|
471
943
|
"assets": []
|
|
472
944
|
},
|
|
945
|
+
{
|
|
946
|
+
"name": "TubeSimulatorPlugin",
|
|
947
|
+
"hash": 127429451,
|
|
948
|
+
"byteCapacity": 0,
|
|
949
|
+
"assets": []
|
|
950
|
+
},
|
|
473
951
|
{
|
|
474
952
|
"name": "CrossfeedFilterPlugin",
|
|
475
953
|
"hash": 715048833,
|
|
@@ -488,6 +966,12 @@
|
|
|
488
966
|
"byteCapacity": 0,
|
|
489
967
|
"assets": []
|
|
490
968
|
},
|
|
969
|
+
{
|
|
970
|
+
"name": "PhaseSelectEqPlugin",
|
|
971
|
+
"hash": 4158366201,
|
|
972
|
+
"byteCapacity": 0,
|
|
973
|
+
"assets": []
|
|
974
|
+
},
|
|
491
975
|
{
|
|
492
976
|
"name": "StereoBlendPlugin",
|
|
493
977
|
"hash": 648556109,
|
|
@@ -496,7 +980,7 @@
|
|
|
496
980
|
}
|
|
497
981
|
],
|
|
498
982
|
"sizes": {
|
|
499
|
-
"baseline":
|
|
500
|
-
"simd":
|
|
983
|
+
"baseline": 975148,
|
|
984
|
+
"simd": 1071488
|
|
501
985
|
}
|
|
502
986
|
}
|
|
Binary file
|
|
Binary file
|