aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-11-03 16:35:19 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-11-03 16:40:30 +0100
commitcf883f6d9d9b69d5d828ef08e0be65386fa625c8 (patch)
tree741ef13a65a036498769376370cf309a1be65c2e /README.md
parentaf8c0617f2cada6457919c4c7c78f3fd8a2c0a07 (diff)
downloadODR-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.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index eb755f9..f2267e0 100644
--- a/README.md
+++ b/README.md
@@ -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
==============================