mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Fix typo
This commit is contained in:
@@ -253,7 +253,7 @@ const runAudioIterator = async () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// To play back audio, we loop over all audio chunks (typically very short) of the file and play them at the correct
|
// To play back audio, we loop over all audio chunks (typically very short) of the file and play them at the correct
|
||||||
// timestamp. The result is a continuous, uninteruppted audio signal.
|
// timestamp. The result is a continuous, uninterrupted audio signal.
|
||||||
for await (const { buffer, timestamp } of audioBufferIterator!) {
|
for await (const { buffer, timestamp } of audioBufferIterator!) {
|
||||||
const node = audioContext!.createBufferSource();
|
const node = audioContext!.createBufferSource();
|
||||||
node.buffer = buffer;
|
node.buffer = buffer;
|
||||||
|
|||||||
Reference in New Issue
Block a user