Skip to content

Releases: echogarden-project/echogarden

v2.0.14

24 Dec 16:46
Compare
Choose a tag to compare

Fixes

  • Whisper tokenizer: attempt to workaround #85 by accepting a token that's one beyond the valid range (51865 for a multilingual model, 51864 for an English-only model).

Full Changelog: v2.0.13...v2.0.14

v2.0.13

21 Dec 15:42
Compare
Choose a tag to compare

Fixes

  • Update to @echogarden/audio-io version 0.3.0, fixing the "unsupported platform" error when run on Windows arm64

Documentation

New Contributors

Full Changelog: v2.0.12...v2.0.13

v2.0.12

06 Dec 07:17
Compare
Choose a tag to compare

Fixes

  • Amazon Transcribe: use Amazon package language list for an up-to-date source of supported languages.

Full Changelog: v2.0.11...v2.0.12

v2.0.11

06 Dec 07:12
Compare
Choose a tag to compare

Fixes

  • Amazon Transcribe: extend two character language codes to default dialects.

Full Changelog: v2.0.10...v2.0.11

v2.0.10

06 Dec 05:27
Compare
Choose a tag to compare

Fixes

  • amazon-transcribe: pass full language code, like en-US, fr-FR, etc. instead of short ones

Full Changelog: v2.0.9...v2.0.10

v2.0.9

05 Dec 11:05
Compare
Choose a tag to compare

Fixes

  • Fix, simplify and improve placeholder path parsing

Full Changelog: v2.0.8...v2.0.9

v2.0.8

05 Dec 10:37
Compare
Choose a tag to compare

Fixes

  • CLI: fix issue with incorrect parsing of placeholder patterns like[text].ext. Don't error on invalid placeholder patterns.

Internal

  • Change default imports to use * imports in places where the external package has no actual default exports.

Full Changelog: v2.0.7...v2.0.8

v2.0.7

23 Nov 18:11
Compare
Choose a tag to compare

Fixes

  • Fixed an incorrect character casing on main field in package.json, containing the path to API.js, preventing the package being loaded as a library on case-sensitive file systems, like in Linux and macOS! Unbelievably insane! Huge thanks to 0xFlicker who finally reported this. The "typo" has been there since the initial commit of the library, on 24 April 2023 and no one has ever reported it, until now, more than a year and a half later!! How is that even possible??

Full Changelog: v2.0.6...v2.0.7

v2.0.6

22 Nov 10:40
Compare
Choose a tag to compare

Enhancements

  • Add ffmpeg build for Windows on arm64

Full Changelog: v2.0.5...v2.0.6

v2.0.5

22 Nov 03:56
Compare
Choose a tag to compare

Fixes

  • Fix incorrect string concatenation code preventing the workaround for handling of sentence enders within recognized words (added in v1.6.0) to work correctly

Full Changelog: v2.0.4...v2.0.5