


Developing an Electronic Mail-Reading Application
If you wish to write your own electronic mail preprocessor, you can implement
the following text conversions before sending the text to DECtalk Software:
Click
Click
Click
Parse the header boilerplate to remove extraneous information.
Add the new paragraph symbol [+] to each blank line between paragraphs if
DECtalk Software is speaking paragraphs of text.
Create your own application-specific, user dictionary, for words that have an
application specific pronunciation.
If DECtalk Software is connected to a database containing names, consider one
of the following options:
Add the
Scan the text for strings of numbers in a format understandable to your
application but not to DECtalk Software. For example, if you can extract the time
format from an electronic mail message, you can add code to your application to
expand it to its
In many applications, the listener might want to write down number strings
(such as prices or telephone numbers). Your application can scan the text for
strings of numbers and, when found, send them to DECtalk Software in a way that
includes pauses at critical locations.
When spelling an item, your application might need to distinguish the case of
letters. Consider using different voices to distinguish between uppercase and
lowercase letters. For example:
Related topics