Skip to content

Releases: pviotti/sayit

v1.5

18 Nov 16:05
631772a
Compare
Choose a tag to compare

Changed

  • Microsoft.CognitiveServices.Speech upgraded from v1.24.1 to v1.33.0 (changelog)
  • Upgraded to .NET 8 #138

Full Changelog: v1.4...v1.5

v1.4

13 Nov 18:51
b06da5d
Compare
Choose a tag to compare

Changed

  • Microsoft.CognitiveServices.Speech upgraded from 1.19.0 to v1.24.1 (changelog)
  • Upgraded to .NET 7

Full Changelog: v1.3...v1.4

v1.3

20 Nov 19:56
38899a1
Compare
Choose a tag to compare

Changed

  • Microsoft.CognitiveServices.Speech upgraded to v1.19.0 (changelog)
  • Upgraded to .NET 6

v1.2

26 Nov 12:43
6bb16df
Compare
Choose a tag to compare

Changed

  • Microsoft.CognitiveServices.Speech upgraded to v1.14.0 (changelog)
  • 5 non-neural voices have been replaced with neural ones (f74e54a). See also: https://aka.ms/speech/tts-languages
  • Upgraded to .NET 5
    • this improves performance of self-contained binaries (using ReadyToRun build flag)
    • now .NET 5 is required to run framework-dependent binaries

v1.1

16 May 21:07
Compare
Choose a tag to compare

Added

  • read input from stdin if it's missing as command line parameter

v1.0

08 Apr 22:13
Compare
Choose a tag to compare

Added

  • support for 7 new voices (and languages)
    • now SayIt supports: English, Italian, French, German, Spanish, Hindi, Portuguese, Russian, Japanese and Chinese (Mandarin)
  • support for 8 new output formats, through the -f command line flag.
    • now SayIt supports: audio-16khz-32kbitrate-mono-mp3, audio-16khz-64kbitrate-mono-mp3, audio-16khz-128kbitrate-mono-mp3, audio-24khz-96kbitrate-mono-mp3, audio-24khz-160kbitrate-mono-mp3, audio-24khz-48kbitrate-mono-mp3, riff-8khz-16bit-mono-pcm, riff-16khz-16bit-mono-pcm, riff-24khz-16bit-mono-pcm
  • -lf flag to list supported output formats
  • -lv flag to list supported voices

Changed

  • Microsoft.CognitiveServices.Speech upgraded to v1.11.0

Fixed

  • improved comments in settings file and --help flag text

v0.3

07 Dec 23:33
ac39034
Compare
Choose a tag to compare

SayIt is now released both as framework-dependent binaries and as self-contained ("-sc") binaries, which don't need the installation of the dotnet core runtime on the machine.

Changed

  • 3066187 add support for dotnet core 3.1

v0.2

07 Dec 13:41
4b1c8d1
Compare
Choose a tag to compare

Fixed

  • 4b1c8d1 dispose task result to fix hanging on Windows (#24)

Changed

v0.1

19 Oct 15:40
e522d71
Compare
Choose a tag to compare

First release 🎯

  • Language supported: English, French and Italian.
  • Audio export formats: MP3 16Khz 32KB/s mono

The released binaries are self-contained, which means you don't need to install the .NET Core runtime.