This commit is contained in:
Dragon Fire
2021-03-21 19:06:38 -04:00
parent e2ba47208e
commit d275bf7eab
+1 -1
View File
@@ -98,7 +98,7 @@ module.exports = class AnimaleseCommand extends Command {
}
}
const wav = new WaveFile();
wav.fromScratch(1, sampleFreq, '32', Array.from(data));
wav.fromScratch(1, sampleFreq, '32', data);
return Readable.from([wav.toBuffer()]);
}