Lazarus
Lazarus
DIAdiscord.js - Imagine an app
Created by Lazarus on 3/20/2025 in #djs-voice
Unable to Hear Audio
🍻
11 replies
DIAdiscord.js - Imagine an app
Created by Lazarus on 3/20/2025 in #djs-voice
Unable to Hear Audio
thanks for the advice @Chewinky
11 replies
DIAdiscord.js - Imagine an app
Created by Lazarus on 3/20/2025 in #djs-voice
Unable to Hear Audio
Alright, did some fiddling with createReadStream and file location, that seems to have done it
11 replies
DIAdiscord.js - Imagine an app
Created by Lazarus on 3/20/2025 in #djs-voice
Unable to Hear Audio
I've removed
const filepath
const filepath
and replaced audioResource with
const audioResource = createAudioResource(join(__dirname, 'audioFiles', 'soundbite.mp3'), {inlineVolume: true});
const audioResource = createAudioResource(join(__dirname, 'audioFiles', 'soundbite.mp3'), {inlineVolume: true});
, but still no dice
11 replies
DIAdiscord.js - Imagine an app
Created by Lazarus on 3/20/2025 in #djs-voice
Unable to Hear Audio
Decided to put in the wrong filepath and the logger's still saying the audio player's playing
11 replies
DIAdiscord.js - Imagine an app
Created by Lazarus on 3/20/2025 in #djs-voice
Unable to Hear Audio
Hm.
11 replies
DIAdiscord.js - Imagine an app
Created by Lazarus on 3/20/2025 in #djs-voice
Unable to Hear Audio
just moved it (and altered the file path accordingly), but that doesn't seem to have fixed it
11 replies