Setting CRC false on the Ogg bitstream object to see if the problem with the CRC component goes away
This commit is contained in:
parent
55490c4b04
commit
bdc0ed0fad
@ -134,7 +134,8 @@ client.on(Events.VoiceStateUpdate, async (oldState, newState) => {
|
|||||||
}),
|
}),
|
||||||
pageSizeControl: {
|
pageSizeControl: {
|
||||||
maxPackets: 10
|
maxPackets: 10
|
||||||
}
|
},
|
||||||
|
crc: false
|
||||||
}))
|
}))
|
||||||
.pipe(fs.createWriteStream("." + path.sep + "media" + path.sep + "voice_audio" + path.sep + newCallID + path.sep + `${Date.now()}-${user_id}.ogg`))
|
.pipe(fs.createWriteStream("." + path.sep + "media" + path.sep + "voice_audio" + path.sep + newCallID + path.sep + `${Date.now()}-${user_id}.ogg`))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user