Skip to content

Commit

Permalink
Update web build
Browse files Browse the repository at this point in the history
  • Loading branch information
almic committed Apr 8, 2024
1 parent 8872665 commit ba5a640
Show file tree
Hide file tree
Showing 6 changed files with 364 additions and 107 deletions.
3 changes: 1 addition & 2 deletions docs/js/lib/AudioSourceNode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import { AudioAdjustmentOptions } from './automation.js';
*/
declare class AudioSourceNode implements AudioBufferSourceNode {
private readonly audioContext;
readonly destination?: AudioNode | undefined;
private sourceNode;
private readonly gainNode;
private readonly stereoPannerNode;
Expand All @@ -50,7 +49,7 @@ declare class AudioSourceNode implements AudioBufferSourceNode {
private bufferHalfLength;
readonly numberOfInputs: number;
readonly numberOfOutputs: number;
constructor(audioContext: AudioContext, destination?: AudioNode | undefined);
constructor(audioContext: AudioContext, destination?: AudioNode);
/**
* Creates and returns a clone of this AudioSourceNode, specifically of just the
* audio context, buffer, and source path.
Expand Down
Loading

0 comments on commit ba5a640

Please sign in to comment.