forked from bbc/audiowaveform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
59 lines (34 loc) · 1.78 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
v1.1.0, 2017-02-02, Chris Needham <[email protected]>
* Skip information frames in MP3 files, to correct for initial
offset delay
v1.0.12, 2016-12-20, Chris Needham <[email protected]>
* 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 <[email protected]>
* Added --compression command line option to set PNG compression
level
* Removed examples to shorten --help output
v1.0.10, 2015-03-27, Chris Needham <[email protected]>
* Corrected handling of floating point format WAV files
v1.0.9, 2014-11-12, Chris Needham <[email protected]>
* Added --pixels-per-second option as alternative way of setting the
zoom level
v1.0.8, 2014-10-22, Chris Needham <[email protected]>
* Corrected use of --bits option when converting waveform data files
* Allow image colours to include transparency
v1.0.7, 2014-09-22, Chris Needham <[email protected]>
* Added support for FLAC audio
v1.0.6, 2014-04-01, Chris Needham <[email protected]>
* Added command-line options to set image colours
v1.0.5, 2014-03-21, Chris Needham <[email protected]>
* Allow creation of JSON waveform data files from input audio files
v1.0.4, 2014-03-10, Chris Needham <[email protected]>
* 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 <[email protected]>
* Allow creation of PNG images directly from input audio files
v1.0.2, 2013-12-11, Chris Needham <[email protected]>
* Added support for mono input audio files
v1.0.1, 2013-10-14, Chris Needham <[email protected]>
* Initial public release