Skip to content

Commit 1517989

Browse files
committed
removed console log
1 parent de22193 commit 1517989

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

playground/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@ const audioTrack = new core.AudioTrack();
3737
const audioSource = await core.AudioSource.from('/silences.mp3');
3838

3939
const silences = await audioSource.silences({});
40-
console.log(silences);
4140

4241
const audioTest = await new core.AudioClip(audioSource, {
4342
volume: 0.1,
4443
}).offsetBy(new core.Timestamp(10000));
45-
console.log("duration", audioTest.duration.millis);
4644

4745
await audioTrack.add(audioTest);
4846
await audioTrack.removeSilences();

0 commit comments

Comments
 (0)