Mars7383 / discord-interrupt-bot

A Discord bot that talks over your friends whenever they try to speak in a voice channel
8 stars 7 forks source link

Only works half the time #1

Open benjamin051000 opened 3 years ago

benjamin051000 commented 3 years ago

It appears that it only interrupts the victim every other time they speak. Like this:

Victim speaks -> Interrupted Victim stops -> Stops Victim speaks -> nothing Victim stops -> nothing Victim speaks -> Interrupted ...

Not sure why. I thought it may be because the file is large. The console knows exactly when the victim is speaking, so it must be an issue with the dispatch.resume() and .pause() functions.

Thank you for making this by the way. I am not a d.js developer but I wanted to document this so that this bot can be perfected for the goodness of humankind

Mars7383 commented 3 years ago

This may be related to this issue, although I'm not entirely sure. Dispatcher isn't very reliable for me either, sometimes the audio lags and then suddenly bursts at 2x speed. Discrepancies in the host machine or network connection may be to blame.