Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
return removed clips
Browse files Browse the repository at this point in the history
  • Loading branch information
capnmidnight committed Feb 23, 2021
1 parent 7b7a1dc commit 72b6754
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Calla/audio/AudioManager.d.ts
Expand Up @@ -120,7 +120,7 @@ export declare class AudioManager extends TypedEventBase<AudioManagerEvents> {
/**
* Remove an audio clip from audio processing.
**/
removeClip(id: string): void;
removeClip(id: string): IPlayableSource;
private createSourceFromStream;
setUserStream(id: string, stream: MediaStream): Promise<void>;
updateUserOffsets(): void;
Expand Down
3 changes: 2 additions & 1 deletion Calla/audio/AudioManager.js

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

0 comments on commit 72b6754

Please sign in to comment.