|
Talkie
|
Talkie is a software implementation of the Texas Instruments speech synthesis architecture (Linear Predictive Coding) from the late 1970s. More...
#include <Talkie.h>
Public Member Functions | |
| Talkie (Print &out, int channelCount=1) | |
| void | setOutputAsText (bool flag) |
| converts samples to csv string format | |
| void | say (const uint8_t *address) |
| converts the provided word into samples | |
| void | silence (uint16_t ms) |
| outputs silence for the indicated milliseconds | |
| void | sayPause () |
| void | sayDigit (char aDigit) |
| void | sayVoltageMilliVolts (long aMilliVolt) |
| void | sayVoltageVolts (float aVolt) |
| void | sayTimeout () |
| void | sayNumber (long aNumber) |
| say any number between -999,999 and 999,999 | |
| void | sayFloat (float aFloat, int aDecimalPlaces, bool aSuppressLeadingZero, bool aSuppressTrailingZero) |
| void | setOutput (Print &out) |
| Defines the Arduino data target. | |
| void | setDataCallback (void(*cb)(int16_t *data, int len)) |
| Defines the data callback that receives the generated samples. | |
| void | setChannels (uint16_t ch) |
| Defines the number of generated output channels (2=stereo). Default is 1 = mono. | |
Talkie is a software implementation of the Texas Instruments speech synthesis architecture (Linear Predictive Coding) from the late 1970s.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |