@@ -326,14 +326,15 @@ void usage(char *progname) {
326326 printf (" -v, --verbose Print debug information; -v some; -vv more; -vvv lots -- generally too much.\n" );
327327 printf (" -c, --configfile=FILE Read configuration settings from FILE. Default is %s.\n" , configuration_file_path );
328328 printf (" -a, --name=NAME Set service name. Default is the hostname with first letter capitalised.\n" );
329- printf (" --password=PASSWORD Require PASSWORD to connect. Default is no password. (Classic AirPlay only.) \n" );
329+ printf (" --password=PASSWORD Require PASSWORD to connect. Default is no password.\n" );
330330 printf (" -p, --port=PORT Set RTSP listening port. Default 5000; 7000 for AirPlay 2.\n" );
331331 printf (" -L, --latency=FRAMES [Deprecated] Set the latency for audio sent from an unknown device.\n" );
332332 printf (" The default is to set it automatically.\n" );
333333 printf (" -S, --stuffing=MODE Set how to adjust current latency to match desired latency, where:\n" );
334- printf (" \"basic\" inserts or deletes audio frames from packet frames with low processor overhead, and\n" );
335- printf (" \"soxr\" uses libsoxr to minimally resample packet frames -- moderate processor overhead.\n" );
336- printf (" The default \"auto\" setting chooses basic or soxr depending on processor capability.\n" );
334+ printf (" \"vernier\" recodes a packet of frames to a new packet containing more or fewer frames. Recommended for low powered devices;\n" );
335+ printf (" \"basic\" inserts or deletes audio frames from packet frames with low processor overhead; and\n" );
336+ printf (" \"soxr\" uses libsoxr to minimally resample packet frames -- moderate floating point processor overhead.\n" );
337+ printf (" The default \"auto\" setting chooses vernier or soxr depending on processor capability.\n" );
337338 printf (" The \"soxr\" option is only available if built with soxr support.\n" );
338339 printf (" -B, --on-start=PROGRAM Run PROGRAM when playback is about to begin.\n" );
339340 printf (" -E, --on-stop=PROGRAM Run PROGRAM when playback has ended.\n" );
0 commit comments