mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Add explicit disposability to Inputs (#126)
This commit is contained in:
@@ -123,7 +123,7 @@ export class WaveDemuxer extends Demuxer {
|
||||
const blockSize = this.audioInfo.blockSizeInBytes;
|
||||
this.dataSize = Math.floor(this.dataSize / blockSize) * blockSize;
|
||||
|
||||
this.tracks.push(new InputAudioTrack(new WaveAudioTrackBacking(this)));
|
||||
this.tracks.push(new InputAudioTrack(this.input, new WaveAudioTrackBacking(this)));
|
||||
})();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user