• 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.

Solved talkerCount doesn't appear to work

Status
Not open for further replies.

mgi

Donor
is awesome!
Insider
It looks like no event is raised when I hook into:

Code:
sinusbot.on('talkerCount', function(ev)
{
    log("talkerCount - talker count: " + ev.newCount);
});

That is, no log message ever appears when I make mic noise in the same channel as the bot.
 

flyth

is reticulating splines
Staff member
Developer
Contributor
Also, that callback will only be triggered, when ducking is enabled (set it to 100% to disable, though).
That's because otherwise the bot is trying to save resources by disabling the audio streams, which again prevents the bot from knowing who is talking and when.

I really should add that to the docs.
 

mgi

Donor
is awesome!
Insider
Sorry, should have put that in the report:

SinusBot 0.9.9-98d0cd5
 
Status
Not open for further replies.
Top