diff options
author | rmens <r.mens@me.com> | 2025-08-23 00:58:45 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-08-30 12:48:37 +0200 |
commit | c4f0ba1c9c909f7c1ac697068197b681cd567beb (patch) | |
tree | d70e88d0592a4d702669f29a18b307d32e8645a6 /src/odr-audioenc.cpp | |
parent | 12ca282e72c4680be3bf7e92ac984be01b4821b9 (diff) | |
download | ODR-AudioEnc-c4f0ba1c9c909f7c1ac697068197b681cd567beb.tar.gz ODR-AudioEnc-c4f0ba1c9c909f7c1ac697068197b681cd567beb.tar.bz2 ODR-AudioEnc-c4f0ba1c9c909f7c1ac697068197b681cd567beb.zip |
feat: make pad path more flexible
Diffstat (limited to 'src/odr-audioenc.cpp')
-rw-r--r-- | src/odr-audioenc.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/odr-audioenc.cpp b/src/odr-audioenc.cpp index 44fc694..de3843c 100644 --- a/src/odr-audioenc.cpp +++ b/src/odr-audioenc.cpp @@ -208,7 +208,9 @@ static void usage(const char* name) " --startup-check=SCRIPT_PATH Before starting, run the given script, and only start if it returns 0.\n" " -k, --secret-key=FILE Enable ZMQ encryption with the given secret key.\n" " -p, --pad=BYTES Enable PAD insertion and set PAD size in bytes.\n" - " -P, --pad-socket=IDENTIFIER Use the given identifier to communicate with ODR-PadEnc.\n" + " -P, --pad-socket=IDENTIFIER Use the given identifier or path to communicate with ODR-PadEnc.\n" + " If it contains '/', it's treated as a full path, otherwise\n" + " it's an identifier and sockets are created in /tmp/.\n" " -l, --level Show peak audio level indication.\n" " -S, --stats=SOCKET_NAME Connect to the specified UNIX Datagram socket and send statistics.\n" " This allows external tools to collect audio and drift compensation stats.\n" |