diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-10-18 13:00:26 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-10-18 13:00:26 +0200 |
commit | cbf4bba70fb315d2a1261e27c38828f1c5a44e38 (patch) | |
tree | b1d86fa6dddef85018e8b7bb586be1f6b88ae594 | |
parent | 2e04e80966d435f4e0c5f472d501b45ec52aba33 (diff) | |
download | ODR-AudioEnc-cbf4bba70fb315d2a1261e27c38828f1c5a44e38.tar.gz ODR-AudioEnc-cbf4bba70fb315d2a1261e27c38828f1c5a44e38.tar.bz2 ODR-AudioEnc-cbf4bba70fb315d2a1261e27c38828f1c5a44e38.zip |
Add TODO file
-rw-r--r-- | TODO | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,19 @@ +This TODO file lists ideas and features for future developments. They are +more or less ordered according to their benefit, but that is subjective +to some degree. + +Unless written, no activity has been started on the topics. + +Drift compenstation statistics +------------------------------ + +Insert drift compensation statistics into ZeroMQ metadata. This would maybe +need a new protocol version and adaptations in ODR-DabMux, but ideally should +be done in a backward-compatible way. + + +DAB stereo downmix +------------------ + +There is no cmdline option to call the toolame_enable_downmix_stereo() +function. |