home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / beehive / program / synth.arc / SYNTH.DOC < prev    next >
Encoding:
Text File  |  1987-11-01  |  512 b   |  15 lines

  1.  
  2. The program SPHRASE.BAS is an MBASIC program to drive the AEM4504 speech
  3. synthesizer. It's reasonably self explanatory.
  4.  
  5. Program        description
  6. -------        -----------
  7. SPHRASE.BAS    the translator
  8. VOCAB.DAT    the main dictionary as a random-access file, field length
  9.         60 bytes
  10. VOCAB.PTR    pointer array to VOCAB.DAT
  11. VOCABSRT.BAS    program to read VOCAB.DAT, "sort" it by swapping pointers,
  12.         and generate a new VOCAB.PTR
  13.  
  14. array to VOCAB.DAT
  15. VOCABSRT.BAS    program to read VOCAB.DAT, "sort" it by swapping point