[Freetel-codec2] small SM1000 project

2019-10-20 Thread David Rowe
Hello List, This pull request: https://github.com/drowe67/codec2/pull/58 is some work in progress to fix/add a few menu options for the SM1000. It involves some C coding, but no DSP. Would anyone like to work on it? I'd be happy to assist/support. Thanks, David

Re: [Freetel-codec2] FreeDV/Codec2 to FM mixed mode repeater and network connection in QRadioLink

2019-10-20 Thread Steve
To answer your SDL Library problems: https://stackoverflow.com/questions/8102313/installing-sdl-on-fedora/8102343 ___ Freetel-codec2 mailing list Freetel-codec2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freetel-codec2

Re: [Freetel-codec2] FreeDV/Codec2 to FM mixed mode repeater and network connection in QRadioLink

2019-10-20 Thread Adrian Musceac
Alan, Use this version of umurmur: https://github.com/qradiolink/umurmur It is slightly older but verified to work with qradiolink. The Murmur server is more complicated and has some compatibility issues that I didn't solve yet. If you use the headless remote interface, you will need to set

Re: [Freetel-codec2] FreeDV/Codec2 to FM mixed mode repeater and network connection in QRadioLink

2019-10-20 Thread Al Beard
Hi Adrian, Yes, I was thinking of split sites, a computer at each end I'll investigate mumble and murmur as they are standard packages on the Fedora 29 here. Alan VK2ZIW On Sun, 20 Oct 2019 11:22:20 +, Adrian Musceac wrote > Alan, > > If you only want a cross-band repeater you don't need

Re: [Freetel-codec2] FreeDV/Codec2 to FM mixed mode repeater and network connection in QRadioLink

2019-10-20 Thread Adrian Musceac
Alan, If you only want a cross-band repeater you don't need umurmur. That is for connecting repeaters or radios over the internet. Just enable TX and RX in qradiolink, set the TX shift in kHz and then enable the repeater. You can use two separate devices in qradiolink. Adrian On October 20,

Re: [Freetel-codec2] FreeDV/Codec2 to FM mixed mode repeater and network connection in QRadioLink

2019-10-20 Thread Al Beard
Hi Adrian and David, Noting the Mumble protocol and looking for a server, I found uMurmur on github and tried to compile it on my Fedora 29 x86_64 here but am lost in cmake finding the SDL library. To make a cross band codec2 to FM repeater, can you give a quick run down using your software?