• 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

    Brilliant, thanks guys! That's pretty exciting @flyth, thanks for that!
  2. mgi

    EN Using external libraries in scripts

    It's not a security problem in my use case. And I'd appreciate a little less attitude, I'm only asking what's possible with the current implementation.
  3. mgi

    EN Using external libraries in scripts

    Is it at least possible to access the filesystem?
  4. 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...
  5. mgi

    Feature Add ability to capture audio stream from TS

    You legend! Is there any way I can hook into these events and maybe give you a bit of beta testing? ;)
  6. mgi

    Solved talkerCount doesn't appear to work

    Yes! That fixed it! Thanks so much.
  7. mgi

    Solved talkerCount doesn't appear to work

    Sorry, should have put that in the report: SinusBot 0.9.9-98d0cd5
  8. 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.
  9. 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