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

    Bug Recording playback

    Operating System: Linux SinusBot Version: 0.9.18-8499d2c TS3 Version: 3.0.19.4 Problem Description When trying to record playback using audio.setAudioReturnChannel(true); and audio.startRecording(), I expected the bot to record audio input from users normally, next to anything the bot is...
  2. Gleydar

    Bug Recording Issue

    Hello, I have recently tried to implement recording on command with the bot. This is the basic Code I use so far: function(sinusbot, config) { var recording = false; var engine = require('engine'); var audio = require('audio'); var event = require('event')...
Top