summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2019-03-04 11:02:19 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2019-03-04 11:02:19 +0100
commitdfc6ae30ce53c67dee7a9859fe79e9b94242114a (patch)
treea9ee99fedc43b9afc62fdcfc1dbefd717cd3eba0
parentcec297c1c6e9fd891150ef181910788cd5637376 (diff)
downloadODR-AudioEnc-dfc6ae30ce53c67dee7a9859fe79e9b94242114a.tar.gz
ODR-AudioEnc-dfc6ae30ce53c67dee7a9859fe79e9b94242114a.tar.bz2
ODR-AudioEnc-dfc6ae30ce53c67dee7a9859fe79e9b94242114a.zip
Update TODO with sample rate conversion
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index 20ff30b..1f2fcfe 100644
--- a/TODO
+++ b/TODO
@@ -4,6 +4,15 @@ to some degree.
Unless written, no activity has been started on the topics.
+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.
+
+
Drift compenstation statistics
------------------------------