Tobias Blomberg
Tobias Blomberg
The audioData method returns a byte array. https://github.com/sm0svx/svxlink/blob/cde00792406352a8df3425177945d81fd0e874c6/src/svxlink/reflector/ReflectorMsg.h#L1153 The array can contain any encoding that SvxLink support. Right now it's implemented so that the reflector tell all nodes what encoding...
Does commit f768d3c2805228bdbd2819eac9bbcaaa5fcd69b7 help?
Cannot reproduce this problem in latest git master. Make sure that you are using the latest master branch from my repository (sm0svx) when testing. Also ensure that no "contrib" code...
The order in which you specify multiple logics in the configuration file is important (LOGICS=Logic1,Logic2). You will only be able have keyboard interaction with the first logic in the list,...
Yes, I have a plan for interconnecting reflectors so that talk groups can be used seamlessly in between reflectors all over the world.
My intention is to work on reflector interconnection code this summer. The first step will be to interconnect reflectors with the purpose of load sharing within a country. This interconnection...
+1 on network=host. The lack of this option is basically a showstopper for me since my application connect out to a specific hardware unit using TCP. The unit then send...
Don't use the RAW codec. Its 512kbps (32 bit float 16ksps). If you want uncompressed audio, use the S16 codec instead which is 256kbps (16 bit signed integer 16ksps). The...
Did you try the QSO recorder in SvxLink?
This PR need some more work. I don't like that three commands are used for one feature. I'd like to collect all functionality under command 4. Suggesting that the "operation"...