rm new
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user