Skip to content

Commit

Permalink
chore: Trigger codesandbox refresh for audio example
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Mar 11, 2024
1 parent 86a8529 commit 8378a1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/audio/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ async function init(fileName: string, fileData: ArrayBuffer) {
// Buffering
const bufferSize = 512 * 1024 // 512 KB
const metadataSize = mediainfo?.media?.track[0]?.StreamSize || 0
const amountOfFramesToLoad = bufferSize / audioFrameSize

let loading = false
let seeking = false
Expand Down

0 comments on commit 8378a1a

Please sign in to comment.