tsclientlib icon indicating copy to clipboard operation
tsclientlib copied to clipboard

A TeamSpeak3 protocol implementation for usage in clients and bots

Results 4 tsclientlib issues
Sort by recently updated
recently updated
newest added

Hey all! In regular Teamspeak client, there is an option to specify the volume per each client. It's helpful when speakers use different microphones. I'm curious how it's possible to...

When calling `channel.file_list("","")` It returns OutFileListRequestedPart. I'm wanting to list all available files to download inside of the respective channel and this doesn't seem to be the right function.

Using git url in Cargo.toml: ```tsclientlib = { git = "https://github.com/ReSpeak/tsclientlib", default-features = false }``` With [simple example](https://github.com/ReSpeak/tsclientlib/blob/master/tsclientlib/examples/simple.rs) the bot connects (can be seen in the server) but immidieltly crashes...

I'm using cubeb for audio playback which doesn't seem to let me specify the exact amount of samples per callback. I don't really understand how the amount of samples requested...