File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,11 @@ int main(int argc, char *argv[])
70
70
fprintf (stderr , " --hd Decode from aptX HD\n" );
71
71
fprintf (stderr , "\n" );
72
72
fprintf (stderr , "Examples:\n" );
73
+ fprintf (stderr , "\n" );
73
74
fprintf (stderr , " %s < sample.aptx > sample.s24le\n" , argv [0 ]);
75
+ fprintf (stderr , "\n" );
74
76
fprintf (stderr , " %s --hd < sample.aptxhd > sample.s24le\n" , argv [0 ]);
77
+ fprintf (stderr , "\n" );
75
78
fprintf (stderr , " %s < sample.aptx | play -t raw -r 44.1k -L -e s -b 24 -c 2 -\n" , argv [0 ]);
76
79
return 1 ;
77
80
} else if (strcmp (argv [i ], "--hd" ) == 0 ) {
Original file line number Diff line number Diff line change @@ -62,8 +62,11 @@ int main(int argc, char *argv[])
62
62
fprintf (stderr , " --hd Encode to aptX HD\n" );
63
63
fprintf (stderr , "\n" );
64
64
fprintf (stderr , "Examples:\n" );
65
+ fprintf (stderr , "\n" );
65
66
fprintf (stderr , " %s < sample.s24le > sample.aptx\n" , argv [0 ]);
67
+ fprintf (stderr , "\n" );
66
68
fprintf (stderr , " %s --hd < sample.s24le > sample.aptxhd\n" , argv [0 ]);
69
+ fprintf (stderr , "\n" );
67
70
fprintf (stderr , " sox sample.wav -t raw -r 44.1k -L -e s -b 24 -c 2 - | %s > sample.aptx\n" , argv [0 ]);
68
71
return 1 ;
69
72
} else if (strcmp (argv [i ], "--hd" ) == 0 ) {
You can’t perform that action at this time.
0 commit comments