This commit is contained in:
2026-01-13 22:17:08 -06:00
parent 6e5c71b22d
commit 9b9d88f5a3

View File

@@ -145,7 +145,7 @@ soundwave.create = function(opts) {
var bytes_per_frame = player.channels * BYTES_PER_SAMPLE
var bits_per_frame = bytes_per_frame * 8
var out = new Blob()
var out = Blob()
var frames_written = 0
while (frames_written < frames) {