Working on that right now.
/Edit: done. The first post is updated with a version for Teamspeak 3.3.
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
Type: Posts; User: RedPuma; Keyword(s):
Working on that right now.
/Edit: done. The first post is updated with a version for Teamspeak 3.3.
A user on Github found out what caused the Soundboard to not function anymore when clicking buttons but when using hotkeys it would: There is a wrong hotkey bound to the left mouse button.
To fix...
Adding this is not planned at the moment as I don't really see the benefit; the implementation would be difficult and computationally expensive because RP Soundboards playback system is entirely...
That is the expected behaviour, I cannot change that at the moment with the way Teamspeaks voice activation system works. Tick 'mute myself' if you don't want that but then you cannot talk while a...
Hi, is there any way for a plugin to find out if it is synced via MyTeamspeak? I would like to disable the integrated automatic update checker of my plugin if it was installed via MyTeamspeak.
You can always just delete the config file, it re-generates the default config automatically. It's located here: C:\Users\<USERNAME>\AppData\Roaming\TS3Client\rp_soundboard.ini
You can also modify...
This is exactly why I'd want direct links. My addon has an integrated updater which requires these, it downloads the new version and automatically launches the plugin installer. I plan to disable the...
Thanks for your work. I use a mediafire premium account which enables direct links to the files. Just try it and click on the download, you won't see the ad-infested landing page. Pushing a new...
Try deleting the folder C:\Program Files\Teamspeak3\plugins. Might also be C:\Program Files (x86)\Teamspeak3\plugins depending on which version (32 or 64 bit) of Teamspeak you have installed. The 3.1...
Good idea, will implement that for the 'mute myself' and other buttons in the settings menu. You can already set hotkeys for Stop and Pause, just right click on the buttons.
I really tried setting up a virtual machine with MacOS on it just for making a mac version - but it's basically a huge pain in the a** if you have never worked with MacOS and the virtual machine...
Got a minor bug to report. You fixed the UTF8-BOM issue in the plugin installer, however it now seems to be impossible to have multi-line text enclosed in double quotes (") in package.ini. Lets...
Actually there's no way that a dll could load a different version of the same dll as the main process. https://msdn.microsoft.com/en-us/library/windows/desktop/ms682586(v=vs.85).aspx tells us: If a...
The plugin works fine for me and loads of other users though. Could it be that the rp_soundboard DLL somehow loads an incompatible Qt DLL from somewhere on his machine while TS3 itself loads the...
Just released a new beta version 1.3.3.1622.
Changelist:
Choose between multiple configuration profiles (thanks Jim Mikola)
Added import/export of configuration from/to file (thanks Jim...
Is the preview function in the advanced sound options what you want? Only you hear the sound that way.
Actually funny that the settings disappear from the screen since the window is so tall if you do that. Will think of some way to do handle that case - in the meantime you can always modify the...
Will check if the error is on my end when I find the time.
See first post -> known issues
The config file moved since the config files of Teamspeak itself moved. New one can be found in...
See first post -> known issues.
Deleting hotkeys is a problem at the moment, but theres a workaround: You can do that in Teamspeaks own hotkey menu (Tools -> Options -> Hotkeys).
The hotkey system is actually part of teamspeak...
I updated the initial post since Teamspeak 3.1 is finally out. Since the previous beta (1504) seemed to work mostly fine I made it the official version for Teamspeak 3.1.
Note that you have to...
What would be the best way for a plugin to know when the user presses or releases his PTT Key? And by that I really mean the PTT Key, not just the talking flag.
Some background: My soundboard...
What's the version of Teamspeak and the Plugin?
And a new beta version for Teamspeak 3.1: Version 1.3.1.1504
See first post for download and changelog.
I'm not sure you understood my question. My addon currently contains rp_soundboard_win32.dll and rp_soundboard_win64.dll in one single package. The teamspeak client loads the appropriate dll based on...
For windows it is possible to have the 32 and 64 bit DLL in the same ts3_plugin archive by attaching the suffix _win32 or _win64 to the filename. I wonder if something like that is implemented for...
Beta version for Teamspeak 3.1 is out now, see first post.
As always: Enjoy and report all errors please ;)
The link to GitHub isn't working.
No. It's impossible for a single file to be compatible with 3.0 and 3.1 at the same time.
Fixed this this morning in build 1453. Thanks for the report. I really need to do more testing...
Great news, thanks for your effort! Could you tell me what you had to change to compile it?
I won't release a compiled version for Teamspeak 3.1 until the devs fix a bug that makes my plugin totally useless. See here for details:...
Awesome thanks!
I've put some additional research into the broken parameters of the plugin callback
ts3plugin_onEditCapturedVoiceDataEvent(uint64 serverConnectionHandlerID, short* samples, int sampleCount, int...
It is possible.
This is still completley broken in Beta 3. Please have a look into this as I imagine it breaks a lot of addons.