github f4exb/sdrangel v4.7.1
SSB modulator: fixed compressor overloading

latest releases: v7.22.0, v7.21.4, v7.21.3...
5 years ago

SSB modulator: fixed compressor overloading

Hard limiter implemented for the compressor so that it cannot overload the modulator and thus make splatters. This fixes issue #336

REST API changes

Preparing an important change (v5 candidate) to have a mixed ("any") type of "device" for MIMO applications along with the existing Rx and Tx the following change of names are made in the API:

  • tx changed to direction: the values are still the same but in the future a value of 2 may be added to support the "any" type. This applies to devices and channels alike
  • nbStreams changed to deviceNbStreams: the future "any" type may have its own arbitrary number of input and output streams but originally this parameter applies to the device Rx or Tx
  • streamIndex changed to deviceStreamIndex: changed for the same reason

This can affect your current scripts and interfaces that use the REST API or reverse API.

Don't miss a new sdrangel release

NewReleases is sending notifications on new releases.