Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisweb committed Sep 17, 2023
1 parent 907b70b commit 0d967f8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/library/audio.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export declare class PlayerAudio {
protected _getPlayerGainNode(): Promise<GainNode>;
protected _disconnectPlayerGainNode(): void;
connectSound(sound: ISound): Promise<void>;
disconnectSound(sound: ISound): Promise<void>;
cleanUpAudiBufferSourceNode(sound: ISound): Promise<void>;
protected _changePlayerGainValue(gainValue: number): void;
protected _roundGainTwoDecimals(rawGainValue: number): number;
setVolume(volume: number, forceUpdateUserVolume?: boolean): void;
Expand Down

0 comments on commit 0d967f8

Please sign in to comment.