Skip to content

Releases: tornupnegatives/TMS-Express

v2.0.2

15 Oct 00:05
2044963

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

19 Jun 05:02
e5991b6

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

18 Jun 01:39
6522d88

Choose a tag to compare

GUI Frontend 👁️

What's Changed

  • Introduced modular UI for pre-processing audio, performing pitch/LPC analysis
  • Adapted Arduino Talkie TMS5220 software emulator for bitstream synthesis
  • Updated export formats (.lpc, .bin)
  • Moved out of std::experimental in response to Apple Clang updates

Full Changelog: v1.1.2...v2.0.0

v1.1.2

17 Dec 22:30

Choose a tag to compare

Filter Adjustments 🔊

What's New

  • Corrected biquadratic filter coefficient determination with fixed Q factor
  • Adjusted default filter cutoffs to produce crisper synthesized speech
  • Updated "help" dialogue to better explain the purpose to each filter cutoff
  • Fixed typos in README

v1.1.1

06 Dec 04:24

Choose a tag to compare

Bug Fix 🐞

What's New

  • Fixed bug where noise-isolated audio destabilized the bitstream. This is due to zeroes in the autocorrelation rippling through pitch and reflector coefficient computation
  • Updated CMake policies for newer versions

v1.1.0

05 Dec 19:56

Choose a tag to compare

JSON Formatting 📝

What's New

  • Bitstreams may now be exported as JSON files, containing both raw and quantized speech parameters
  • Calls to the now depreciated sprintf() have been replaced with snprintf()

v1.0.0

15 Aug 03:43
3a21386

Choose a tag to compare

Initial Release 🎉