summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2020-04-21 16:10:56 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2020-04-21 16:10:56 +0200
commit467c3ac4015752f748db27f4a6dc16a3abac784c (patch)
treee8c30d3dad1ccc378875647a42072b1b6a6bb5b8 /TODO.md
parent8c478b0fd3988c1967bb1040fd97d5b4ac9a4ff4 (diff)
downloadODR-AudioEnc-467c3ac4015752f748db27f4a6dc16a3abac784c.tar.gz
ODR-AudioEnc-467c3ac4015752f748db27f4a6dc16a3abac784c.tar.bz2
ODR-AudioEnc-467c3ac4015752f748db27f4a6dc16a3abac784c.zip
Update README and TODO
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index ec85d00..ae5d35b 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,21 +4,27 @@ to some degree.
Unless written, no activity has been started on the topics.
+Write ICY Text from ogg streams using libvlc
+--------------------------------------------
+
+Apparently there is something wrong with this combination.
+
+
Sample rate conversion
----------------------
It's impossible to encode from a JACK, ALSA or file source that does not carry
audio at the desired output sample rate.
-Implementing libsamplerate or libsoxr integration would enable this.
+Implementing libsamplerate or libsoxr integration would enable this, but maybe it'd
+be better to converge towards using GStreamer.
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.
+Insert drift compensation statistics into EDI metadata.
+
GStreamer input and AES67
-------------------------