File tree Expand file tree Collapse file tree 3 files changed +54
-0
lines changed Expand file tree Collapse file tree 3 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 1266
1266
{
1267
1267
"file" : " emscripten/webaudio.h" ,
1268
1268
"structs" : {
1269
+ "WebAudioParamDescriptor" : [
1270
+ " defaultValue" ,
1271
+ " minValue" ,
1272
+ " maxValue" ,
1273
+ " automationRate"
1274
+ ],
1275
+ "WebAudioWorkletProcessorCreateOptions" : [
1276
+ " name" ,
1277
+ " numAudioParams" ,
1278
+ " audioParamDescriptors"
1279
+ ],
1269
1280
"AudioSampleFrame" : [
1270
1281
" numberOfChannels" ,
1271
1282
" samplesPerChannel" ,
1274
1285
"AudioParamFrame" : [
1275
1286
" length" ,
1276
1287
" data"
1288
+ ],
1289
+ "EmscriptenAudioWorkletNodeCreateOptions" : [
1290
+ " numberOfInputs" ,
1291
+ " numberOfOutputs" ,
1292
+ " outputChannelCounts"
1277
1293
]
1278
1294
}
1279
1295
},
Original file line number Diff line number Diff line change 534
534
"numberOfChannels" : 0 ,
535
535
"samplesPerChannel" : 4
536
536
},
537
+ "EmscriptenAudioWorkletNodeCreateOptions" : {
538
+ "__size__" : 12 ,
539
+ "numberOfInputs" : 0 ,
540
+ "numberOfOutputs" : 4 ,
541
+ "outputChannelCounts" : 8
542
+ },
537
543
"EmscriptenBatteryEvent" : {
538
544
"__size__" : 32 ,
539
545
"charging" : 24 ,
1479
1485
"module" : 4 ,
1480
1486
"nextInChain" : 0
1481
1487
},
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
+ },
1482
1501
"__cxa_exception" : {
1483
1502
"__size__" : 24 ,
1484
1503
"adjustedPtr" : 16 ,
Original file line number Diff line number Diff line change 534
534
"numberOfChannels" : 0 ,
535
535
"samplesPerChannel" : 4
536
536
},
537
+ "EmscriptenAudioWorkletNodeCreateOptions" : {
538
+ "__size__" : 16 ,
539
+ "numberOfInputs" : 0 ,
540
+ "numberOfOutputs" : 4 ,
541
+ "outputChannelCounts" : 8
542
+ },
537
543
"EmscriptenBatteryEvent" : {
538
544
"__size__" : 32 ,
539
545
"charging" : 24 ,
1479
1485
"module" : 8 ,
1480
1486
"nextInChain" : 0
1481
1487
},
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
+ },
1482
1501
"__cxa_exception" : {
1483
1502
"__size__" : 48 ,
1484
1503
"adjustedPtr" : 32 ,
You can’t perform that action at this time.
0 commit comments