Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
▼Nsimple_tts | |
CAudioDictionary | A dictionary which is based on in memory audio files |
CAudioDictionaryBase | Dictionary which provides a Stream of Audio for the indicated word |
CAudioDictionaryEntry | An Entry for the in Memory Audio Dictionary |
CAudioDictionarySD | A 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 |
CAudioDictionaryURL | A dictionary which is based on audio files that can be accessed via URLs |
CAudioSDEntry | An Entry for the in Memory Audio Dictionary which contains the full text |
CAudioStreamFileWrapper | A simple Wrapper that let's a file pretend to be a AudioStream to support the begin and end methods |
CNumber | Convert numbers to string and provide integer and decimals |
CNumberToText | Translates a number into englich words |
▼CNumberUnitToText | An extension of the Number to Text functionality which supports numbers with units of measures |
CDecimalInfo | Units might have different decimals. The decimal system is based on 3. But currencies have usually 2 |
CSimpleTime | Just a simple structure with the hour and minutes |
CSimpleTTSBase | Common Functionality for TTS classes |
CTextToSpeech | Audio output from text via the indicated audio sink. The text components need to be prerecorded and available as audio files |
CTextToSpeechQueue | Audio output from text via the indicated audio sink. The text components need to be prerecorded and available as audio files |
CTimeToText | Translates a time in hour and minutes into englich words. This implementation builds upon the NumberToText class to handle the basic numbers |