Player plays fine using string but not via createReadStream
No error is thrown either.
Report:
code:
2 Replies
- What are your intents?
GuildVoiceStates
is required to receive voice data!
- Show what dependencies you are using -- generateDependencyReport()
is exported from @discordjs/voice
.
- Try looking at common examples: https://github.com/discordjs/voice-examples.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPit seems to be
StreamType.OggOpus
is causing the issue but I'm not sure why
a resource that will be played repeatedly, it's a path
It seems that after running the bot for a while, the playback starts to lag a whole lot and I'm trying to figure out why is that the case
Saw in the docs that if a resource is meant to be played repeatedly, it gotta be converted to Ogg and used via createReadStream
Only if I remove
But then it would get sent into ffmpeg
Unless I'm mistaken?
Without createReadStream?
Ooh I guess that's the reason, I converted it in audacity
So probably not with opus