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 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" ,
12741285 "AudioParamFrame" : [
12751286 " length" ,
12761287 " data"
1288+ ],
1289+ "EmscriptenAudioWorkletNodeCreateOptions" : [
1290+ " numberOfInputs" ,
1291+ " numberOfOutputs" ,
1292+ " outputChannelCounts"
12771293 ]
12781294 }
12791295 },
Original file line number Diff line number Diff line change 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 ,
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 ,
Original file line number Diff line number Diff line change 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 ,
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 ,
You can’t perform that action at this time.
0 commit comments