Skip to content

Commit

Permalink
Merge branch 'dev' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
BingLingGroup committed May 6, 2020
2 parents 2d1ce83 + a72eca8 commit 919059f
Show file tree
Hide file tree
Showing 46 changed files with 3,846 additions and 1,674 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ MANIFEST
/.build_and_dist_win32
/.release
*.po~
*.mo
Pipfile
*.lock
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- "2.7"
- "3.7"
install:
- pip install .
- pip install pylint
Expand Down
52 changes: 49 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Unreleased](#unreleased)
- [Added](#addedunreleased)
- [Changed](#changedunreleased)
- [Fixed](#fixedunreleased)
- [Removed](#removedunreleased)
- [0.5.7-alpha - 2020-05-06](#057-alpha---2020-05-06)
- [Added](#added057-alpha)
- [Changed](#changed057-alpha)
- [Fixed](#fixed057-alpha)
- [Removed](#removed057-alpha)
- [0.5.6-alpha - 2020-03-20](#056-alpha---2020-03-20)
- [Added](#added056-alpha)
- [Changed](#changed056-alpha)
Expand Down Expand Up @@ -47,9 +54,45 @@ Click up arrow to go back to TOC.

### [Unreleased]

#### Added(Unreleased)
### [0.5.7-alpha] - 2020-05-06

#### Changed(Unreleased)
#### Added(0.5.7-alpha)

- Add support for Xun Fei Yun Speech-to-Text WebSocket API.
- Add support for Baidu Automatic Speech Recognition API. [issue #68](https://github.com/BingLingGroup/autosub/issues/68)
- Add chars filter for the transcript result in XfyunWebSocketAPI.
- Add delete_chars in method list_to_googletrans.
- Add merge_src_assfile, merge_bilingual_assfile methods.
- Add stop words to split events in merge_src_assfile method.
- Add punctuations split in merge_src_assfile method.
- Add limitation in SplitIntoAudioPiece with an audio length of at least 4 bytes.
- Add support for src language auto-detection when not input `-SRC` language.

#### Changed(0.5.7-alpha)

- Change the replacement condition of the audio_split_cmd only when the user doesn't modify it.
- Change the MAX_REGION_SIZE_LIMIT into 60 seconds.
- Change all text file input decoding into "utf-8".
- Change the default style selection in subtitles translation.
- Change the loglevel in ffmpeg commands into `-loglevel error`.
- Change DEFAULT_MIN_REGION_SIZE to 0.5.
- Change langcodes into the optional dependency.
- Change LICENSE into GPLv2.

#### Fixed(0.5.7-alpha)

- Fix the size count bug when the last line been split in list_to_googletrans.
- Fix delete_chars issue when using `-of full-src`.
- Fix os.remove() PermissionError in api_xfyun.py.
- Fix DEFAULT_AUDIO_PRCS_CMDS and DEFAULT_CHECK_CMD.
- Fix the issue with path checking in dependency finding.
- Fix Baidu's strange error code handling. [issue #114](https://github.com/BingLingGroup/autosub/issues/114)

#### Removed(0.5.7-alpha)

- Remove Python 2.7 support.

<escape><a href = "#TOC">&nbsp;&nbsp;</a></escape>

### [0.5.6-alpha] - 2020-03-20

Expand All @@ -72,6 +115,8 @@ Click up arrow to go back to TOC.

- Deprecate Python 2.7 support.

<escape><a href = "#TOC">&nbsp;&nbsp;</a></escape>

### [0.5.5-alpha] - 2020-03-04

#### Added(0.5.5-alpha)
Expand Down Expand Up @@ -239,7 +284,8 @@ Click up arrow to go back to TOC.

<escape><a href = "#TOC">&nbsp;&nbsp;</a></escape>

[Unreleased]: https://github.com/BingLingGroup/autosub/compare/0.5.6-alpha...HEAD
[Unreleased]: https://github.com/BingLingGroup/autosub/compare/0.5.7-alpha...HEAD
[0.5.7-alpha]: https://github.com/BingLingGroup/autosub/compare/0.5.6-alpha...0.5.7-alpha
[0.5.6-alpha]: https://github.com/BingLingGroup/autosub/compare/0.5.5-alpha...0.5.6-alpha
[0.5.5-alpha]: https://github.com/BingLingGroup/autosub/compare/0.5.4-alpha...0.5.5-alpha
[0.5.4-alpha]: https://github.com/BingLingGroup/autosub/compare/0.5.3-alpha...0.5.4-alpha
Expand Down
Loading

0 comments on commit 919059f

Please sign in to comment.