diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-03-04 11:02:19 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-03-04 11:02:19 +0100 |
commit | dfc6ae30ce53c67dee7a9859fe79e9b94242114a (patch) | |
tree | a9ee99fedc43b9afc62fdcfc1dbefd717cd3eba0 | |
parent | cec297c1c6e9fd891150ef181910788cd5637376 (diff) | |
download | ODR-AudioEnc-dfc6ae30ce53c67dee7a9859fe79e9b94242114a.tar.gz ODR-AudioEnc-dfc6ae30ce53c67dee7a9859fe79e9b94242114a.tar.bz2 ODR-AudioEnc-dfc6ae30ce53c67dee7a9859fe79e9b94242114a.zip |
Update TODO with sample rate conversion
-rw-r--r-- | TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 ------------------------------ |