diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-05 12:43:12 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-05 12:43:12 +0200 |
commit | 02aa4b6c14506b72eb2fe9d3f4e99b751e2e91c8 (patch) | |
tree | 29a1b785d44584a31d3d14c330b4fd27d96ef5cf /ChangeLog | |
parent | 83d86d889678ee69bb0316faa5721389be1344b8 (diff) | |
download | dabmod-02aa4b6c14506b72eb2fe9d3f4e99b751e2e91c8.tar.gz dabmod-02aa4b6c14506b72eb2fe9d3f4e99b751e2e91c8.tar.bz2 dabmod-02aa4b6c14506b72eb2fe9d3f4e99b751e2e91c8.zip |
Prepare v1.0.1v1.0.1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,6 +1,19 @@ This file contains information about the changes done to ODR-DabMod in this repository +2017-06-05: Matthias P. Braendli <matthias@mpb.li> + (v1.0.1): + Move GainControl into a separate thread to make better use + of multiprocessor systems. + Give explicit names to GainControl modes (fix, max, var) in + configuration. + Add u8 IQ output format. + Add a normalised complexf IQ output format. + Read UHD async messages in separate thread to lessen influence on the + time-critical transmit thread. + Pre-fill UHD IQ buffer before starting to stream data, to ensure it is + properly filled and reduce underruns. + 2017-03-03: Matthias P. Braendli <matthias@mpb.li> (v1.0.0): * odr-dabmod: |