PhasecoreX / docker-red-discordbot

The newest Red-Discordbot in a convenient container
GNU General Public License v3.0
280 stars 36 forks source link

Using network_mode: 'host' is very useful with audio playback #95

Open TheJzuken opened 1 month ago

TheJzuken commented 1 month ago

It's not mentioned in the documentation, but it should be.

If you run the bot in host network mode the sound playback is much better and without tearing. I had sound lags and tearing before I figured it out.

PhasecoreX commented 1 month ago

That's weird... what hardware are you running the container on? Does it still stutter if you run the container normally but with the NICENESS environment variable set lower than zero?

See the Niceness section on the main readme for details on setting this up.