Deprecated: Use of "parent" in callables is deprecated in /var/www/html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
  • If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Bug Can't disable ducking ?

Status
Not open for further replies.

BassSpleen

Member
Hello, I've searched the forum but the only ducking bug related threads I found were in german.

Anyway, I have disabled ducking in the instance settings, but the bot still lower its volume when I speak.

  • used version : SinusBot Beta 0.9.11-ee30ef7
  • used operating system : Ubuntu server 15.10 64 bits
  • hardware specs : VPS, Xeon E5v3 @2.4GHz (only 1 core), 2gb ram
  • used browser : Tried to disable ducking with chrome and firefox.
  • My config.ini :
Code:
TS3Path = "/home/musicbot/ts/ts3client_linux_amd64"
ListenHost = "0.0.0.0"
DataDir = "/home/musicbot/bot/data/"
ListenPort = 8087
LocalPlayback = false
EnableLocalFS = false
MaxBulkOperations = 300
LogLevel = 3
EnableProfiler = false
YoutubeDLPath = "/usr/bin/youtube-dl"
EnableDebugConsole = false
UploadLimit = 83886080
RunAsUser = 0
RunAsGroup = 0
InstanceActionLimit = 6
UseSSL = false
SSLKeyFile = ""
SSLCertFile = ""
Hostname = ""
SampleInterval = 60
StartVNC = false
EnableWebStream = false
LogFile = ""
LicenseKey = "HIDDEN"
IsProxied = false
DenyStreamURLs = []
Pragma = 0

[YoutubeDL]
  BufferSize = 524288
  MaxDownloadSize = 419430400
  MaxDownloadRate = 104857600
  CacheStreamed = false

[TS3]
  AvatarMaxWidth = 0
  AvatarMaxHeight = 0

[StreamRewrites]

[Scripts]
  AllowReload = false
  EnableTimer = false

[SpeechRecognition]
  Enable = false

[FFmpeg]
  UserAgent = "SinusBot (0.9.11-ee30ef7)"

[DAV]
  Enable = false

[XServer]
  Delay = 0
  Debug = false
 

BassSpleen

Member
I just checked and no I'm not set as priority speaker.

Just to make sure I connected to my TS with a new identity (so as a guest) and the bot still lower its volume when I speak.
 

kanalumaddela

Insider
Insider
I just checked and no I'm not set as priority speaker.

Just to make sure I connected to my TS with a new identity (so as a guest) and the bot still lower its volume when I speak.
Stuff to try
  1. Double check ducking is disabled in instance settings
  2. Restart the instance (disconnect/reconnect)
  3. Restart the bot (ctrl + c, then ./sinusbot )
  4. Play a song at max volume
  5. (Check your server group if any have priority speaker set)
  6. Talk over the bot
If it still continues to lower the volume, send some good ole logs with LogLevel = 10. Just looking at all possible ways to identify the issue.
 

BassSpleen

Member
  1. Checked.
  2. Already tried.
  3. The VPS is rebooted every day at 5am, and a cronjob starts the bot at 5.05am. the problem was already there yesterday. Just in case, I tried and the problem persists.
  4. That's one thing I didn't try, I usually set the volume at 5. Oh well, I tried and the issue is still present.
  5. This is a fresh teamspeak install, the only server groups are ServerAdmin, normal and guests. The only permissions I modified were to prevent Guests from creating sub-channels.
  6. :(
I'm gonna restart it with LogLevel = 10 and will edit.

EDIT :

http://pastebin.com/GJuuvfzT

(For some reasons it won't let me post it as a code)

I tried speaking over the bot with the console openned to see if any error message would appear but nope.
 
Last edited:

mtrex

Donor
is awesome!
I noticed that too with Sinusbot 0.9.11 beta on Ubuntu 14.04 x64. But I wasn't sure on this, because other users didn't notice it (and I asked them multiple times.)
Might also be some client or headset issue?!
I'll investigate it further after Easter.

Bot: 0.9.11 @ Ubuntu 14.04 x64 & TS 3.0.18.2
TS Server: 3.0.12.3
TS Client: 3.0.18.2 @ Windows 7 x64
 
Last edited:

hensur

Member
I just did a clean install of the Bot and have the same issue. I have disabled the ducking feature, but the Bot is still ducking all the time.
 

Raphraph

Donor
is awesome!
Contributor
Insider
This was an error in an eralier beta version, but should have been fixed now. :/
You can try to disable and enable the ducking feature multiple times...
Or, if you have some knowledge with sqlite, stop your bot and edit the sqlite file of the bot. There you can set ducking to true or false. But this ISN'T RECOMMENDED.
 
Status
Not open for further replies.
Top