diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-11-03 16:35:19 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-11-03 16:40:30 +0100 |
commit | cf883f6d9d9b69d5d828ef08e0be65386fa625c8 (patch) | |
tree | 741ef13a65a036498769376370cf309a1be65c2e /README.md | |
parent | af8c0617f2cada6457919c4c7c78f3fd8a2c0a07 (diff) | |
download | ODR-AudioEnc-cf883f6d9d9b69d5d828ef08e0be65386fa625c8.tar.gz ODR-AudioEnc-cf883f6d9d9b69d5d828ef08e0be65386fa625c8.tar.bz2 ODR-AudioEnc-cf883f6d9d9b69d5d828ef08e0be65386fa625c8.zip |
Add silence timeout and document return value
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -174,6 +174,16 @@ name for the encoder: The samplerate of the JACK server should be 32kHz or 48kHz. +Return values +------------- +dabplus-enc returns: + + * 0 if it encoded the whole input file + * 1 if some options were not understood, or encoder initialisation failed + * 2 if the silence timeout was reached + * 3 if the AAC encoder failed + * 4 it the ZeroMQ send failed + * 5 if the ALSA input had a fault Usage of MOT Slideshow and DLS ============================== |