This commit is contained in:
Dragon Fire
2021-03-21 19:17:01 -04:00
parent f0fc5802e1
commit 99864b1bcd
+1 -1
View File
@@ -98,7 +98,7 @@ module.exports = class AnimaleseCommand extends Command {
}
}
const wav = new WaveFile();
wav.fromScratch(1, sampleFreq, '32', data);
wav.fromScratch(1, sampleFreq, '8', data);
return Buffer.from(wav.toBuffer());
}