POC Radio/Repeater Gateway - how to get mumble use a PTT (GPIO) signal when somebody not our self is speaking on a chanal ? #6305
Replies: 3 comments 11 replies
-
I don't know of any off-the-shelf solution but you should easily be able to write a Mumble plugin that does what you need. |
Beta Was this translation helpful? Give feedback.
-
If you don't mind spending about $140, you can do this in hardware using a Signalink USB. I am using one for the same type of setup and it works well with mumble as a Radio-over-IP endpoint. The Signalink presents itself to the OS as a standard USB sound card, but when it outputs audio, it automatically sends the PTT signal to the radio. I am using it with a very cheap chromebook ($40 used on ebay) running Debian 12. |
Beta Was this translation helpful? Give feedback.
-
Just for fun - I did get a very cheap POC radio/network radio and it was born with only setting and zello app but via adb I was able to install mumla on the cheap android POC radio and killing the zello I was able to run using usb datacable connected to my linux: adb shell monkey -p se.lublin.mumla -c android.intent.category.LAUNCHER 1 Now mumla was running and because of very small display on the radio i used scrcpy to setup the connection for mumble server and this so cool anyway this was the a very cheap poc radio with android 5.11 but the menu/app only shows zello option because this radio is made only for zello but who needs zello ;) I dont know how to fix the last problems with this poc Hiroyaso radio as I need to use scrcpy to configure the connection and change chanals. The wm display on this radio is also very small and I only buyed this for the test if you like to use a device that works and looks like a regular walkietalkie with PTT key. After install if press the wrong key it will start zello and I have not found a way to start mumla and not the zello. I only use the radio with the wifi connection but else me and my friend is looking for somebody with skills who can program a plugin that can handle the PTT using GPIO - some CB radioes does have Voice activated PTT - because this would allow anyone using mumble or mumla to join and speak with CB users in a local area - alot uses zello or teamspeak but this does not work with a small raspberry that would be perfect for task. Best Regards from Denmark |
Beta Was this translation helpful? Give feedback.
-
I am looking for a solution to run mumble on a raspberrypi - where its connected to a CB/WalkieTalkie and input from the radio is working with VOX but the other way I need to control when somebody is speaking and its NOT our self it should activate a PTT using a some eletronics connected to switch the radio/walkietalke to transmit mode. I find somebody made it back in 2015 but maybe it need to be a plugin - I have seen people make modified CM108 soundcard but using the GPIO would make it possible to use alot of soundcards and also les expensive make. Zello, Teamspeak and simular have the option but I have not found it for mumble does anyone know where to look ?
Beta Was this translation helpful? Give feedback.
All reactions