Skip to content

Commit 8971443

Browse files
committed
Update documentation and bump version number
1 parent e97906d commit 8971443

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# History
22

3+
### 3.6 (2022-08-14)
4+
5+
* Added the ability to export constant bitrate MP3 via autolame and the GUI
6+
* Bug fixes to prevent GUI crashes in corner cases
7+
38
### 3.5.3 (2021-02-09)
49

510
Fix bug that caused GUI crash when copying text.

docs/splicelame.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ autolame
8989

9090
Usage::
9191

92-
autolame [-h] [-o OUTFILE] [--vbr-level VBR_LEVEL] infile [infile ...]
92+
autolame [-h] [-o OUTFILE] [--vbr-level VBR_LEVEL] [--cbr BITRATE] infile [infile ...]
9393

9494
This is a CLI version of the PBCore "Generate MP3" functionality provided by the "Export metadata" button of the
9595
autoBWF GUI.Each `<infile>` will be converted to mp3 and the result will be saved to the same
@@ -100,4 +100,5 @@ files are migrated to ID3v2 tags in the resulting mp3 files.
100100
An output file name can be specified using the ``-o`` option, but in that case
101101
only one input file is allowed.
102102

103-
The default VBR level is currently 7.
103+
The default VBR level is currently 7. If both ``--vbr-level`` and ``--cbr`` are specified, then the encoding will be
104+
performed at constant bit rate, and the VBR level will be ignored.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
packages=find_packages(include=['autoBWF']),
4040
setup_requires=setup_requirements,
4141
url='https://github.com/Ukrainian-History/autoBWF',
42-
version='3.5.3',
42+
version='3.6',
4343
zip_safe=False,
4444
)

0 commit comments

Comments
 (0)