jaemil
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by jaemil on 3/22/2024 in #djs-voice
Problem saving audioBuffer to file - whisper api
Thank you so much, it did work. now i only need to double the sample rate from 48000 to 96000. idk why the recorded audio is in slowmo..
8 replies
DIAdiscord.js - Imagine an app
•Created by jaemil on 3/22/2024 in #djs-voice
Problem saving audioBuffer to file - whisper api
this is how audioBuffer is created
https://github.com/Rei-x/discord-speech-recognition/blob/main/src/bot/events/speech.ts
8 replies
DIAdiscord.js - Imagine an app
•Created by jaemil on 3/22/2024 in #djs-voice
Problem saving audioBuffer to file - whisper api
im using this repo https://github.com/Rei-x/discord-speech-recognition
8 replies
DIAdiscord.js - Imagine an app
•Created by jaemil on 3/22/2024 in #djs-voice
Problem saving audioBuffer to file - whisper api
8 replies
DIAdiscord.js - Imagine an app
•Created by jaemil on 3/22/2024 in #djs-voice
Problem saving audioBuffer to file - whisper api
im using the SpeechEvents.speech event.
8 replies
DIAdiscord.js - Imagine an app
•Created by jaemil on 3/22/2024 in #djs-voice
Problem saving audioBuffer to file - whisper api
node: v20.11.0
8 replies
Problem with hosting authentication service
i think i found the problem:
const server = https.createServer({
key: fs.readFileSync("./certs/key.pem"),
cert: fs.readFileSync("./certs/cert.pem")
}, app);
this shouldn't work calling readFile..) will remove it26 replies
Problem with hosting authentication service
yarn run v1.22.19
$ node server.js
[HPM] Proxy created: / -> https://backend.findnlink.com
[HPM] Proxy rewrite rule created: "^/proxy" ~> ""
MongoDB - Database connection established successfully.
Findnlink Auth Server running on 0.0.0.0:8078
26 replies