Skip to content

v.0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@hbeni hbeni released this 02 Oct 23:38
· 396 commits to master since this release

Aside from various bugfixes, fixed memory leaks and an additional mumble API update, this release features:

  • Static noise volume at bad signal quality conditions have been tuned down further
  • Proper 8.33kHz/25kHz spacing is now modelled. The radios have to supply their spacing mode using the new UDP field COM<n>_CWKHZ. This also simulates channel overlap to nearby 8.33 channels if the radio is in 25kHz mode (defaults to 8.33 radios like it was hardcoded before).
  • The statuspage and mumble comment show the tuned frequency (channel) instead of the calculated real wave frequency now, which makes it more user friendly
  • The UDP and plugin IO interfaces now better check maximum field lengths (32 characters, remainder is truncated)
  • Releases will be debug builds until we reach the 1.0.0 milestone release; this will help in debugging in the field.
  • ...and finally we have a standalone radio GUI client now, that can simulate arbitary radios and even features a map based location picker :)

As with the previous versions, as long as mumble 1.4.0 isn't released yet, you need a build of mumble development branch 1.4.0 with plugin support. For the server side you need the lua mumble module compiled.
More details are to be found in the shipped readme files.