1- .TH audiowaveform 1 "9 August 2023"
1+ .TH audiowaveform 1 "30 September 2023"
22
33.SH NAME
44
@@ -56,12 +56,12 @@ Disable status messages.
5656.TP
5757.B --input-filename\fR, \fB -i \fR <filename>
5858Input filename, which should be a MP3, WAV, FLAC, Ogg Vorbis, or Opus audio file,
59- or a binary waveform data file. By default, \fB audiowaveform \fR uses the file
60- extension to decide how to read the input file (either .mp3, .wav, .flac, .ogg ,
61- \& .oga, .opus, or .dat, as appropriate), but this can be overridden by the
62- \fB --input-format \fR option. If the \fB --input-filename \fR option is \fB - \fR or
63- is omitted, \fB audiowaveform \fR reads from standard input, and the
64- \fB --input-format \fR option must be used to specify the data format.
59+ or a binary or JSON format waveform data file. By default, \fB audiowaveform \fR
60+ uses the file extension to decide how to read the input file (either .mp3, .wav,
61+ \& .flac, .ogg, . oga, .opus, .dat, or .json as appropriate), but this can be
62+ overridden by the \fB --input-format \fR option. If the \fB --input-filename \fR
63+ option is \fB - \fR or is omitted, \fB audiowaveform \fR reads from standard input,
64+ and the \fB --input-format \fR option must be used to specify the data format.
6565
6666Note that Opus support requires libsndfile 1.0.29 or later, so may not be
6767available on all systems.
@@ -79,9 +79,10 @@ by the \fB--output-format\fR option. If the \fB--output-filename\fR option is
7979.TP
8080.B --input-format\fR <format>
8181Input data format, either \fB wav \fR , \fB mp3 \fR , \fB flac \fR , \fB ogg \fR ,
82- \fB opus \fR , or \fB dat \fR . This option must be used when reading from standard
83- input. It may also be used to set the input file format, instead of it being
84- determined from the file extension from the \fB --input-filename \fR option.
82+ \fB opus \fR , \fB dat \fR , or \fB json \fR . This option must be used when reading
83+ from standard input. It may also be used to set the input file format, instead
84+ of it being determined from the file extension from the \fB --input-filename \fR
85+ option.
8586
8687.TP
8788.B --output-format\fR <format>
0 commit comments