Releases: HenestrosaDev/audiotext
v2.3.0
Windows: .zip file from Drive (2,73 GB) (cannot upload it here on GitHub because the limit is 2 GB).
What's Changed
- Change
output_file_types
option from thesubtitles
section to thewhisperx
section by @HenestrosaDev in #32 - Change output_file_types option from the subtitles section to the
whisperx
section and update README and screenshots by @HenestrosaDev in #33 - Minor changes to
config.ini
andREADME.md
by @HenestrosaDev in #34 - Fix wrong section from
ConfigSubtitles
toConfigWhisperX
for `OUT… by @HenestrosaDev in #35 - Fix default values of max. line count and max. line width in README by @HenestrosaDev in #36
- Change "translate the audio" to "translate the transcription" by @HenestrosaDev in #37
- Update
README
by @HenestrosaDev in #39 - Add "Add support for Whisper's API" to the roadmap by @HenestrosaDev in #43
- Add Whisper API transcription method by @HenestrosaDev in #45
- Minor bug fixes by @HenestrosaDev in #46
- Release v2.3.0 by @HenestrosaDev in #47
- Minor fixes by @HenestrosaDev in #48
- Fix type errors reported by
mypy src --strict
. by @HenestrosaDev in #50 - Add pre-commit hooks by @HenestrosaDev in #51
- Add
Code Quality
workflow by @HenestrosaDev in #52 - Add mypy changes, CI and pre-commit hooks for v2.3.0 by @HenestrosaDev in #53
Full Changelog: v2.2.3...v2.3.0
v2.2.3
Windows: .zip file from Drive (2,73 GB) (cannot upload it here on GitHub because the limit is 2 GB).
What's Changed
- Add output file types by @HenestrosaDev in #27
- Add
appearance_mode
toconfig.ini
by @HenestrosaDev in #29
Full Changelog: v2.2.2...v2.2.3
v2.2.2
Windows: .zip file from Drive (2,73 GB) (cannot upload it here on GitHub because the limit is 2 GB).
What's Changed
- #17: Add 'Autosave' and 'Overwrite existing files' options by @HenestrosaDev in #18
- #19: Fix
UnicodeEncodeError
in thesave_transcription
method of themain_controller
when writing the transcription text to a.txt
file. - Add 'Directory' option to 'Transcribe from' to transcribe all supported files from a specified directory by @HenestrosaDev in #20
- Refactor by @HenestrosaDev in #21
- Update docs for version 2.2.2 by @HenestrosaDev in #23
Full Changelog: v2.2.1...v2.2.2
v2.2.1
Windows: .zip file from Drive (2,73 GB) (cannot upload it here on GitHub because the limit is 2 GB).
Changes:
- Add missing languages to AUDIO_LANGUAGES constant and remove languages not supported by WhisperX.
Full Changelog: v2.2.0...v2.2.1
v2.2.0
Windows: .zip file from Drive (2,72 GB) (cannot upload it here on GitHub because the limit is 2 GB).
Changes:
- GUI improved.
- Add option to transcribe audio from YouTube videos.
Full Changelog: v2.1.0...v2.2.0
v2.1.0
Download .zip file from Drive (2,72 GB) (cannot upload it here on GitHub because the limit is 2 GB).
- Add WhisperX advanced options.
- Add Subtitle options.
- Add
config.ini
file.
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Download .zip
file from Drive (2,73 GB) (cannot upload it here on GitHub because the limit is 2 GB).
- Add WhisperX support.
- Fix issue #10 related to Google API transcription method.
- Let the user add a Google API key.
- Stop recording from the microphone by pressing the
Stop recording
button instead of waiting for silence.
Full Changelog: v1.2.4...v2.0.0
audiotext-v1.2.4
Full Changelog: v1.2.3...v1.2.4
audiotext-v1.2.3
Fix #5 issue
Full Changelog: v1.2.2...v1.2.3
audiotext-v1.2.2
Fixed issue #4. The option to change the language of the application will not work until you resolve the problem with the locale identification.
Full Changelog: v1.2.1...v1.2.2