Skip to content

Releases: altbdoor/ahk-tts

v1.8

01 Sep 07:45
Compare
Choose a tag to compare

Release v1.8

  • Its difficult to interface with NAudio DLL with AHK alone, so I used a C# component with a text file as a messaging bridge of sorts.
  • Used NAudio instead, its a lot better!
    • Eliminates the need for UseFastInterruptableMode.
    • Supports MP3 and WAV right out of the box, eliminates the need for MP3 to WAV converter.
    • The text file bridge can be a bit wonky at times though.

  • The AHK component is compiled with AutoHotkey 1.1.26.01 (32 bit).
  • The C# component is compiled with Microsoft (R) Visual C# Compiler version 4.6.1038.0 for C# 5

v1.7

19 Aug 04:13
Compare
Choose a tag to compare

Release v1.7

  • Add UseFastInterruptableMode for smoother interrupts
  • Configurable cache directory for SSDs

This is compiled with AutoHotkey 1.1.26.01 (32 bit).

v1.6

18 Aug 04:10
Compare
Choose a tag to compare

Release v1.6

  • Partial support of MP3 files, with an intermediary converter

This is compiled with AutoHotkey 1.1.26.00 (32 bit).

v1.5

09 Aug 11:08
Compare
Choose a tag to compare

Release v1.5

  • I forgot about v1.4
  • Configurable presets!

This is compiled with AutoHotkey 1.1.26.00 (32 bit).

v1.3

18 Jan 02:48
Compare
Choose a tag to compare

Release v1.3

  • Converted tts.ahk to use classes
  • Add .wav audio playback
  • Preset 0 is clearer as compared to Preset 10

This is compiled with AutoHotkey 1.1.21.03 (32 bit).

v1.2

17 Jan 09:22
Compare
Choose a tag to compare

Release v1.2

  • Added pitch as a variable
  • Save pitch, rate, volume and text as a preset

This is compiled with AutoHotkey 1.1.21.03 (32 bit).

v1.1

12 Jan 05:43
Compare
Choose a tag to compare

Release v1.1.

  • Fixed preset ten (or zero)
  • Added history feature to text

This is compiled with AutoHotkey 1.1.21.03 (32 bit).

v1.0

11 Jan 10:40
Compare
Choose a tag to compare

Release v1.0. Cheers!


This is compiled with AutoHotkey 1.1.21.03 (32 bit).