Skip to content

Releases: pgmichael/wavenet-for-chrome

v2.0.0

19 Jan 21:55
Compare
Choose a tag to compare

Retrieve voices dynamically

Previously every time Google added new voices, the extension needed to be updated. Now the extension should be able to retrieve the new voices automatically. This fixes #8

Added download shortcut

Default keys (CTRL+SHIFT+E) can be modified from the chrome://extensions/shortcuts page. This fixes #10

Use OGG_OPUS encoding

OGG_OPUS encoding is now used for everything. Although the quality might suffer a little, it should allow for much better latency and smaller file size.

Reading of img's alt attribute

See #9. Contributed by @Evoludo

Other changes in the code base

The code base has been converted to Typescript and is bundled using Parcel. This should make the extension more maintainable as it allows the use of NPM packages. Instructions on how to run the extension locally have been added to the README.

v1.8.1

07 Jul 15:42
Compare
Choose a tag to compare

Added lots of missing voices.

v1.8.0

29 Jun 15:06
Compare
Choose a tag to compare

Use OGG_OPUS as audio encoding option when reading aloud.

v1.7.0

08 Jun 18:21
db5f638
Compare
Choose a tag to compare

Added Norwegian support

Thanks @JoakimNil for the contribution!

v1.6.1

06 Apr 23:48
Compare
Choose a tag to compare

Fix "Failed - Network error" issue when downloading large text

v1.6.0

06 Apr 21:36
Compare
Choose a tag to compare

Added Korean support

v1.5.0

02 Mar 21:15
Compare
Choose a tag to compare

Added support to new voices and languages.

Learn more on in the official release notes: https://cloud.google.com/text-to-speech/docs/release-notes

v1.4.1

19 Jan 19:23
Compare
Choose a tag to compare

Added current start speaking shortcut to the context menu.

1.4.0

13 Jan 04:21
Compare
Choose a tag to compare

Added shortcuts to start speaking (Cmd+Shift+S on macOS and Ctrl+Shift+S on all other platforms & modfiable through browser settings).

v1.3.0

02 Dec 19:23
Compare
Choose a tag to compare

Added SSML support. Selected text must be between <speak> element in order to work.