VMS Help RTL Routines, DTK$, DTK$LOAD_DICTIONARY *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The Load a Word into the DECtalk Dictionary routine loads a phonemic definition of a word into the DECtalk dictionary. Format: DTK$LOAD_DICTIONARY voice-id ,text ,substitution Arguments: voice-id OpenVMS usage: identifier type: longword (unsigned) access: read only mechanism: by reference Voice identifier of the DECtalk device. The voice-id argument is the address of an unsigned longword containing this identifier. The voice identifier is returned by the DTK$INITIALIZE routine. text OpenVMS usage: char_string type: character string access: read only mechanism: by descriptor Word to be loaded into the DECtalk dictionary. The text argument is the address of a descriptor pointing to the specified word. substitution OpenVMS usage: char_string type: character string access: read only mechanism: by descriptor Phonemic definition of the word specified by the text argument. The substitution argument is the address of a descriptor pointing to the phonemic representation of the specified word.
|