@effetune/dsp 0.1.0 → 0.4.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 +3 -3
- package/dist/assets/effetune-dsp.meta.json +436 -6
- package/dist/assets/effetune-dsp.simd.wasm +0 -0
- package/dist/assets/effetune-dsp.wasm +0 -0
- package/dist/catalog/effects-v1.json +753 -3
- package/dist/generated-effects.d.ts +157 -1
- package/dist/generated-effects.js +94 -3
- package/dist/index.d.ts +21 -0
- package/dist/index.js +14 -0
- package/dist/internal/dsp-engine-binding.js +20 -0
- package/dist/internal/dsp-params.generated.js +185 -64
- package/dist/internal/dsp-wasm-loader.js +2 -0
- package/dist/schemas/chain-v1.schema.json +782 -62
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<!-- BEGIN DSP-LIBRARY-JAVASCRIPT-SUMMARY -->
|
|
4
4
|
EffeTune DSP provides the same MIT-licensed C++ audio kernels used by EffeTune
|
|
5
5
|
as a self-contained WebAssembly package for Node.js and evergreen browsers.
|
|
6
|
-
Version 0.
|
|
7
|
-
`createEffect` APIs and
|
|
6
|
+
Version 0.4.0 exposes all 83 catalog types through the generic Chain and
|
|
7
|
+
`createEffect` APIs and 83 generated named convenience classes,
|
|
8
8
|
decoded analyzer telemetry, versioned semantic presets, deterministic seeds, and an AudioWorklet wrapper.
|
|
9
9
|
<!-- END DSP-LIBRARY-JAVASCRIPT-SUMMARY -->
|
|
10
10
|
|
|
@@ -134,7 +134,7 @@ verify exact byte length and SHA-256 before accepting an ETA1 payload. The
|
|
|
134
134
|
complete payload and convolution footprint must fit the 32 MiB kernel cap.
|
|
135
135
|
|
|
136
136
|
`EFFECT_CATALOG` and `getEffectCatalog()` expose the machine-readable semantic
|
|
137
|
-
catalog for all
|
|
137
|
+
catalog for all 83 root classes and their `create<Type>()` factories. The
|
|
138
138
|
catalog contains channel choices, parameters, required assets, telemetry, and
|
|
139
139
|
latency declarations, but no private implementation mapping.
|
|
140
140
|
|
|
@@ -1,7 +1,395 @@
|
|
|
1
1
|
{
|
|
2
2
|
"abiVersion": 1,
|
|
3
|
-
"sourceDigest": "sha256:
|
|
3
|
+
"sourceDigest": "sha256:1e46f26d7a51f22747ce105a425cf83be4c71ed3f9b1342275cdff2bed6e0590",
|
|
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:2a3c283e9f45f68d561b2d651a8c73d78cab2a8f8cbc74f6f99ebcc64e408598",
|
|
9
|
+
"inputs": [
|
|
10
|
+
{
|
|
11
|
+
"id": "dsp/core/abi.cpp",
|
|
12
|
+
"kind": "file",
|
|
13
|
+
"sha256": "sha256:97e277947544bcb21015c9fe289af338fbe6f46b97dda233d24b594704bd2059"
|
|
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:49b8be2b35956dbd34c0cb46a48da64132b8b2b4395437ab3381755936fb4741"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "dsp/core/engine.h",
|
|
42
|
+
"kind": "file",
|
|
43
|
+
"sha256": "sha256:5959f7d0bca55fb80c580d16cf7f22859db87b3d20a46f589d96f7682f80fd49"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"id": "dsp/core/registry.cpp",
|
|
47
|
+
"kind": "file",
|
|
48
|
+
"sha256": "sha256:64c18288f9be512826a01e93c387c9b0105fa716cdd36db5c01e9e9a757132b8"
|
|
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:515405f783c4b410567e6b44ec66abd68d1872361840e713518c4bf7425bca42"
|
|
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:a80c7af5a36d703cae78efc96e7458d238cbff7a9ac86ffaecdb2e6d19d18735"
|
|
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:2e13c9f28ba46ec8a0397a003d360923ccb3367639918e0d24d02ed4f6726894"
|
|
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:a096e3cb9174c7650a7d024f3dc2c28506f8e1b98b879329cd8a9f5dc3d685ee"
|
|
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:5186b3cd1a1d6897f644bfded4ad2f5542e09addf913e98f85b14a95825240e0"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"id": "production-build#g726-resolved-authority",
|
|
137
|
+
"kind": "derived",
|
|
138
|
+
"sha256": "sha256:083288185aaf9068f11cca8ffef3eefc2a68f8d9aab59f4a43bc2d141e2218be"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"id": "production-build#g726-source-authority",
|
|
142
|
+
"kind": "derived",
|
|
143
|
+
"sha256": "sha256:957f4ed2f398b92b5d6dce22cfabd431b8445dd0b66e3d0312c063c16e09447e"
|
|
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:83be9da46b7fdb60a469c853eb501d1a3a7eca7872b143a0d3e972a633229260"
|
|
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 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:9f661f9436b7a66184aec1c77806dbfa36d5fe8ed156e4911a771fae4a0d95da"
|
|
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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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:49d590ffe39aeb113169fefad12d64eef03bd8125686fbed577ddb0f86b4f833"
|
|
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
|
},
|
|
@@ -470,6 +894,12 @@
|
|
|
470
894
|
"byteCapacity": 0,
|
|
471
895
|
"assets": []
|
|
472
896
|
},
|
|
897
|
+
{
|
|
898
|
+
"name": "TubeSimulatorPlugin",
|
|
899
|
+
"hash": 3886736006,
|
|
900
|
+
"byteCapacity": 0,
|
|
901
|
+
"assets": []
|
|
902
|
+
},
|
|
473
903
|
{
|
|
474
904
|
"name": "CrossfeedFilterPlugin",
|
|
475
905
|
"hash": 715048833,
|
|
@@ -496,7 +926,7 @@
|
|
|
496
926
|
}
|
|
497
927
|
],
|
|
498
928
|
"sizes": {
|
|
499
|
-
"baseline":
|
|
500
|
-
"simd":
|
|
929
|
+
"baseline": 801049,
|
|
930
|
+
"simd": 892774
|
|
501
931
|
}
|
|
502
932
|
}
|
|
Binary file
|
|
Binary file
|