arduino-simple-tts
All Classes Functions Variables Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nsimple_tts
 CAudioDictionaryA dictionary which is based on in memory audio files
 CAudioDictionaryBaseDictionary which provides a Stream of Audio for the indicated word
 CAudioDictionaryEntryAn Entry for the in Memory Audio Dictionary
 CAudioDictionarySDA dictionary which is based on files stored on an SD card. By default we use the SdFat library. You can use the SD library with #define USE_SD before including this file
 CAudioDictionaryURLA dictionary which is based on audio files that can be accessed via URLs
 CAudioSDEntryAn Entry for the in Memory Audio Dictionary which contains the full text
 CAudioStreamFileWrapperA simple Wrapper that let's a file pretend to be a AudioStream to support the begin and end methods
 CNumberConvert numbers to string and provide integer and decimals
 CNumberToTextTranslates a number into englich words
 CNumberUnitToTextAn extension of the Number to Text functionality which supports numbers with units of measures
 CDecimalInfoUnits might have different decimals. The decimal system is based on 3. But currencies have usually 2
 CSimpleTimeJust a simple structure with the hour and minutes
 CSimpleTTSBaseCommon Functionality for TTS classes
 CTextToSpeechAudio output from text via the indicated audio sink. The text components need to be prerecorded and available as audio files
 CTextToSpeechQueueAudio output from text via the indicated audio sink. The text components need to be prerecorded and available as audio files
 CTimeToTextTranslates a time in hour and minutes into englich words. This implementation builds upon the NumberToText class to handle the basic numbers