Skip to content

Commit 0eb80c5

Browse files
committed
Additional struct data
1 parent 4182f94 commit 0eb80c5

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

src/struct_info.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,6 +1266,17 @@
12661266
{
12671267
"file": "emscripten/webaudio.h",
12681268
"structs": {
1269+
"WebAudioParamDescriptor": [
1270+
"defaultValue",
1271+
"minValue",
1272+
"maxValue",
1273+
"automationRate"
1274+
],
1275+
"WebAudioWorkletProcessorCreateOptions": [
1276+
"name",
1277+
"numAudioParams",
1278+
"audioParamDescriptors"
1279+
],
12691280
"AudioSampleFrame": [
12701281
"numberOfChannels",
12711282
"samplesPerChannel",
@@ -1274,6 +1285,11 @@
12741285
"AudioParamFrame": [
12751286
"length",
12761287
"data"
1288+
],
1289+
"EmscriptenAudioWorkletNodeCreateOptions": [
1290+
"numberOfInputs",
1291+
"numberOfOutputs",
1292+
"outputChannelCounts"
12771293
]
12781294
}
12791295
},

src/struct_info_generated.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,12 @@
534534
"numberOfChannels": 0,
535535
"samplesPerChannel": 4
536536
},
537+
"EmscriptenAudioWorkletNodeCreateOptions": {
538+
"__size__": 12,
539+
"numberOfInputs": 0,
540+
"numberOfOutputs": 4,
541+
"outputChannelCounts": 8
542+
},
537543
"EmscriptenBatteryEvent": {
538544
"__size__": 32,
539545
"charging": 24,
@@ -1479,6 +1485,19 @@
14791485
"module": 4,
14801486
"nextInChain": 0
14811487
},
1488+
"WebAudioParamDescriptor": {
1489+
"__size__": 16,
1490+
"automationRate": 12,
1491+
"defaultValue": 0,
1492+
"maxValue": 8,
1493+
"minValue": 4
1494+
},
1495+
"WebAudioWorkletProcessorCreateOptions": {
1496+
"__size__": 12,
1497+
"audioParamDescriptors": 8,
1498+
"name": 0,
1499+
"numAudioParams": 4
1500+
},
14821501
"__cxa_exception": {
14831502
"__size__": 24,
14841503
"adjustedPtr": 16,

src/struct_info_generated_wasm64.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,12 @@
534534
"numberOfChannels": 0,
535535
"samplesPerChannel": 4
536536
},
537+
"EmscriptenAudioWorkletNodeCreateOptions": {
538+
"__size__": 16,
539+
"numberOfInputs": 0,
540+
"numberOfOutputs": 4,
541+
"outputChannelCounts": 8
542+
},
537543
"EmscriptenBatteryEvent": {
538544
"__size__": 32,
539545
"charging": 24,
@@ -1479,6 +1485,19 @@
14791485
"module": 8,
14801486
"nextInChain": 0
14811487
},
1488+
"WebAudioParamDescriptor": {
1489+
"__size__": 16,
1490+
"automationRate": 12,
1491+
"defaultValue": 0,
1492+
"maxValue": 8,
1493+
"minValue": 4
1494+
},
1495+
"WebAudioWorkletProcessorCreateOptions": {
1496+
"__size__": 24,
1497+
"audioParamDescriptors": 16,
1498+
"name": 0,
1499+
"numAudioParams": 8
1500+
},
14821501
"__cxa_exception": {
14831502
"__size__": 48,
14841503
"adjustedPtr": 32,

0 commit comments

Comments
 (0)