Skip to content

Releases: pschatzmann/arduino-simple-tts

October 2024 - Many Changes

22 Oct 08:58
Compare
Choose a tag to compare

Many changes to bring it in line with the latest version of the AudioTools:

  • Correct compile errors for wong decoder path in examples
  • Replace obsolete AudioKit with AudioBoardStream
  • Used new Str and StrView instead of old StrExt and Str

Corrections:

  • Replace dot with point when generating numbers

New functionality

  • Added python tools to generate mp3 and generate a binary header file

October 2024

05 Oct 11:06
Compare
Choose a tag to compare

Support for AudioTools 1.0.0

AudioPrint to AudioOutput

30 Apr 15:35
Compare
Choose a tag to compare

Error Corrections for floating numbers

16 Jan 18:10
Compare
Choose a tag to compare
  • Resolve crash when decimal is ending with .00
  • Decimals - fist digit after the dot is skipped
  • Resolve issue with quality in output

Support of Queue

11 Mar 15:11
Compare
Choose a tag to compare
  • Queued output so that we can react quickly in the loop (TextToSpeechQueue)
  • Example for queue: audio-i2s-queue
  • Example for project with own sound files: example-own-sound

More examples

24 Feb 18:16
Compare
Choose a tag to compare
  • Corrected missing u.s. for USD
  • Examples for i2s, analog or PWM output
  • Examples which demonstrate how to control the volume
  • An example with a silence removal filter
  • New delay method to avoid noise in analog output

Units of Measures

21 Feb 12:23
Compare
Choose a tag to compare
  • Support for unit of measures
  • Support for dictionary based on URL

Tools to Prepare Audio Data

20 Feb 09:40
Compare
Choose a tag to compare
  • Tools to prepare audio data
  • Support for data from url with AudioDictionaryURL

Initial Release

19 Feb 20:40
Compare
Choose a tag to compare

I am proud to announce that the planned core functionality is available:

  • API for talking numbers
  • API for talking time
  • API for speaking any recorded word
  • storage of recorded audio in program memory and SD drive
  • examples that demonstrate the functionality