Setting CRC false on the Ogg bitstream object to see if the problem with the CRC component goes away

This commit is contained in:
Bradley Bickford 2023-11-21 19:49:13 -05:00
parent 55490c4b04
commit bdc0ed0fad

View File

@ -134,7 +134,8 @@ client.on(Events.VoiceStateUpdate, async (oldState, newState) => {
}),
pageSizeControl: {
maxPackets: 10
}
},
crc: false
}))
.pipe(fs.createWriteStream("." + path.sep + "media" + path.sep + "voice_audio" + path.sep + newCallID + path.sep + `${Date.now()}-${user_id}.ogg`))