kriskotooBG
kriskotooBG
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 3/30/2024 in #djs-voice
Retrieve voice channel reference from voice connection
Out of curiosity
9 replies
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 3/30/2024 in #djs-voice
Retrieve voice channel reference from voice connection
Yeah, I went with that approach. I was hoping that maybe some event or the voice connection has a reference to the channel but I guess not. Is there some reason for the voice connection object not having a reference to the channel?
9 replies
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 3/2/2024 in #djs-questions
Set 'about me' field
I appreciate the help, thanks!
13 replies
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 3/2/2024 in #djs-questions
Set 'about me' field
Yup, that worked greatly
13 replies
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 3/2/2024 in #djs-questions
Set 'about me' field
I just saw it in the docs
13 replies
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 3/2/2024 in #djs-questions
Set 'about me' field
Oh fetch()
13 replies
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 3/2/2024 in #djs-questions
Set 'about me' field
I'm sorry, I'm not really sure how to fetch those values
13 replies
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 3/2/2024 in #djs-questions
Set 'about me' field
Am I missing some intent?
13 replies
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 3/2/2024 in #djs-questions
Set 'about me' field
Hm, it seems I cannot read the current one, client.application.description seems to be null, but my application does have a description
13 replies
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 3/2/2024 in #djs-questions
Set 'about me' field
Oh, cool I'll try it. Thanks!
13 replies
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 1/21/2024 in #djs-questions
Client as GuildMember
Yup, I saw works great
15 replies
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 1/21/2024 in #djs-questions
Client as GuildMember
Thanks a bunch!
15 replies
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 1/21/2024 in #djs-questions
Client as GuildMember
Cool. So I can use message.guild.members.fetchMe()
15 replies
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 1/21/2024 in #djs-questions
Client as GuildMember
Ah, so the .members is an Instace of that.
15 replies
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 1/21/2024 in #djs-questions
Client as GuildMember
Aha, and how can I access this GuildMemberManager?
15 replies
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 1/13/2024 in #djs-voice
Volume normalization
Yeah after reading that I was thinking if it would be possible to somehow make the base volume a given dB There is not fad- ins or fade outs, it's linear sfxs so that would work to me
10 replies
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 1/13/2024 in #djs-voice
Volume normalization
Thank you very much for the details example @twlite ! I understand that, my issue is actually I guess mostly logical on how to implement the audio leveling, because if I just follow the example it would decrease the volume in general by 50% right? But I would like to be able to normalize the volume of let's say individual files if possible without scanning them first, but use a sample of let's say 10 seconds or so
10 replies
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 1/13/2024 in #djs-voice
Volume normalization
I guess my issue is that I don't know what tools I could use
10 replies
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 1/13/2024 in #djs-voice
Volume normalization
No, I'm running it from Node actually. I know about ffmpeg very well but I didn't find anything suitable... I'm pretty sure I can just use FS to get a read stream from the file and give that to the djs audio player, but I'm not sure what to do in the middle between FS and djs to analyze chunks of the audio or a single chunk and normalize the volume for the entire stream
10 replies
DIAdiscord.js - Imagine an app
Created by kriskotooBG on 1/2/2024 in #djs-voice
discord.js and deno
FYI, it was indeed the stupid ytdl haha. I wanted to use it for simplicity, yet it just caused me issues. Playing mp3 files seems to work perfectly fine on Deno! Thanks a bunch!
14 replies