We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de22193 commit 1517989Copy full SHA for 1517989
playground/main.ts
@@ -37,12 +37,10 @@ const audioTrack = new core.AudioTrack();
37
const audioSource = await core.AudioSource.from('/silences.mp3');
38
39
const silences = await audioSource.silences({});
40
-console.log(silences);
41
42
const audioTest = await new core.AudioClip(audioSource, {
43
volume: 0.1,
44
}).offsetBy(new core.Timestamp(10000));
45
-console.log("duration", audioTest.duration.millis);
46
47
await audioTrack.add(audioTest);
48
await audioTrack.removeSilences();
0 commit comments