-
Notifications
You must be signed in to change notification settings - Fork 243
/
ChangeLog
110 lines (63 loc) · 3.31 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
v1.5.1, 2021-07-31, Chris Needham <chris.needham@bbc.co.uk>
* Fixed buffer overflow error in MP3 decoder
v1.5.0, 2021-07-07, Chris Needham <chris.needham@bbc.co.uk>
* Added --quiet option, to disable progress and information messages
* Increased channel limit to 24
* Removed sample rate, zoom, and start time limits when generating
waveform images
v1.4.2, 2020-05-03, Chris Needham <chris.needham@bbc.co.uk>
* Enable --amplitude-scale option when generating waveform data
v1.4.1, 2020-01-28, Chris Needham <chris.needham@bbc.co.uk>
* Enable conversion from FLAC or Ogg Vorbis audio to WAV format
v1.4.0, 2019-11-03, Chris Needham <chris.needham@bbc.co.uk>
* Added --input-format and --output-format options, to enable reading input
from stdin and writing output to stdout
v1.3.3, 2018-12-11, Chris Needham <chris.needham@bbc.co.uk>
* Increase channel limit to eight
v1.3.2, 2018-11-23, Chris Needham <chris.needham@bbc.co.uk>
* Fixed version 2 binary data format
v1.3.1, 2018-11-21, Chris Needham <chris.needham@bbc.co.uk>
* Added --split-channels option to produce multi-channel output files
* Enabled static linking
v1.2.2, 2018-06-23, Chris Needham <chris.needham@bbc.co.uk>
* Fixed MinGW build
* Updated Ubuntu package details
v1.2.1, 2018-05-25, Chris Needham <chris.needham@bbc.co.uk>
* Added support for Ogg Vorbis audio
v1.2.0, 2018-04-16, Chris Needham <chris.needham@bbc.co.uk>
* Added --zoom auto option to automatically fit the waveform
to a given image width when generating PNG images
v1.1.0, 2017-02-02, Chris Needham <chris.needham@bbc.co.uk>
* Skip information frames in MP3 files, to correct for initial
offset delay
v1.0.12, 2016-12-20, Chris Needham <chris.needham@bbc.co.uk>
* Added --amplitude-scale option to control ampltiude scaling
when generating PNG images
* Skip ID3 tags in MP3 files
v1.0.11, 2016-04-22, Chris Needham <chris.needham@bbc.co.uk>
* Added --compression command line option to set PNG compression
level
* Removed examples to shorten --help output
v1.0.10, 2015-03-27, Chris Needham <chris.needham@bbc.co.uk>
* Corrected handling of floating point format WAV files
v1.0.9, 2014-11-12, Chris Needham <chris.needham@bbc.co.uk>
* Added --pixels-per-second option as alternative way of setting the
zoom level
v1.0.8, 2014-10-22, Chris Needham <chris.needham@bbc.co.uk>
* Corrected use of --bits option when converting waveform data files
* Allow image colours to include transparency
v1.0.7, 2014-09-22, Chris Needham <chris.needham@bbc.co.uk>
* Added support for FLAC audio
v1.0.6, 2014-04-01, Chris Needham <chris.needham@bbc.co.uk>
* Added command-line options to set image colours
v1.0.5, 2014-03-21, Chris Needham <chris.needham@bbc.co.uk>
* Allow creation of JSON waveform data files from input audio files
v1.0.4, 2014-03-10, Chris Needham <chris.needham@bbc.co.uk>
* Added --end option to set time range when rendering images and
--no-axis-labels option to control axis label rendering
v1.0.3, 2013-12-11, Chris Needham <chris.needham@bbc.co.uk>
* Allow creation of PNG images directly from input audio files
v1.0.2, 2013-12-11, Chris Needham <chris.needham@bbc.co.uk>
* Added support for mono input audio files
v1.0.1, 2013-10-14, Chris Needham <chris.needham@bbc.co.uk>
* Initial public release