diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-06-05 12:37:39 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-06-05 12:37:39 +0200 |
commit | 1e2a3730e9833f4bac850f89e552f023b7eec3f1 (patch) | |
tree | 719fb8330640072a31762af6b7a0391c08fd0af2 /toolame.c | |
parent | 86659b51355c4eade8124a90afc5995f2765fc41 (diff) | |
download | toolame-dab-1e2a3730e9833f4bac850f89e552f023b7eec3f1.tar.gz toolame-dab-1e2a3730e9833f4bac850f89e552f023b7eec3f1.tar.bz2 toolame-dab-1e2a3730e9833f4bac850f89e552f023b7eec3f1.zip |
accept a list of ZMQ endpoints, separated by semicolons
Diffstat (limited to 'toolame.c')
-rw-r--r-- | toolame.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -693,6 +693,8 @@ void usage (void) "\tinput input sound file. (WAV,AIFF,PCM or use '/dev/stdin')\n"); fprintf (stdout, "\toutput output bit stream of encoded audio\n"); fprintf (stdout, "\t prefix with tcp:// to use a ZMQ output\n"); + fprintf (stdout, "\t Several ZMQ destinations can be given,\n"); + fprintf (stdout, "\t separated by semicolons.\n"); fprintf (stdout, "\n\tAllowable bitrates for 16, 22.05 and 24kHz sample input\n"); fprintf (stdout, |