Lukas Jagemann

Results 76 comments of Lukas Jagemann

Definitely planned because I wanted something like that too.

Uh, this seems like a bigger project, and I'd have to find a suitable audio library first. I'll put in to the enhancement list ans see what I can do.

Very interesting, thank you for the hint. Doing this in ffmpeg means that a change would require a stream restart(/recontinue) but it's a good start

Well I can point you to the parts where the launch arguments are built: - https://github.com/Splamy/TS3AudioBot/blob/master/TS3AudioBot/Audio/FfmpegProducer.cs#L31-L33 - https://github.com/Splamy/TS3AudioBot/blob/master/TS3AudioBot/Audio/FfmpegProducer.cs#L187-L299 If you wan't to change anything specific you'll have to do it...

Well, did you install libopus?

Ah I just checked. The library is usually shipped with in the `lib` folder , but for some reason on the current develop nightly build the zip is missing it....

Yeah, I've also thought about that a lot, but creating a good plugin store from the ground isn't a easy task. My current idea would be to leverage the nuget...

My current setup is broken since I'm rewoking some stuff. Until I can look into the exact problem of this a small workaround: You can simply just use the normal...

How would you change the api? The current api as you know looks like this: `/bot/connect/to//` This means a second overload with `/bot/connect/to///` will be indistinguishable with the first one,...

I tried something like this, however the whole `!list` command group alerady felt pretty cluttered and awkward to use and I couldn't squeeze in a another local/global mechanic like with...