react-audio-wavekit 0.1.7 → 0.1.8
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 -1
- package/dist/_virtual/_commonjsHelpers.cjs +6 -0
- package/dist/_virtual/_commonjsHelpers.js +6 -0
- package/dist/_virtual/browser.cjs +7 -0
- package/dist/_virtual/browser.js +7 -0
- package/dist/index.d.ts +7 -5
- package/dist/node_modules/@eshaz/web-worker/cjs/browser.cjs +11 -0
- package/dist/node_modules/@eshaz/web-worker/cjs/browser.js +11 -0
- package/dist/node_modules/@wasm-audio-decoders/common/src/WASMAudioDecoderCommon.cjs +168 -0
- package/dist/node_modules/@wasm-audio-decoders/common/src/WASMAudioDecoderCommon.js +168 -0
- package/dist/node_modules/@wasm-audio-decoders/common/src/WASMAudioDecoderWorker.cjs +90 -0
- package/dist/node_modules/@wasm-audio-decoders/common/src/WASMAudioDecoderWorker.js +90 -0
- package/dist/node_modules/@wasm-audio-decoders/common/src/utilities.cjs +6 -0
- package/dist/node_modules/@wasm-audio-decoders/common/src/utilities.js +6 -0
- package/dist/node_modules/mpg123-decoder/index.cjs +9 -0
- package/dist/node_modules/mpg123-decoder/index.js +9 -0
- package/dist/node_modules/mpg123-decoder/src/EmscriptenWasm.cjs +0 -0
- package/dist/node_modules/mpg123-decoder/src/EmscriptenWasm.js +0 -0
- package/dist/node_modules/mpg123-decoder/src/MPEGDecoder.cjs +147 -0
- package/dist/node_modules/mpg123-decoder/src/MPEGDecoder.js +147 -0
- package/dist/node_modules/mpg123-decoder/src/MPEGDecoderWebWorker.cjs +20 -0
- package/dist/node_modules/mpg123-decoder/src/MPEGDecoderWebWorker.js +20 -0
- package/dist/node_modules/simple-yenc/dist/esm.cjs +41 -0
- package/dist/node_modules/simple-yenc/dist/esm.js +41 -0
- package/dist/recorder/live-streaming/recorder/recorder-compound.cjs +1 -1
- package/dist/recorder/live-streaming/recorder/recorder-compound.js +1 -1
- package/dist/waveform/index.cjs +13 -11
- package/dist/waveform/index.js +13 -11
- package/dist/waveform/util-audio-decoder.cjs +36 -15
- package/dist/waveform/util-audio-decoder.js +36 -15
- package/dist/waveform/waveform-renderer.cjs +3 -3
- package/dist/waveform/waveform-renderer.js +3 -3
- package/package.json +3 -3
- package/dist/node_modules/automation-events/build/es2019/classes/automation-event-list.cjs +0 -137
- package/dist/node_modules/automation-events/build/es2019/classes/automation-event-list.js +0 -137
- package/dist/node_modules/automation-events/build/es2019/functions/create-cancel-and-hold-automation-event.cjs +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/create-cancel-and-hold-automation-event.js +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/create-cancel-scheduled-values-automation-event.cjs +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/create-cancel-scheduled-values-automation-event.js +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/create-exponential-ramp-to-value-automation-event.cjs +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/create-exponential-ramp-to-value-automation-event.js +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/create-extended-exponential-ramp-to-value-automation-event.cjs +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/create-extended-exponential-ramp-to-value-automation-event.js +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/create-extended-linear-ramp-to-value-automation-event.cjs +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/create-extended-linear-ramp-to-value-automation-event.js +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/create-linear-ramp-to-value-automation-event.cjs +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/create-linear-ramp-to-value-automation-event.js +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/create-set-target-automation-event.cjs +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/create-set-target-automation-event.js +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/create-set-value-automation-event.cjs +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/create-set-value-automation-event.js +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/create-set-value-curve-automation-event.cjs +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/create-set-value-curve-automation-event.js +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/get-end-time-and-value-of-previous-automation-event.cjs +0 -16
- package/dist/node_modules/automation-events/build/es2019/functions/get-end-time-and-value-of-previous-automation-event.js +0 -16
- package/dist/node_modules/automation-events/build/es2019/functions/get-event-time.cjs +0 -16
- package/dist/node_modules/automation-events/build/es2019/functions/get-event-time.js +0 -16
- package/dist/node_modules/automation-events/build/es2019/functions/get-exponential-ramp-value-at-time.cjs +0 -12
- package/dist/node_modules/automation-events/build/es2019/functions/get-exponential-ramp-value-at-time.js +0 -12
- package/dist/node_modules/automation-events/build/es2019/functions/get-linear-ramp-value-at-time.cjs +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/get-linear-ramp-value-at-time.js +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/get-target-value-at-time.cjs +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/get-target-value-at-time.js +0 -6
- package/dist/node_modules/automation-events/build/es2019/functions/get-value-curve-value-at-time.cjs +0 -8
- package/dist/node_modules/automation-events/build/es2019/functions/get-value-curve-value-at-time.js +0 -8
- package/dist/node_modules/automation-events/build/es2019/functions/get-value-of-automation-event-at-index-at-time.cjs +0 -11
- package/dist/node_modules/automation-events/build/es2019/functions/get-value-of-automation-event-at-index-at-time.js +0 -11
- package/dist/node_modules/automation-events/build/es2019/functions/interpolate-value.cjs +0 -11
- package/dist/node_modules/automation-events/build/es2019/functions/interpolate-value.js +0 -11
- package/dist/node_modules/automation-events/build/es2019/guards/any-ramp-to-value-automation-event.cjs +0 -8
- package/dist/node_modules/automation-events/build/es2019/guards/any-ramp-to-value-automation-event.js +0 -8
- package/dist/node_modules/automation-events/build/es2019/guards/cancel-and-hold-automation-event.cjs +0 -6
- package/dist/node_modules/automation-events/build/es2019/guards/cancel-and-hold-automation-event.js +0 -6
- package/dist/node_modules/automation-events/build/es2019/guards/cancel-scheduled-values-automation-event.cjs +0 -6
- package/dist/node_modules/automation-events/build/es2019/guards/cancel-scheduled-values-automation-event.js +0 -6
- package/dist/node_modules/automation-events/build/es2019/guards/exponential-ramp-to-value-automation-event.cjs +0 -6
- package/dist/node_modules/automation-events/build/es2019/guards/exponential-ramp-to-value-automation-event.js +0 -6
- package/dist/node_modules/automation-events/build/es2019/guards/linear-ramp-to-value-automation-event.cjs +0 -6
- package/dist/node_modules/automation-events/build/es2019/guards/linear-ramp-to-value-automation-event.js +0 -6
- package/dist/node_modules/automation-events/build/es2019/guards/set-target-automation-event.cjs +0 -6
- package/dist/node_modules/automation-events/build/es2019/guards/set-target-automation-event.js +0 -6
- package/dist/node_modules/automation-events/build/es2019/guards/set-value-automation-event.cjs +0 -6
- package/dist/node_modules/automation-events/build/es2019/guards/set-value-automation-event.js +0 -6
- package/dist/node_modules/automation-events/build/es2019/guards/set-value-curve-automation-event.cjs +0 -6
- package/dist/node_modules/automation-events/build/es2019/guards/set-value-curve-automation-event.js +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/constants.cjs +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/constants.js +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/abort-error.cjs +0 -4
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/abort-error.js +0 -4
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/add-active-input-connection-to-audio-node.cjs +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/add-active-input-connection-to-audio-node.js +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/add-audio-node-connections.cjs +0 -17
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/add-audio-node-connections.js +0 -17
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/add-audio-param-connections.cjs +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/add-audio-param-connections.js +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/add-audio-worklet-module.cjs +0 -115
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/add-audio-worklet-module.js +0 -115
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/add-connection-to-audio-node.cjs +0 -60
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/add-connection-to-audio-node.js +0 -60
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/add-passive-input-connection-to-audio-node.cjs +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/add-passive-input-connection-to-audio-node.js +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/add-silent-connection.cjs +0 -20
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/add-silent-connection.js +0 -20
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/analyser-node-constructor.cjs +0 -73
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/analyser-node-constructor.js +0 -73
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/analyser-node-renderer-factory.cjs +0 -37
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/analyser-node-renderer-factory.js +0 -37
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/audio-buffer-constructor.cjs +0 -37
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/audio-buffer-constructor.js +0 -37
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/audio-buffer-source-node-constructor.cjs +0 -103
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/audio-buffer-source-node-constructor.js +0 -103
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/audio-buffer-source-node-renderer-factory.cjs +0 -58
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/audio-buffer-source-node-renderer-factory.js +0 -58
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/audio-destination-node-constructor.cjs +0 -40
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/audio-destination-node-constructor.js +0 -40
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/audio-destination-node-renderer-factory.cjs +0 -21
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/audio-destination-node-renderer-factory.js +0 -21
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/audio-listener-factory.cjs +0 -220
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/audio-listener-factory.js +0 -220
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/audio-node-constructor.cjs +0 -274
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/audio-node-constructor.js +0 -274
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/audio-param-factory.cjs +0 -152
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/audio-param-factory.js +0 -152
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/audio-param-renderer.cjs +0 -29
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/audio-param-renderer.js +0 -29
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/base-audio-context-constructor.cjs +0 -83
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/base-audio-context-constructor.js +0 -83
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/biquad-filter-node-constructor.cjs +0 -63
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/biquad-filter-node-constructor.js +0 -63
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/biquad-filter-node-renderer-factory.cjs +0 -49
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/biquad-filter-node-renderer-factory.js +0 -49
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/cache-test-result.cjs +0 -31
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/cache-test-result.js +0 -31
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/channel-merger-node-constructor.cjs +0 -20
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/channel-merger-node-constructor.js +0 -20
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/channel-merger-node-renderer-factory.cjs +0 -34
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/channel-merger-node-renderer-factory.js +0 -34
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/channel-splitter-node-constructor.cjs +0 -20
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/channel-splitter-node-constructor.js +0 -20
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/channel-splitter-node-renderer-factory.cjs +0 -34
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/channel-splitter-node-renderer-factory.js +0 -34
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/connect-audio-param.cjs +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/connect-audio-param.js +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/connected-native-audio-buffer-source-node-factory.cjs +0 -26
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/connected-native-audio-buffer-source-node-factory.js +0 -26
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/constant-source-node-constructor.cjs +0 -63
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/constant-source-node-constructor.js +0 -63
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/constant-source-node-renderer-factory.cjs +0 -53
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/constant-source-node-renderer-factory.js +0 -53
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/convert-number-to-unsigned-long.cjs +0 -9
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/convert-number-to-unsigned-long.js +0 -9
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/convolver-node-constructor.cjs +0 -51
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/convolver-node-constructor.js +0 -51
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/convolver-node-renderer-factory.cjs +0 -40
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/convolver-node-renderer-factory.js +0 -40
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/create-native-offline-audio-context.cjs +0 -18
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/create-native-offline-audio-context.js +0 -18
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/data-clone-error.cjs +0 -4
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/data-clone-error.js +0 -4
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/decode-audio-data.cjs +0 -59
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/decode-audio-data.js +0 -59
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/decrement-cycle-counter.cjs +0 -32
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/decrement-cycle-counter.js +0 -32
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/delay-node-constructor.cjs +0 -27
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/delay-node-constructor.js +0 -27
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/delay-node-renderer-factory.cjs +0 -40
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/delay-node-renderer-factory.js +0 -40
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/delete-active-input-connection-to-audio-node.cjs +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/delete-active-input-connection-to-audio-node.js +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/detect-cycles.cjs +0 -21
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/detect-cycles.js +0 -21
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/dynamics-compressor-node-constructor.cjs +0 -80
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/dynamics-compressor-node-constructor.js +0 -80
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/dynamics-compressor-node-renderer-factory.cjs +0 -51
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/dynamics-compressor-node-renderer-factory.js +0 -51
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/encoding-error.cjs +0 -4
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/encoding-error.js +0 -4
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/evaluate-source.cjs +0 -45
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/evaluate-source.js +0 -45
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/event-target-constructor.cjs +0 -30
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/event-target-constructor.js +0 -30
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/expose-current-frame-and-current-time.cjs +0 -29
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/expose-current-frame-and-current-time.js +0 -29
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/fetch-source.cjs +0 -15
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/fetch-source.js +0 -15
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/gain-node-constructor.cjs +0 -26
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/gain-node-constructor.js +0 -26
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/gain-node-renderer-factory.cjs +0 -39
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/gain-node-renderer-factory.js +0 -39
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/get-audio-node-renderer.cjs +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/get-audio-node-renderer.js +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/get-audio-node-tail-time.cjs +0 -9
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/get-audio-node-tail-time.js +0 -9
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/get-audio-param-renderer.cjs +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/get-audio-param-renderer.js +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/get-native-context.cjs +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/get-native-context.js +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/get-or-create-backup-offline-audio-context.cjs +0 -17
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/get-or-create-backup-offline-audio-context.js +0 -17
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/get-unrendered-audio-worklet-nodes.cjs +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/get-unrendered-audio-worklet-nodes.js +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/iir-filter-node-constructor.cjs +0 -27
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/iir-filter-node-constructor.js +0 -27
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/iir-filter-node-renderer-factory.cjs +0 -93
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/iir-filter-node-renderer-factory.js +0 -93
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/increment-cycle-counter-factory.cjs +0 -29
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/increment-cycle-counter-factory.js +0 -29
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/index-size-error.cjs +0 -4
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/index-size-error.js +0 -4
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/invalid-access-error.cjs +0 -4
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/invalid-access-error.js +0 -4
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/invalid-state-error.cjs +0 -4
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/invalid-state-error.js +0 -4
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/is-native-audio-context.cjs +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/is-native-audio-context.js +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/is-native-audio-node.cjs +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/is-native-audio-node.js +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/is-native-audio-param.cjs +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/is-native-audio-param.js +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/is-native-context.cjs +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/is-native-context.js +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/is-native-offline-audio-context.cjs +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/is-native-offline-audio-context.js +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/is-secure-context.cjs +0 -4
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/is-secure-context.js +0 -4
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/minimal-base-audio-context-constructor.cjs +0 -43
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/minimal-base-audio-context-constructor.js +0 -43
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/monitor-connections.cjs +0 -59
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/monitor-connections.js +0 -59
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-analyser-node-factory.cjs +0 -24
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-analyser-node-factory.js +0 -24
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-audio-buffer-constructor.cjs +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-audio-buffer-constructor.js +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-audio-buffer-source-node-factory.cjs +0 -40
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-audio-buffer-source-node-factory.js +0 -40
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-audio-context-constructor.cjs +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-audio-context-constructor.js +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-audio-destination-node.cjs +0 -51
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-audio-destination-node.js +0 -51
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-audio-worklet-node-constructor.cjs +0 -9
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-audio-worklet-node-constructor.js +0 -9
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-biquad-filter-node.cjs +0 -16
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-biquad-filter-node.js +0 -16
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-channel-merger-node-factory.cjs +0 -14
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-channel-merger-node-factory.js +0 -14
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-channel-splitter-node.cjs +0 -11
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-channel-splitter-node.js +0 -11
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-constant-source-node-factory.cjs +0 -25
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-constant-source-node-factory.js +0 -25
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-constant-source-node-faker-factory.cjs +0 -88
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-constant-source-node-faker-factory.js +0 -88
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-convolver-node-factory.cjs +0 -34
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-convolver-node-factory.js +0 -34
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-delay-node.cjs +0 -11
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-delay-node.js +0 -11
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-dynamics-compressor-node-factory.cjs +0 -23
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-dynamics-compressor-node-factory.js +0 -23
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-gain-node.cjs +0 -11
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-gain-node.js +0 -11
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-iir-filter-node-factory.cjs +0 -14
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-iir-filter-node-factory.js +0 -14
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-iir-filter-node-faker-factory.cjs +0 -139
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-iir-filter-node-faker-factory.js +0 -139
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-offline-audio-context-constructor.cjs +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-offline-audio-context-constructor.js +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-oscillator-node-factory.cjs +0 -32
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-oscillator-node-factory.js +0 -32
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-panner-node-factory.cjs +0 -30
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-panner-node-factory.js +0 -30
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-panner-node-faker-factory.cjs +0 -277
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-panner-node-faker-factory.js +0 -277
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-periodic-wave-factory.cjs +0 -14
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-periodic-wave-factory.js +0 -14
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-script-processor-node.cjs +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-script-processor-node.js +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-stereo-panner-node-factory.cjs +0 -28
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-stereo-panner-node-factory.js +0 -28
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-stereo-panner-node-faker-factory.cjs +0 -244
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-stereo-panner-node-faker-factory.js +0 -244
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-wave-shaper-node-factory.cjs +0 -48
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-wave-shaper-node-factory.js +0 -48
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-wave-shaper-node-faker-factory.cjs +0 -153
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/native-wave-shaper-node-faker-factory.js +0 -153
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/not-supported-error.cjs +0 -4
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/not-supported-error.js +0 -4
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/offline-audio-context-constructor.cjs +0 -71
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/offline-audio-context-constructor.js +0 -71
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/oscillator-node-constructor.cjs +0 -90
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/oscillator-node-constructor.js +0 -90
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/oscillator-node-renderer-factory.cjs +0 -62
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/oscillator-node-renderer-factory.js +0 -62
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/panner-node-constructor.cjs +0 -109
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/panner-node-constructor.js +0 -109
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/panner-node-renderer-factory.cjs +0 -166
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/panner-node-renderer-factory.js +0 -166
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/periodic-wave-constructor.cjs +0 -20
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/periodic-wave-constructor.js +0 -20
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/render-automation.cjs +0 -10
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/render-automation.js +0 -10
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/render-inputs-of-audio-node.cjs +0 -16
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/render-inputs-of-audio-node.js +0 -16
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/render-inputs-of-audio-param.cjs +0 -15
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/render-inputs-of-audio-param.js +0 -15
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/render-native-offline-audio-context.cjs +0 -36
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/render-native-offline-audio-context.js +0 -36
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/set-audio-node-tail-time.cjs +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/set-audio-node-tail-time.js +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/start-rendering.cjs +0 -16
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/start-rendering.js +0 -16
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/stereo-panner-node-constructor.cjs +0 -29
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/stereo-panner-node-constructor.js +0 -29
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/stereo-panner-node-renderer-factory.cjs +0 -44
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/stereo-panner-node-renderer-factory.js +0 -44
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/test-audio-buffer-constructor-support.cjs +0 -16
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/test-audio-buffer-constructor-support.js +0 -16
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/test-audio-worklet-processor-post-message-support.cjs +0 -35
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/test-audio-worklet-processor-post-message-support.js +0 -35
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/test-offline-audio-context-current-time-support.cjs +0 -24
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/test-offline-audio-context-current-time-support.js +0 -24
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/wave-shaper-node-constructor.cjs +0 -49
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/wave-shaper-node-constructor.js +0 -49
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/wave-shaper-node-renderer-factory.cjs +0 -40
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/wave-shaper-node-renderer-factory.js +0 -40
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/window.cjs +0 -4
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/window.js +0 -4
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/wrap-audio-buffer-copy-channel-methods-out-of-bounds.cjs +0 -25
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/wrap-audio-buffer-copy-channel-methods-out-of-bounds.js +0 -25
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/wrap-audio-buffer-copy-channel-methods.cjs +0 -33
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/wrap-audio-buffer-copy-channel-methods.js +0 -33
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/wrap-audio-buffer-source-node-stop-method-nullified-buffer.cjs +0 -17
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/wrap-audio-buffer-source-node-stop-method-nullified-buffer.js +0 -17
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/wrap-channel-merger-node.cjs +0 -30
- package/dist/node_modules/standardized-audio-context/build/es2019/factories/wrap-channel-merger-node.js +0 -30
- package/dist/node_modules/standardized-audio-context/build/es2019/globals.cjs +0 -20
- package/dist/node_modules/standardized-audio-context/build/es2019/globals.js +0 -20
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/audio-buffer-source-node.cjs +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/audio-buffer-source-node.js +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/audio-node-output-connection.cjs +0 -7
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/audio-node-output-connection.js +0 -7
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/audio-node.cjs +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/audio-node.js +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/audio-worklet-node.cjs +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/audio-worklet-node.js +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/biquad-filter-node.cjs +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/biquad-filter-node.js +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/constant-source-node.cjs +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/constant-source-node.js +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/delay-node.cjs +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/delay-node.js +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/gain-node.cjs +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/gain-node.js +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/native-audio-node-faker.cjs +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/native-audio-node-faker.js +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/native-audio-node.cjs +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/native-audio-node.js +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/oscillator-node.cjs +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/oscillator-node.js +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/stereo-panner-node.cjs +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/guards/stereo-panner-node.js +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/add-active-input-connection-to-audio-param.cjs +0 -7
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/add-active-input-connection-to-audio-param.js +0 -7
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/add-passive-input-connection-to-audio-param.cjs +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/add-passive-input-connection-to-audio-param.js +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/assign-native-audio-node-audio-param-value.cjs +0 -9
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/assign-native-audio-node-audio-param-value.js +0 -9
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/assign-native-audio-node-option.cjs +0 -9
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/assign-native-audio-node-option.js +0 -9
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/assign-native-audio-node-options.cjs +0 -9
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/assign-native-audio-node-options.js +0 -9
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/compute-buffer-size.cjs +0 -9
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/compute-buffer-size.js +0 -9
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/connect-native-audio-node-to-native-audio-node.cjs +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/connect-native-audio-node-to-native-audio-node.js +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/deactivate-active-audio-node-input-connections.cjs +0 -35
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/deactivate-active-audio-node-input-connections.js +0 -35
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/deactivate-audio-graph.cjs +0 -7
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/deactivate-audio-graph.js +0 -7
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/delete-active-input-connection-to-audio-param.cjs +0 -7
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/delete-active-input-connection-to-audio-param.js +0 -7
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/delete-active-input-connection.cjs +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/delete-active-input-connection.js +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/delete-event-listeners-of-audio-node.cjs +0 -10
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/delete-event-listeners-of-audio-node.js +0 -10
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/delete-passive-input-connection-to-audio-node.cjs +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/delete-passive-input-connection-to-audio-node.js +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/delete-passive-input-connection-to-audio-param.cjs +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/delete-passive-input-connection-to-audio-param.js +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/detach-array-buffer.cjs +0 -21
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/detach-array-buffer.js +0 -21
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/disconnect-native-audio-node-from-native-audio-node.cjs +0 -11
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/disconnect-native-audio-node-from-native-audio-node.js +0 -11
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/filter-buffer.cjs +0 -26
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/filter-buffer.js +0 -26
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/get-audio-node-connections.cjs +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/get-audio-node-connections.js +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/get-audio-param-connections.cjs +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/get-audio-param-connections.js +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/get-event-listeners-of-audio-node.cjs +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/get-event-listeners-of-audio-node.js +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/get-first-sample.cjs +0 -10
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/get-first-sample.js +0 -10
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/get-native-audio-node.cjs +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/get-native-audio-node.js +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/get-native-audio-param.cjs +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/get-native-audio-param.js +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/get-value-for-key.cjs +0 -10
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/get-value-for-key.js +0 -10
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/insert-element-in-set.cjs +0 -15
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/insert-element-in-set.js +0 -15
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/intercept-connections.cjs +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/intercept-connections.js +0 -8
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/is-active-audio-node.cjs +0 -5
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/is-active-audio-node.js +0 -5
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/is-constructible.cjs +0 -17
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/is-constructible.js +0 -17
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/is-dc-curve.cjs +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/is-dc-curve.js +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/is-owned-by-context.cjs +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/is-owned-by-context.js +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/is-part-of-a-cycle.cjs +0 -7
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/is-part-of-a-cycle.js +0 -7
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/is-passive-audio-node.cjs +0 -7
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/is-passive-audio-node.js +0 -7
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/overwrite-accessors.cjs +0 -11
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/overwrite-accessors.js +0 -11
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/pick-element-from-set.cjs +0 -15
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/pick-element-from-set.js +0 -15
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/sanitize-channel-splitter-options.cjs +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/sanitize-channel-splitter-options.js +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/sanitize-periodic-wave-options.cjs +0 -16
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/sanitize-periodic-wave-options.js +0 -16
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/set-internal-state-to-active.cjs +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/set-internal-state-to-active.js +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/set-internal-state-to-passive-when-necessary.cjs +0 -10
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/set-internal-state-to-passive-when-necessary.js +0 -10
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/set-internal-state-to-passive.cjs +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/set-internal-state-to-passive.js +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/set-value-at-time-until-possible.cjs +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/set-value-at-time-until-possible.js +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/split-import-statements.cjs +0 -17
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/split-import-statements.js +0 -17
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-analyser-node-get-float-time-domain-data-method-support.cjs +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-analyser-node-get-float-time-domain-data-method-support.js +0 -6
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-audio-buffer-copy-channel-methods-out-of-bounds-support.cjs +0 -11
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-audio-buffer-copy-channel-methods-out-of-bounds-support.js +0 -11
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-audio-buffer-source-node-start-method-consecutive-calls-support.cjs +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-audio-buffer-source-node-start-method-consecutive-calls-support.js +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-audio-buffer-source-node-start-method-offset-clamping-support.cjs +0 -14
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-audio-buffer-source-node-start-method-offset-clamping-support.js +0 -14
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-audio-buffer-source-node-stop-method-nullified-buffer-support.cjs +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-audio-buffer-source-node-stop-method-nullified-buffer-support.js +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-audio-node-disconnect-method-support.cjs +0 -36
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-audio-node-disconnect-method-support.js +0 -36
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-audio-scheduled-source-node-start-method-negative-parameters-support.cjs +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-audio-scheduled-source-node-start-method-negative-parameters-support.js +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-audio-scheduled-source-node-stop-method-consecutive-calls-support.cjs +0 -16
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-audio-scheduled-source-node-stop-method-consecutive-calls-support.js +0 -16
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-audio-scheduled-source-node-stop-method-negative-parameters-support.cjs +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-audio-scheduled-source-node-stop-method-negative-parameters-support.js +0 -12
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-promise-support.cjs +0 -18
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/test-promise-support.js +0 -18
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/visit-each-audio-node-once.cjs +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/visit-each-audio-node-once.js +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-analyser-node-get-float-time-domain-data-method.cjs +0 -14
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-analyser-node-get-float-time-domain-data-method.js +0 -14
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-audio-buffer-get-channel-data-method.cjs +0 -18
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-audio-buffer-get-channel-data-method.js +0 -18
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-audio-buffer-source-node-start-method-consecutive-calls.cjs +0 -16
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-audio-buffer-source-node-start-method-consecutive-calls.js +0 -16
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-audio-buffer-source-node-start-method-offset-clamping.cjs +0 -16
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-audio-buffer-source-node-start-method-offset-clamping.js +0 -16
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-audio-node-disconnect-method.cjs +0 -61
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-audio-node-disconnect-method.js +0 -61
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-audio-scheduled-source-node-start-method-negative-parameters.cjs +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-audio-scheduled-source-node-start-method-negative-parameters.js +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-audio-scheduled-source-node-stop-method-consecutive-calls.cjs +0 -31
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-audio-scheduled-source-node-stop-method-consecutive-calls.js +0 -31
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-audio-scheduled-source-node-stop-method-negative-parameters.cjs +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-audio-scheduled-source-node-stop-method-negative-parameters.js +0 -13
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-channel-splitter-node.cjs +0 -31
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-channel-splitter-node.js +0 -31
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-event-listener.cjs +0 -16
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-event-listener.js +0 -16
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-iir-filter-node-get-frequency-response-method.cjs +0 -14
- package/dist/node_modules/standardized-audio-context/build/es2019/helpers/wrap-iir-filter-node-get-frequency-response-method.js +0 -14
- package/dist/node_modules/standardized-audio-context/build/es2019/module.cjs +0 -298
- package/dist/node_modules/standardized-audio-context/build/es2019/module.js +0 -298
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const assignNativeAudioNodeOptions = require("../helpers/assign-native-audio-node-options.cjs");
|
|
4
|
-
const interceptConnections = require("../helpers/intercept-connections.cjs");
|
|
5
|
-
const createNativeWaveShaperNodeFakerFactory = (createConnectedNativeAudioBufferSourceNode, createInvalidStateError, createNativeGainNode, isDCCurve, monitorConnections) => {
|
|
6
|
-
return (nativeContext, { curve, oversample, ...audioNodeOptions }) => {
|
|
7
|
-
const negativeWaveShaperNode = nativeContext.createWaveShaper();
|
|
8
|
-
const positiveWaveShaperNode = nativeContext.createWaveShaper();
|
|
9
|
-
assignNativeAudioNodeOptions.assignNativeAudioNodeOptions(negativeWaveShaperNode, audioNodeOptions);
|
|
10
|
-
assignNativeAudioNodeOptions.assignNativeAudioNodeOptions(positiveWaveShaperNode, audioNodeOptions);
|
|
11
|
-
const inputGainNode = createNativeGainNode(nativeContext, { ...audioNodeOptions, gain: 1 });
|
|
12
|
-
const invertGainNode = createNativeGainNode(nativeContext, { ...audioNodeOptions, gain: -1 });
|
|
13
|
-
const outputGainNode = createNativeGainNode(nativeContext, { ...audioNodeOptions, gain: 1 });
|
|
14
|
-
const revertGainNode = createNativeGainNode(nativeContext, { ...audioNodeOptions, gain: -1 });
|
|
15
|
-
let disconnectNativeAudioBufferSourceNode = null;
|
|
16
|
-
let isConnected = false;
|
|
17
|
-
let unmodifiedCurve = null;
|
|
18
|
-
const nativeWaveShaperNodeFaker = {
|
|
19
|
-
get bufferSize() {
|
|
20
|
-
return void 0;
|
|
21
|
-
},
|
|
22
|
-
get channelCount() {
|
|
23
|
-
return negativeWaveShaperNode.channelCount;
|
|
24
|
-
},
|
|
25
|
-
set channelCount(value) {
|
|
26
|
-
inputGainNode.channelCount = value;
|
|
27
|
-
invertGainNode.channelCount = value;
|
|
28
|
-
negativeWaveShaperNode.channelCount = value;
|
|
29
|
-
outputGainNode.channelCount = value;
|
|
30
|
-
positiveWaveShaperNode.channelCount = value;
|
|
31
|
-
revertGainNode.channelCount = value;
|
|
32
|
-
},
|
|
33
|
-
get channelCountMode() {
|
|
34
|
-
return negativeWaveShaperNode.channelCountMode;
|
|
35
|
-
},
|
|
36
|
-
set channelCountMode(value) {
|
|
37
|
-
inputGainNode.channelCountMode = value;
|
|
38
|
-
invertGainNode.channelCountMode = value;
|
|
39
|
-
negativeWaveShaperNode.channelCountMode = value;
|
|
40
|
-
outputGainNode.channelCountMode = value;
|
|
41
|
-
positiveWaveShaperNode.channelCountMode = value;
|
|
42
|
-
revertGainNode.channelCountMode = value;
|
|
43
|
-
},
|
|
44
|
-
get channelInterpretation() {
|
|
45
|
-
return negativeWaveShaperNode.channelInterpretation;
|
|
46
|
-
},
|
|
47
|
-
set channelInterpretation(value) {
|
|
48
|
-
inputGainNode.channelInterpretation = value;
|
|
49
|
-
invertGainNode.channelInterpretation = value;
|
|
50
|
-
negativeWaveShaperNode.channelInterpretation = value;
|
|
51
|
-
outputGainNode.channelInterpretation = value;
|
|
52
|
-
positiveWaveShaperNode.channelInterpretation = value;
|
|
53
|
-
revertGainNode.channelInterpretation = value;
|
|
54
|
-
},
|
|
55
|
-
get context() {
|
|
56
|
-
return negativeWaveShaperNode.context;
|
|
57
|
-
},
|
|
58
|
-
get curve() {
|
|
59
|
-
return unmodifiedCurve;
|
|
60
|
-
},
|
|
61
|
-
set curve(value) {
|
|
62
|
-
if (value !== null && value.length < 2) {
|
|
63
|
-
throw createInvalidStateError();
|
|
64
|
-
}
|
|
65
|
-
if (value === null) {
|
|
66
|
-
negativeWaveShaperNode.curve = value;
|
|
67
|
-
positiveWaveShaperNode.curve = value;
|
|
68
|
-
} else {
|
|
69
|
-
const curveLength = value.length;
|
|
70
|
-
const negativeCurve = new Float32Array(curveLength + 2 - curveLength % 2);
|
|
71
|
-
const positiveCurve = new Float32Array(curveLength + 2 - curveLength % 2);
|
|
72
|
-
negativeCurve[0] = value[0];
|
|
73
|
-
positiveCurve[0] = -value[curveLength - 1];
|
|
74
|
-
const length = Math.ceil((curveLength + 1) / 2);
|
|
75
|
-
const centerIndex = (curveLength + 1) / 2 - 1;
|
|
76
|
-
for (let i = 1; i < length; i += 1) {
|
|
77
|
-
const theoreticIndex = i / length * centerIndex;
|
|
78
|
-
const lowerIndex = Math.floor(theoreticIndex);
|
|
79
|
-
const upperIndex = Math.ceil(theoreticIndex);
|
|
80
|
-
negativeCurve[i] = lowerIndex === upperIndex ? value[lowerIndex] : (1 - (theoreticIndex - lowerIndex)) * value[lowerIndex] + (1 - (upperIndex - theoreticIndex)) * value[upperIndex];
|
|
81
|
-
positiveCurve[i] = lowerIndex === upperIndex ? -value[curveLength - 1 - lowerIndex] : -((1 - (theoreticIndex - lowerIndex)) * value[curveLength - 1 - lowerIndex]) - (1 - (upperIndex - theoreticIndex)) * value[curveLength - 1 - upperIndex];
|
|
82
|
-
}
|
|
83
|
-
negativeCurve[length] = curveLength % 2 === 1 ? value[length - 1] : (value[length - 2] + value[length - 1]) / 2;
|
|
84
|
-
negativeWaveShaperNode.curve = negativeCurve;
|
|
85
|
-
positiveWaveShaperNode.curve = positiveCurve;
|
|
86
|
-
}
|
|
87
|
-
unmodifiedCurve = value;
|
|
88
|
-
if (isConnected) {
|
|
89
|
-
if (isDCCurve(unmodifiedCurve) && disconnectNativeAudioBufferSourceNode === null) {
|
|
90
|
-
disconnectNativeAudioBufferSourceNode = createConnectedNativeAudioBufferSourceNode(nativeContext, inputGainNode);
|
|
91
|
-
} else if (disconnectNativeAudioBufferSourceNode !== null) {
|
|
92
|
-
disconnectNativeAudioBufferSourceNode();
|
|
93
|
-
disconnectNativeAudioBufferSourceNode = null;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
get inputs() {
|
|
98
|
-
return [inputGainNode];
|
|
99
|
-
},
|
|
100
|
-
get numberOfInputs() {
|
|
101
|
-
return negativeWaveShaperNode.numberOfInputs;
|
|
102
|
-
},
|
|
103
|
-
get numberOfOutputs() {
|
|
104
|
-
return negativeWaveShaperNode.numberOfOutputs;
|
|
105
|
-
},
|
|
106
|
-
get oversample() {
|
|
107
|
-
return negativeWaveShaperNode.oversample;
|
|
108
|
-
},
|
|
109
|
-
set oversample(value) {
|
|
110
|
-
negativeWaveShaperNode.oversample = value;
|
|
111
|
-
positiveWaveShaperNode.oversample = value;
|
|
112
|
-
},
|
|
113
|
-
addEventListener(...args) {
|
|
114
|
-
return inputGainNode.addEventListener(args[0], args[1], args[2]);
|
|
115
|
-
},
|
|
116
|
-
dispatchEvent(...args) {
|
|
117
|
-
return inputGainNode.dispatchEvent(args[0]);
|
|
118
|
-
},
|
|
119
|
-
removeEventListener(...args) {
|
|
120
|
-
return inputGainNode.removeEventListener(args[0], args[1], args[2]);
|
|
121
|
-
}
|
|
122
|
-
};
|
|
123
|
-
if (curve !== null) {
|
|
124
|
-
nativeWaveShaperNodeFaker.curve = curve instanceof Float32Array ? curve : new Float32Array(curve);
|
|
125
|
-
}
|
|
126
|
-
if (oversample !== nativeWaveShaperNodeFaker.oversample) {
|
|
127
|
-
nativeWaveShaperNodeFaker.oversample = oversample;
|
|
128
|
-
}
|
|
129
|
-
const whenConnected = () => {
|
|
130
|
-
inputGainNode.connect(negativeWaveShaperNode).connect(outputGainNode);
|
|
131
|
-
inputGainNode.connect(invertGainNode).connect(positiveWaveShaperNode).connect(revertGainNode).connect(outputGainNode);
|
|
132
|
-
isConnected = true;
|
|
133
|
-
if (isDCCurve(unmodifiedCurve)) {
|
|
134
|
-
disconnectNativeAudioBufferSourceNode = createConnectedNativeAudioBufferSourceNode(nativeContext, inputGainNode);
|
|
135
|
-
}
|
|
136
|
-
};
|
|
137
|
-
const whenDisconnected = () => {
|
|
138
|
-
inputGainNode.disconnect(negativeWaveShaperNode);
|
|
139
|
-
negativeWaveShaperNode.disconnect(outputGainNode);
|
|
140
|
-
inputGainNode.disconnect(invertGainNode);
|
|
141
|
-
invertGainNode.disconnect(positiveWaveShaperNode);
|
|
142
|
-
positiveWaveShaperNode.disconnect(revertGainNode);
|
|
143
|
-
revertGainNode.disconnect(outputGainNode);
|
|
144
|
-
isConnected = false;
|
|
145
|
-
if (disconnectNativeAudioBufferSourceNode !== null) {
|
|
146
|
-
disconnectNativeAudioBufferSourceNode();
|
|
147
|
-
disconnectNativeAudioBufferSourceNode = null;
|
|
148
|
-
}
|
|
149
|
-
};
|
|
150
|
-
return monitorConnections(interceptConnections.interceptConnections(nativeWaveShaperNodeFaker, outputGainNode), whenConnected, whenDisconnected);
|
|
151
|
-
};
|
|
152
|
-
};
|
|
153
|
-
exports.createNativeWaveShaperNodeFakerFactory = createNativeWaveShaperNodeFakerFactory;
|
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
import { assignNativeAudioNodeOptions } from "../helpers/assign-native-audio-node-options.js";
|
|
2
|
-
import { interceptConnections } from "../helpers/intercept-connections.js";
|
|
3
|
-
const createNativeWaveShaperNodeFakerFactory = (createConnectedNativeAudioBufferSourceNode, createInvalidStateError, createNativeGainNode, isDCCurve, monitorConnections) => {
|
|
4
|
-
return (nativeContext, { curve, oversample, ...audioNodeOptions }) => {
|
|
5
|
-
const negativeWaveShaperNode = nativeContext.createWaveShaper();
|
|
6
|
-
const positiveWaveShaperNode = nativeContext.createWaveShaper();
|
|
7
|
-
assignNativeAudioNodeOptions(negativeWaveShaperNode, audioNodeOptions);
|
|
8
|
-
assignNativeAudioNodeOptions(positiveWaveShaperNode, audioNodeOptions);
|
|
9
|
-
const inputGainNode = createNativeGainNode(nativeContext, { ...audioNodeOptions, gain: 1 });
|
|
10
|
-
const invertGainNode = createNativeGainNode(nativeContext, { ...audioNodeOptions, gain: -1 });
|
|
11
|
-
const outputGainNode = createNativeGainNode(nativeContext, { ...audioNodeOptions, gain: 1 });
|
|
12
|
-
const revertGainNode = createNativeGainNode(nativeContext, { ...audioNodeOptions, gain: -1 });
|
|
13
|
-
let disconnectNativeAudioBufferSourceNode = null;
|
|
14
|
-
let isConnected = false;
|
|
15
|
-
let unmodifiedCurve = null;
|
|
16
|
-
const nativeWaveShaperNodeFaker = {
|
|
17
|
-
get bufferSize() {
|
|
18
|
-
return void 0;
|
|
19
|
-
},
|
|
20
|
-
get channelCount() {
|
|
21
|
-
return negativeWaveShaperNode.channelCount;
|
|
22
|
-
},
|
|
23
|
-
set channelCount(value) {
|
|
24
|
-
inputGainNode.channelCount = value;
|
|
25
|
-
invertGainNode.channelCount = value;
|
|
26
|
-
negativeWaveShaperNode.channelCount = value;
|
|
27
|
-
outputGainNode.channelCount = value;
|
|
28
|
-
positiveWaveShaperNode.channelCount = value;
|
|
29
|
-
revertGainNode.channelCount = value;
|
|
30
|
-
},
|
|
31
|
-
get channelCountMode() {
|
|
32
|
-
return negativeWaveShaperNode.channelCountMode;
|
|
33
|
-
},
|
|
34
|
-
set channelCountMode(value) {
|
|
35
|
-
inputGainNode.channelCountMode = value;
|
|
36
|
-
invertGainNode.channelCountMode = value;
|
|
37
|
-
negativeWaveShaperNode.channelCountMode = value;
|
|
38
|
-
outputGainNode.channelCountMode = value;
|
|
39
|
-
positiveWaveShaperNode.channelCountMode = value;
|
|
40
|
-
revertGainNode.channelCountMode = value;
|
|
41
|
-
},
|
|
42
|
-
get channelInterpretation() {
|
|
43
|
-
return negativeWaveShaperNode.channelInterpretation;
|
|
44
|
-
},
|
|
45
|
-
set channelInterpretation(value) {
|
|
46
|
-
inputGainNode.channelInterpretation = value;
|
|
47
|
-
invertGainNode.channelInterpretation = value;
|
|
48
|
-
negativeWaveShaperNode.channelInterpretation = value;
|
|
49
|
-
outputGainNode.channelInterpretation = value;
|
|
50
|
-
positiveWaveShaperNode.channelInterpretation = value;
|
|
51
|
-
revertGainNode.channelInterpretation = value;
|
|
52
|
-
},
|
|
53
|
-
get context() {
|
|
54
|
-
return negativeWaveShaperNode.context;
|
|
55
|
-
},
|
|
56
|
-
get curve() {
|
|
57
|
-
return unmodifiedCurve;
|
|
58
|
-
},
|
|
59
|
-
set curve(value) {
|
|
60
|
-
if (value !== null && value.length < 2) {
|
|
61
|
-
throw createInvalidStateError();
|
|
62
|
-
}
|
|
63
|
-
if (value === null) {
|
|
64
|
-
negativeWaveShaperNode.curve = value;
|
|
65
|
-
positiveWaveShaperNode.curve = value;
|
|
66
|
-
} else {
|
|
67
|
-
const curveLength = value.length;
|
|
68
|
-
const negativeCurve = new Float32Array(curveLength + 2 - curveLength % 2);
|
|
69
|
-
const positiveCurve = new Float32Array(curveLength + 2 - curveLength % 2);
|
|
70
|
-
negativeCurve[0] = value[0];
|
|
71
|
-
positiveCurve[0] = -value[curveLength - 1];
|
|
72
|
-
const length = Math.ceil((curveLength + 1) / 2);
|
|
73
|
-
const centerIndex = (curveLength + 1) / 2 - 1;
|
|
74
|
-
for (let i = 1; i < length; i += 1) {
|
|
75
|
-
const theoreticIndex = i / length * centerIndex;
|
|
76
|
-
const lowerIndex = Math.floor(theoreticIndex);
|
|
77
|
-
const upperIndex = Math.ceil(theoreticIndex);
|
|
78
|
-
negativeCurve[i] = lowerIndex === upperIndex ? value[lowerIndex] : (1 - (theoreticIndex - lowerIndex)) * value[lowerIndex] + (1 - (upperIndex - theoreticIndex)) * value[upperIndex];
|
|
79
|
-
positiveCurve[i] = lowerIndex === upperIndex ? -value[curveLength - 1 - lowerIndex] : -((1 - (theoreticIndex - lowerIndex)) * value[curveLength - 1 - lowerIndex]) - (1 - (upperIndex - theoreticIndex)) * value[curveLength - 1 - upperIndex];
|
|
80
|
-
}
|
|
81
|
-
negativeCurve[length] = curveLength % 2 === 1 ? value[length - 1] : (value[length - 2] + value[length - 1]) / 2;
|
|
82
|
-
negativeWaveShaperNode.curve = negativeCurve;
|
|
83
|
-
positiveWaveShaperNode.curve = positiveCurve;
|
|
84
|
-
}
|
|
85
|
-
unmodifiedCurve = value;
|
|
86
|
-
if (isConnected) {
|
|
87
|
-
if (isDCCurve(unmodifiedCurve) && disconnectNativeAudioBufferSourceNode === null) {
|
|
88
|
-
disconnectNativeAudioBufferSourceNode = createConnectedNativeAudioBufferSourceNode(nativeContext, inputGainNode);
|
|
89
|
-
} else if (disconnectNativeAudioBufferSourceNode !== null) {
|
|
90
|
-
disconnectNativeAudioBufferSourceNode();
|
|
91
|
-
disconnectNativeAudioBufferSourceNode = null;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
},
|
|
95
|
-
get inputs() {
|
|
96
|
-
return [inputGainNode];
|
|
97
|
-
},
|
|
98
|
-
get numberOfInputs() {
|
|
99
|
-
return negativeWaveShaperNode.numberOfInputs;
|
|
100
|
-
},
|
|
101
|
-
get numberOfOutputs() {
|
|
102
|
-
return negativeWaveShaperNode.numberOfOutputs;
|
|
103
|
-
},
|
|
104
|
-
get oversample() {
|
|
105
|
-
return negativeWaveShaperNode.oversample;
|
|
106
|
-
},
|
|
107
|
-
set oversample(value) {
|
|
108
|
-
negativeWaveShaperNode.oversample = value;
|
|
109
|
-
positiveWaveShaperNode.oversample = value;
|
|
110
|
-
},
|
|
111
|
-
addEventListener(...args) {
|
|
112
|
-
return inputGainNode.addEventListener(args[0], args[1], args[2]);
|
|
113
|
-
},
|
|
114
|
-
dispatchEvent(...args) {
|
|
115
|
-
return inputGainNode.dispatchEvent(args[0]);
|
|
116
|
-
},
|
|
117
|
-
removeEventListener(...args) {
|
|
118
|
-
return inputGainNode.removeEventListener(args[0], args[1], args[2]);
|
|
119
|
-
}
|
|
120
|
-
};
|
|
121
|
-
if (curve !== null) {
|
|
122
|
-
nativeWaveShaperNodeFaker.curve = curve instanceof Float32Array ? curve : new Float32Array(curve);
|
|
123
|
-
}
|
|
124
|
-
if (oversample !== nativeWaveShaperNodeFaker.oversample) {
|
|
125
|
-
nativeWaveShaperNodeFaker.oversample = oversample;
|
|
126
|
-
}
|
|
127
|
-
const whenConnected = () => {
|
|
128
|
-
inputGainNode.connect(negativeWaveShaperNode).connect(outputGainNode);
|
|
129
|
-
inputGainNode.connect(invertGainNode).connect(positiveWaveShaperNode).connect(revertGainNode).connect(outputGainNode);
|
|
130
|
-
isConnected = true;
|
|
131
|
-
if (isDCCurve(unmodifiedCurve)) {
|
|
132
|
-
disconnectNativeAudioBufferSourceNode = createConnectedNativeAudioBufferSourceNode(nativeContext, inputGainNode);
|
|
133
|
-
}
|
|
134
|
-
};
|
|
135
|
-
const whenDisconnected = () => {
|
|
136
|
-
inputGainNode.disconnect(negativeWaveShaperNode);
|
|
137
|
-
negativeWaveShaperNode.disconnect(outputGainNode);
|
|
138
|
-
inputGainNode.disconnect(invertGainNode);
|
|
139
|
-
invertGainNode.disconnect(positiveWaveShaperNode);
|
|
140
|
-
positiveWaveShaperNode.disconnect(revertGainNode);
|
|
141
|
-
revertGainNode.disconnect(outputGainNode);
|
|
142
|
-
isConnected = false;
|
|
143
|
-
if (disconnectNativeAudioBufferSourceNode !== null) {
|
|
144
|
-
disconnectNativeAudioBufferSourceNode();
|
|
145
|
-
disconnectNativeAudioBufferSourceNode = null;
|
|
146
|
-
}
|
|
147
|
-
};
|
|
148
|
-
return monitorConnections(interceptConnections(nativeWaveShaperNodeFaker, outputGainNode), whenConnected, whenDisconnected);
|
|
149
|
-
};
|
|
150
|
-
};
|
|
151
|
-
export {
|
|
152
|
-
createNativeWaveShaperNodeFakerFactory
|
|
153
|
-
};
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const deactivateAudioGraph = require("../helpers/deactivate-audio-graph.cjs");
|
|
4
|
-
const testPromiseSupport = require("../helpers/test-promise-support.cjs");
|
|
5
|
-
const DEFAULT_OPTIONS = {
|
|
6
|
-
numberOfChannels: 1
|
|
7
|
-
};
|
|
8
|
-
const createOfflineAudioContextConstructor = (baseAudioContextConstructor, cacheTestResult, createInvalidStateError, createNativeOfflineAudioContext, startRendering) => {
|
|
9
|
-
return class OfflineAudioContext extends baseAudioContextConstructor {
|
|
10
|
-
constructor(a, b, c) {
|
|
11
|
-
let options;
|
|
12
|
-
if (typeof a === "number" && b !== void 0 && c !== void 0) {
|
|
13
|
-
options = { length: b, numberOfChannels: a, sampleRate: c };
|
|
14
|
-
} else if (typeof a === "object") {
|
|
15
|
-
options = a;
|
|
16
|
-
} else {
|
|
17
|
-
throw new Error("The given parameters are not valid.");
|
|
18
|
-
}
|
|
19
|
-
const { length, numberOfChannels, sampleRate } = { ...DEFAULT_OPTIONS, ...options };
|
|
20
|
-
const nativeOfflineAudioContext = createNativeOfflineAudioContext(numberOfChannels, length, sampleRate);
|
|
21
|
-
if (!cacheTestResult(testPromiseSupport.testPromiseSupport, () => testPromiseSupport.testPromiseSupport(nativeOfflineAudioContext))) {
|
|
22
|
-
nativeOfflineAudioContext.addEventListener("statechange", /* @__PURE__ */ (() => {
|
|
23
|
-
let i = 0;
|
|
24
|
-
const delayStateChangeEvent = (event) => {
|
|
25
|
-
if (this._state === "running") {
|
|
26
|
-
if (i > 0) {
|
|
27
|
-
nativeOfflineAudioContext.removeEventListener("statechange", delayStateChangeEvent);
|
|
28
|
-
event.stopImmediatePropagation();
|
|
29
|
-
this._waitForThePromiseToSettle(event);
|
|
30
|
-
} else {
|
|
31
|
-
i += 1;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
};
|
|
35
|
-
return delayStateChangeEvent;
|
|
36
|
-
})());
|
|
37
|
-
}
|
|
38
|
-
super(nativeOfflineAudioContext, numberOfChannels);
|
|
39
|
-
this._length = length;
|
|
40
|
-
this._nativeOfflineAudioContext = nativeOfflineAudioContext;
|
|
41
|
-
this._state = null;
|
|
42
|
-
}
|
|
43
|
-
get length() {
|
|
44
|
-
if (this._nativeOfflineAudioContext.length === void 0) {
|
|
45
|
-
return this._length;
|
|
46
|
-
}
|
|
47
|
-
return this._nativeOfflineAudioContext.length;
|
|
48
|
-
}
|
|
49
|
-
get state() {
|
|
50
|
-
return this._state === null ? this._nativeOfflineAudioContext.state : this._state;
|
|
51
|
-
}
|
|
52
|
-
startRendering() {
|
|
53
|
-
if (this._state === "running") {
|
|
54
|
-
return Promise.reject(createInvalidStateError());
|
|
55
|
-
}
|
|
56
|
-
this._state = "running";
|
|
57
|
-
return startRendering(this.destination, this._nativeOfflineAudioContext).finally(() => {
|
|
58
|
-
this._state = null;
|
|
59
|
-
deactivateAudioGraph.deactivateAudioGraph(this);
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
_waitForThePromiseToSettle(event) {
|
|
63
|
-
if (this._state === null) {
|
|
64
|
-
this._nativeOfflineAudioContext.dispatchEvent(event);
|
|
65
|
-
} else {
|
|
66
|
-
setTimeout(() => this._waitForThePromiseToSettle(event));
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
};
|
|
70
|
-
};
|
|
71
|
-
exports.createOfflineAudioContextConstructor = createOfflineAudioContextConstructor;
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import { deactivateAudioGraph } from "../helpers/deactivate-audio-graph.js";
|
|
2
|
-
import { testPromiseSupport } from "../helpers/test-promise-support.js";
|
|
3
|
-
const DEFAULT_OPTIONS = {
|
|
4
|
-
numberOfChannels: 1
|
|
5
|
-
};
|
|
6
|
-
const createOfflineAudioContextConstructor = (baseAudioContextConstructor, cacheTestResult, createInvalidStateError, createNativeOfflineAudioContext, startRendering) => {
|
|
7
|
-
return class OfflineAudioContext extends baseAudioContextConstructor {
|
|
8
|
-
constructor(a, b, c) {
|
|
9
|
-
let options;
|
|
10
|
-
if (typeof a === "number" && b !== void 0 && c !== void 0) {
|
|
11
|
-
options = { length: b, numberOfChannels: a, sampleRate: c };
|
|
12
|
-
} else if (typeof a === "object") {
|
|
13
|
-
options = a;
|
|
14
|
-
} else {
|
|
15
|
-
throw new Error("The given parameters are not valid.");
|
|
16
|
-
}
|
|
17
|
-
const { length, numberOfChannels, sampleRate } = { ...DEFAULT_OPTIONS, ...options };
|
|
18
|
-
const nativeOfflineAudioContext = createNativeOfflineAudioContext(numberOfChannels, length, sampleRate);
|
|
19
|
-
if (!cacheTestResult(testPromiseSupport, () => testPromiseSupport(nativeOfflineAudioContext))) {
|
|
20
|
-
nativeOfflineAudioContext.addEventListener("statechange", /* @__PURE__ */ (() => {
|
|
21
|
-
let i = 0;
|
|
22
|
-
const delayStateChangeEvent = (event) => {
|
|
23
|
-
if (this._state === "running") {
|
|
24
|
-
if (i > 0) {
|
|
25
|
-
nativeOfflineAudioContext.removeEventListener("statechange", delayStateChangeEvent);
|
|
26
|
-
event.stopImmediatePropagation();
|
|
27
|
-
this._waitForThePromiseToSettle(event);
|
|
28
|
-
} else {
|
|
29
|
-
i += 1;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
return delayStateChangeEvent;
|
|
34
|
-
})());
|
|
35
|
-
}
|
|
36
|
-
super(nativeOfflineAudioContext, numberOfChannels);
|
|
37
|
-
this._length = length;
|
|
38
|
-
this._nativeOfflineAudioContext = nativeOfflineAudioContext;
|
|
39
|
-
this._state = null;
|
|
40
|
-
}
|
|
41
|
-
get length() {
|
|
42
|
-
if (this._nativeOfflineAudioContext.length === void 0) {
|
|
43
|
-
return this._length;
|
|
44
|
-
}
|
|
45
|
-
return this._nativeOfflineAudioContext.length;
|
|
46
|
-
}
|
|
47
|
-
get state() {
|
|
48
|
-
return this._state === null ? this._nativeOfflineAudioContext.state : this._state;
|
|
49
|
-
}
|
|
50
|
-
startRendering() {
|
|
51
|
-
if (this._state === "running") {
|
|
52
|
-
return Promise.reject(createInvalidStateError());
|
|
53
|
-
}
|
|
54
|
-
this._state = "running";
|
|
55
|
-
return startRendering(this.destination, this._nativeOfflineAudioContext).finally(() => {
|
|
56
|
-
this._state = null;
|
|
57
|
-
deactivateAudioGraph(this);
|
|
58
|
-
});
|
|
59
|
-
}
|
|
60
|
-
_waitForThePromiseToSettle(event) {
|
|
61
|
-
if (this._state === null) {
|
|
62
|
-
this._nativeOfflineAudioContext.dispatchEvent(event);
|
|
63
|
-
} else {
|
|
64
|
-
setTimeout(() => this._waitForThePromiseToSettle(event));
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
export {
|
|
70
|
-
createOfflineAudioContextConstructor
|
|
71
|
-
};
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const isActiveAudioNode = require("../helpers/is-active-audio-node.cjs");
|
|
4
|
-
const setInternalStateToActive = require("../helpers/set-internal-state-to-active.cjs");
|
|
5
|
-
const setInternalStateToPassive = require("../helpers/set-internal-state-to-passive.cjs");
|
|
6
|
-
const DEFAULT_OPTIONS = {
|
|
7
|
-
channelCount: 2,
|
|
8
|
-
channelCountMode: "max",
|
|
9
|
-
// This attribute has no effect for nodes with no inputs.
|
|
10
|
-
channelInterpretation: "speakers",
|
|
11
|
-
// This attribute has no effect for nodes with no inputs.
|
|
12
|
-
detune: 0,
|
|
13
|
-
frequency: 440,
|
|
14
|
-
periodicWave: void 0,
|
|
15
|
-
type: "sine"
|
|
16
|
-
};
|
|
17
|
-
const createOscillatorNodeConstructor = (audioNodeConstructor, createAudioParam, createNativeOscillatorNode, createOscillatorNodeRenderer, getNativeContext, isNativeOfflineAudioContext, wrapEventListener) => {
|
|
18
|
-
return class OscillatorNode extends audioNodeConstructor {
|
|
19
|
-
constructor(context, options) {
|
|
20
|
-
const nativeContext = getNativeContext(context);
|
|
21
|
-
const mergedOptions = { ...DEFAULT_OPTIONS, ...options };
|
|
22
|
-
const nativeOscillatorNode = createNativeOscillatorNode(nativeContext, mergedOptions);
|
|
23
|
-
const isOffline = isNativeOfflineAudioContext(nativeContext);
|
|
24
|
-
const oscillatorNodeRenderer = isOffline ? createOscillatorNodeRenderer() : null;
|
|
25
|
-
const nyquist = context.sampleRate / 2;
|
|
26
|
-
super(context, false, nativeOscillatorNode, oscillatorNodeRenderer);
|
|
27
|
-
this._detune = createAudioParam(this, isOffline, nativeOscillatorNode.detune, 153600, -153600);
|
|
28
|
-
this._frequency = createAudioParam(this, isOffline, nativeOscillatorNode.frequency, nyquist, -nyquist);
|
|
29
|
-
this._nativeOscillatorNode = nativeOscillatorNode;
|
|
30
|
-
this._onended = null;
|
|
31
|
-
this._oscillatorNodeRenderer = oscillatorNodeRenderer;
|
|
32
|
-
if (this._oscillatorNodeRenderer !== null && mergedOptions.periodicWave !== void 0) {
|
|
33
|
-
this._oscillatorNodeRenderer.periodicWave = mergedOptions.periodicWave;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
get detune() {
|
|
37
|
-
return this._detune;
|
|
38
|
-
}
|
|
39
|
-
get frequency() {
|
|
40
|
-
return this._frequency;
|
|
41
|
-
}
|
|
42
|
-
get onended() {
|
|
43
|
-
return this._onended;
|
|
44
|
-
}
|
|
45
|
-
set onended(value) {
|
|
46
|
-
const wrappedListener = typeof value === "function" ? wrapEventListener(this, value) : null;
|
|
47
|
-
this._nativeOscillatorNode.onended = wrappedListener;
|
|
48
|
-
const nativeOnEnded = this._nativeOscillatorNode.onended;
|
|
49
|
-
this._onended = nativeOnEnded !== null && nativeOnEnded === wrappedListener ? value : nativeOnEnded;
|
|
50
|
-
}
|
|
51
|
-
get type() {
|
|
52
|
-
return this._nativeOscillatorNode.type;
|
|
53
|
-
}
|
|
54
|
-
set type(value) {
|
|
55
|
-
this._nativeOscillatorNode.type = value;
|
|
56
|
-
if (this._oscillatorNodeRenderer !== null) {
|
|
57
|
-
this._oscillatorNodeRenderer.periodicWave = null;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
setPeriodicWave(periodicWave) {
|
|
61
|
-
this._nativeOscillatorNode.setPeriodicWave(periodicWave);
|
|
62
|
-
if (this._oscillatorNodeRenderer !== null) {
|
|
63
|
-
this._oscillatorNodeRenderer.periodicWave = periodicWave;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
start(when = 0) {
|
|
67
|
-
this._nativeOscillatorNode.start(when);
|
|
68
|
-
if (this._oscillatorNodeRenderer !== null) {
|
|
69
|
-
this._oscillatorNodeRenderer.start = when;
|
|
70
|
-
}
|
|
71
|
-
if (this.context.state !== "closed") {
|
|
72
|
-
setInternalStateToActive.setInternalStateToActive(this);
|
|
73
|
-
const resetInternalStateToPassive = () => {
|
|
74
|
-
this._nativeOscillatorNode.removeEventListener("ended", resetInternalStateToPassive);
|
|
75
|
-
if (isActiveAudioNode.isActiveAudioNode(this)) {
|
|
76
|
-
setInternalStateToPassive.setInternalStateToPassive(this);
|
|
77
|
-
}
|
|
78
|
-
};
|
|
79
|
-
this._nativeOscillatorNode.addEventListener("ended", resetInternalStateToPassive);
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
stop(when = 0) {
|
|
83
|
-
this._nativeOscillatorNode.stop(when);
|
|
84
|
-
if (this._oscillatorNodeRenderer !== null) {
|
|
85
|
-
this._oscillatorNodeRenderer.stop = when;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
|
-
exports.createOscillatorNodeConstructor = createOscillatorNodeConstructor;
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
import { isActiveAudioNode } from "../helpers/is-active-audio-node.js";
|
|
2
|
-
import { setInternalStateToActive } from "../helpers/set-internal-state-to-active.js";
|
|
3
|
-
import { setInternalStateToPassive } from "../helpers/set-internal-state-to-passive.js";
|
|
4
|
-
const DEFAULT_OPTIONS = {
|
|
5
|
-
channelCount: 2,
|
|
6
|
-
channelCountMode: "max",
|
|
7
|
-
// This attribute has no effect for nodes with no inputs.
|
|
8
|
-
channelInterpretation: "speakers",
|
|
9
|
-
// This attribute has no effect for nodes with no inputs.
|
|
10
|
-
detune: 0,
|
|
11
|
-
frequency: 440,
|
|
12
|
-
periodicWave: void 0,
|
|
13
|
-
type: "sine"
|
|
14
|
-
};
|
|
15
|
-
const createOscillatorNodeConstructor = (audioNodeConstructor, createAudioParam, createNativeOscillatorNode, createOscillatorNodeRenderer, getNativeContext, isNativeOfflineAudioContext, wrapEventListener) => {
|
|
16
|
-
return class OscillatorNode extends audioNodeConstructor {
|
|
17
|
-
constructor(context, options) {
|
|
18
|
-
const nativeContext = getNativeContext(context);
|
|
19
|
-
const mergedOptions = { ...DEFAULT_OPTIONS, ...options };
|
|
20
|
-
const nativeOscillatorNode = createNativeOscillatorNode(nativeContext, mergedOptions);
|
|
21
|
-
const isOffline = isNativeOfflineAudioContext(nativeContext);
|
|
22
|
-
const oscillatorNodeRenderer = isOffline ? createOscillatorNodeRenderer() : null;
|
|
23
|
-
const nyquist = context.sampleRate / 2;
|
|
24
|
-
super(context, false, nativeOscillatorNode, oscillatorNodeRenderer);
|
|
25
|
-
this._detune = createAudioParam(this, isOffline, nativeOscillatorNode.detune, 153600, -153600);
|
|
26
|
-
this._frequency = createAudioParam(this, isOffline, nativeOscillatorNode.frequency, nyquist, -nyquist);
|
|
27
|
-
this._nativeOscillatorNode = nativeOscillatorNode;
|
|
28
|
-
this._onended = null;
|
|
29
|
-
this._oscillatorNodeRenderer = oscillatorNodeRenderer;
|
|
30
|
-
if (this._oscillatorNodeRenderer !== null && mergedOptions.periodicWave !== void 0) {
|
|
31
|
-
this._oscillatorNodeRenderer.periodicWave = mergedOptions.periodicWave;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
get detune() {
|
|
35
|
-
return this._detune;
|
|
36
|
-
}
|
|
37
|
-
get frequency() {
|
|
38
|
-
return this._frequency;
|
|
39
|
-
}
|
|
40
|
-
get onended() {
|
|
41
|
-
return this._onended;
|
|
42
|
-
}
|
|
43
|
-
set onended(value) {
|
|
44
|
-
const wrappedListener = typeof value === "function" ? wrapEventListener(this, value) : null;
|
|
45
|
-
this._nativeOscillatorNode.onended = wrappedListener;
|
|
46
|
-
const nativeOnEnded = this._nativeOscillatorNode.onended;
|
|
47
|
-
this._onended = nativeOnEnded !== null && nativeOnEnded === wrappedListener ? value : nativeOnEnded;
|
|
48
|
-
}
|
|
49
|
-
get type() {
|
|
50
|
-
return this._nativeOscillatorNode.type;
|
|
51
|
-
}
|
|
52
|
-
set type(value) {
|
|
53
|
-
this._nativeOscillatorNode.type = value;
|
|
54
|
-
if (this._oscillatorNodeRenderer !== null) {
|
|
55
|
-
this._oscillatorNodeRenderer.periodicWave = null;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
setPeriodicWave(periodicWave) {
|
|
59
|
-
this._nativeOscillatorNode.setPeriodicWave(periodicWave);
|
|
60
|
-
if (this._oscillatorNodeRenderer !== null) {
|
|
61
|
-
this._oscillatorNodeRenderer.periodicWave = periodicWave;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
start(when = 0) {
|
|
65
|
-
this._nativeOscillatorNode.start(when);
|
|
66
|
-
if (this._oscillatorNodeRenderer !== null) {
|
|
67
|
-
this._oscillatorNodeRenderer.start = when;
|
|
68
|
-
}
|
|
69
|
-
if (this.context.state !== "closed") {
|
|
70
|
-
setInternalStateToActive(this);
|
|
71
|
-
const resetInternalStateToPassive = () => {
|
|
72
|
-
this._nativeOscillatorNode.removeEventListener("ended", resetInternalStateToPassive);
|
|
73
|
-
if (isActiveAudioNode(this)) {
|
|
74
|
-
setInternalStateToPassive(this);
|
|
75
|
-
}
|
|
76
|
-
};
|
|
77
|
-
this._nativeOscillatorNode.addEventListener("ended", resetInternalStateToPassive);
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
stop(when = 0) {
|
|
81
|
-
this._nativeOscillatorNode.stop(when);
|
|
82
|
-
if (this._oscillatorNodeRenderer !== null) {
|
|
83
|
-
this._oscillatorNodeRenderer.stop = when;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
};
|
|
87
|
-
};
|
|
88
|
-
export {
|
|
89
|
-
createOscillatorNodeConstructor
|
|
90
|
-
};
|