Releases: pschatzmann/arduino-simple-tts
Releases · pschatzmann/arduino-simple-tts
October 2024 - Many Changes
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
Support for AudioTools 1.0.0
AudioPrint to AudioOutput
Error Corrections for floating numbers
- 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
- 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
- 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
- Support for unit of measures
- Support for dictionary based on URL
Tools to Prepare Audio Data
- Tools to prepare audio data
- Support for data from url with AudioDictionaryURL
Initial Release
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