Forum


Notice to all users

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

Page 1 of 12 12311 ... LastLast
Results 1 to 15 of 178
  1. #1
    Join Date
    June 2016
    Location
    Germany
    Posts
    54

    [RELEASE] RP Soundboard

    Hi,

    some time ago I decided to write my own soundboard since I wasn't satisfied with existing solutions. And here it is: a simple yet powerful soundboard that requires NO COMPLICATED SETUP! Just install and it's ready to use. No extra tools, no fiddling with push-to-talk settings etc.
    It comes with a set of predefined sounds but of course you can choose your own.

    Download (Version 1.4.1.1810, June 16th 2019, for Teamspeak 3.3 or later
    rp_soundboard_1810.ts3_plugin (6 MB)

    Features:
    • Almost any file type (mp3, mp4, wav, flac, ogg, avi, mkv, ...) is supported
    • Supports playback of video files (just sound of course, this aint a video player)
    • Crop sounds to play only your favorite portion of a sound
    • Adjust volume gain for each sound file
    • Set keyboard hotkeys for each of your buttons


    Main Window:
    Click image for larger version. 

Name:	main.png 
Views:	61534 
Size:	14.6 KB 
ID:	13931

    Advanced Sound Settings:
    Click image for larger version. 

Name:	advanced.png 
Views:	54944 
Size:	12.4 KB 
ID:	13933

    How to open after installation:
    Click image for larger version. 

Name:	call.png 
Views:	32150 
Size:	15.4 KB 
ID:	13932

    Any sort of constructive feedback is appreciated.

    Known issues
    • Drag&Drop of files onto buttons is broken - seems like the cause is located in Teamspeak itself, there's not much I can do about it. Was probably caused by the update that revamped file transfers?


    Changelog:
    Version 1.4.1 (June 6th 2019):
    • Updated API version to 23 to be compatible with Teamspeak 3.3
    • Updated FFmpeg to 3.4.6

    Version 1.4.0 (January 6th 2019):
    • Fixed bug where buttons would become un-clickable if a hotkey was bound to mouse 1
      • should fix most "cannot klick anymore!!111" type errors
    • Added simple command line interface, type "/rpsb -?" into the TS3 chat for help
    • Update check is now done via HTTPS, increasing security
    • Updated FFmpeg version to 3.4.5

    Version 1.3.5 (July 21. 2017):
    • Saving row and column count per profile
    • Explicit check for updates option
    • Updater doesn't check for new version every start
    • Visualizing sound cropping in advanced sound settings
    • Fixed custom background color (was broken by Teamspeak 3.1.5 update)
    • Fixed sound decoding issues (notably webm again)

    Version 1.3.4 (June 20 2017):
    • Added filter box so you can find specific buttons
    • Entering \n into the custom button text produces a newline
    • Added possibility to set hotkeys for 'mute myself', 'mute on my client' and volume up/down: Right click on the respective control to set it
    • New automatic volume regulation system eliminates distortions even if you crank up the volume to the max
    • Fixed playback issues with certain rare file types, most notably webm
    • Fixed incorrect initialization of speech bubble positions when main window is opened for the first time
    • Updated API Version to 22
    • Updated FFmpeg version to 3.3

    Version 1.3.3:
    • Choose between multiple configuration profiles (thanks Jim Mikola)
    • Added import/export of configuration from/to file (thanks Jim Mikola)
    • Added option to set custom button color
    • Fixed the 'you are not connected' notice sometimes showing up for a brief period.
    • Don't open main window before it's actually necessary (was opened on TS3 start and then hidden before)

    Version 1.3.2:
    • Buttons can be renamed
    • Cropping of sounds should now be accurate down to the millisecond
    • Made not connected warning not as annoying
    • Fixed playback to others stopping when user releases PTT key

    Version 1.3.1:
    • Added pause button
    • Added drag&drop
      • drag files directly onto buttons
      • drag a button on another button to switch them
    • Added option to display bound hotkey directly on button
    • Fixed playback issues (may fix distorted voice on some machines)
    • Fixed voice activation issues (most notably when switching server tabs)
    • Fixed switching of buttons with a button that never had any sound file set



    Old versions
    Last version for Teamspeak 3.0:
    rp_soundboard_1459.ts3_plugin

    Last version for Teamspeak 3.1 or 3.2:
    rp_soundboard_1790.ts3_plugin

    Please report all errors here or on GitHub
    If you want to buy me a symbolic beer you can do that over at Paypal.
    Last edited by RedPuma; June 19th, 2019 at 06:20 PM. Reason: New version 1.4.0.1790

  2. #2
    Join Date
    March 2008
    Location
    United States
    Posts
    83
    Works great. A few friends and I were messing around with it and it's awesome!

    Only feature I would enjoy, is a way to make it some sort of music bot. Such as load a playlist, or just load from a folder and play the sound files found in said folder.

    Otherwise for its intended purpose 10/10!

  3. #3
    Join Date
    June 2016
    Location
    Germany
    Posts
    54
    Quote Originally Posted by hyprdmg View Post
    Only feature I would enjoy, is a way to make it some sort of music bot. Such as load a playlist, or just load from a folder and play the sound files found in said folder.
    Good idea, I may implement something like that in the future. Glad that you liked my plugin.

  4. #4
    Join Date
    June 2016
    Posts
    2
    Greetings, I know this post is kinda off-topic but me and my mate are trying to create our own plugin where we want to play sounds/songs/music in the channel. We succeeded in playing .wav but failed in mp3 as we did not find any suitable libraries, can you share your library or example of the code that plays it?

    Thanks, great job tho.

  5. #5
    Join Date
    June 2016
    Location
    Germany
    Posts
    54
    Quote Originally Posted by bindik View Post
    , can you share your library or example of the code that plays it?
    My plugin is actually open source (although I don't advertise it as that):

    https://github.com/MGraefe/RP-Soundboard

    I use ffmpeg as my decoding library, have a look at src/inputfileffmpeg.cpp for all the low level stuff.

  6. #6
    Join Date
    June 2016
    Posts
    1

    how do i open it

    Quote Originally Posted by RedPuma View Post
    Good idea, I may implement something like that in the future. Glad that you liked my plugin.

  7. #7
    Join Date
    July 2016
    Posts
    1

    Pb sound compressed

    Hi,
    Your pluggin sounds perfect for me.
    But i got an issu: it seems the player is compressing the song, fast playing the song. If the music is normaly 3min, when plays, it will be like 1min30.
    I only tried mp3 files.

  8. #8
    Join Date
    June 2016
    Location
    Germany
    Posts
    54
    Quote Originally Posted by lofnn View Post
    Hi,
    Your pluggin sounds perfect for me.
    But i got an issu: it seems the player is compressing the song, fast playing the song. If the music is normaly 3min, when plays, it will be like 1min30.
    I only tried mp3 files.
    Could you please upload the exact file that is causing the issue somewhere and give me the link?

  9. #9
    Join Date
    July 2006
    Location
    Spencer Ohio
    Posts
    16

    Exclamation plays wav files to fast

    Quote Originally Posted by RedPuma View Post
    Could you please upload the exact file that is causing the issue somewhere and give me the link?
    i realy love your plug in i had like the first version you ever had please fix this it plays wav files way to fast like chipmunks
    Last edited by ElongEG; July 10th, 2016 at 09:55 PM. Reason: spelling

  10. #10
    Join Date
    June 2016
    Location
    Germany
    Posts
    54
    Quote Originally Posted by ElongEG View Post
    i realy love your plug in i had like the first version you ever had please fix this it plays wav files way to fast like chipmunks
    Guys I need a sample file. Please give me a file that is causing issues.

  11. #11
    Join Date
    July 2016
    Posts
    2

    Having same speed up issue, but it's with literally every file for me.

    I would provide a sample file like you asked, but I'm thinking this is a unique problem specific to us. It literally does it with ANY audio file I use, regardless of format as well. I've tried mp3's, m4a's, flac's, etc. Is there a way I can send you a teamspeak log or something?

    Also, it didn't do this when I first installed this plugin, by the way. This only started happening a few days after I had installed it. When I first installed the plugin, however, my friends would notice that the file would play normally at first then after a while, it would start to speed-up or bug out for a bit, then return to normal.

  12. #12
    Join Date
    July 2016
    Posts
    1

    ..

    How to install it? where is setup??

  13. #13
    Join Date
    November 2010
    Location
    France
    Posts
    5

    Sound play issue

    I opened an issue on your github, you probably didn't see it https://github.com/MGraefe/RP-Soundboard/issues/2

  14. #14
    Join Date
    June 2016
    Location
    Germany
    Posts
    54

    Cool

    Quote Originally Posted by full_interest View Post
    I opened an issue on your github, you probably didn't see it https://github.com/MGraefe/RP-Soundboard/issues/2
    You are right, I didn't see it. Sorry for that
    The info that this is happening when having multiple server connections is quite useful. This could be related to different channel codecs, especially when one channel is stereo (aka opus music) and the other (on the other server) is mono. Inserting mono-samples into a stream that is stereo would explain the doubled playback speed. Maybe my plugin gets confused about whether the output signal should be mono or stereo when switching server tabs. I will take a look next week.

    Thanks so far for all feedback!

    /Edit: Bug is now fixed. New version is up!
    Last edited by RedPuma; July 19th, 2016 at 12:29 AM.

  15. #15
    Join Date
    July 2016
    Posts
    2

    Update appears to have fixed my problems

    Not sure what this most recent update you pushed out did, but whatever it was, it appears to have fixed my playback issues. Things are playing at regular speed now and don't sound distorted. Let's see how long this lasts!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Soundboard for Mac ?
    By Vicious919 in forum Client Plugins / Lua Scripts
    Replies: 2
    Last Post: May 24th, 2017, 06:24 PM
  2. Android App Soundboard
    By ocean in forum Off Topic
    Replies: 0
    Last Post: August 13th, 2016, 10:54 PM
  3. Microphone/Soundboard Help
    By ADudeWithAHat in forum General Questions
    Replies: 1
    Last Post: December 30th, 2013, 11:00 PM
  4. [RELEASE]TS3 Soundboard GUI
    By Nuwen in forum Client Plugins / Lua Scripts
    Replies: 13
    Last Post: September 2nd, 2013, 05:41 PM
  5. Soundboard GUI need help
    By Nighthawk354 in forum Windows
    Replies: 0
    Last Post: May 30th, 2012, 03:46 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •