Modifying versions and restoring the PCM version of audio saving
This commit is contained in:
parent
ab3ef81df9
commit
16b41fad2b
@ -127,13 +127,13 @@ client.on(Events.VoiceStateUpdate, async (oldState, newState) => {
|
|||||||
duration: 1000
|
duration: 1000
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
/*.pipe(new prism.opus.OggDemuxer())
|
.pipe(new prism.opus.OggDemuxer())
|
||||||
.pipe(new prism.opus.Decoder({
|
.pipe(new prism.opus.Decoder({
|
||||||
rate: 48000,
|
rate: 48000,
|
||||||
channels: 2,
|
channels: 2,
|
||||||
frameSize: 960
|
frameSize: 960
|
||||||
}))*/
|
}))
|
||||||
.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}.pcm`))
|
||||||
|
|
||||||
})
|
})
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"libsodium-wrappers": "^0.7.13",
|
"libsodium-wrappers": "^0.7.13",
|
||||||
"mysql": "^2.18.1",
|
"mysql": "^2.18.1",
|
||||||
"mysql2": "^3.6.3",
|
"mysql2": "^3.6.3",
|
||||||
"prism-media": "^1.3.5"
|
"prism-media": "^2.0.0-alpha.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^8.27.0"
|
"eslint": "^8.27.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user