geis, how can I rewind audio for example 20 seconds forward or backward in @discordjs/voice

geis, how can I rewind audio for example 20 seconds forward or backward in @discordjs/voice
4 Replies
d.js toolkit
d.js toolkit5mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - 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!
ThePedroo
ThePedroo5mo ago
In that case, you'll need to use FFmpeg. You can use it through prism-media.FFmpeg That way you can provide when it will start from
VLAADOS
VLAADOS5mo ago
is there any code example, because I don't quite understand how to do it