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

Search results

  1. mgi

    EN Using external libraries in scripts

    Hi all, Does anyone know if it's possible to import external libraries (such as a socket library) into scripts? My use case is that I want to set up a script which sends events out to external clients (and services requests from those clients, such as play sound). This will give me more...
  2. mgi

    Solved talkerCount doesn't appear to work

    It looks like no event is raised when I hook into: 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.
  3. mgi

    Feature Add ability to capture audio stream from TS

    Hi, I'm working on a bot, and I'd like to be able to capture the audio stream from the users in the same channel as the bot. My initial aim is to trigger events based on who is talking (so, knowing which user it is would be helpful). Going forward I'd like to work on voice recognition. I...
Top