home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / audio / a / filetalk / !FileTalk / !Run < prev    next >
Encoding:
Text File  |  1990-09-05  |  1.0 KB  |  30 lines

  1. | TalkLoad run comand file
  2. |
  3. if "<System$Path>" = "" then Error 0 System resources cannot be found
  4. if "<TalkLoad$Dir>" = "" then Error 0 Speech loader cannot be found
  5. IconSprites <Obey$Dir>.!Sprites
  6. |
  7. RMEnsure SoundDMA 0.00 RMReinit SoundDMA
  8. RMEnsure SoundScheduler 0.00 RMReinit SoundScheduler
  9. RMEnsure SoundChannels 0.00 RMReinit SoundChannels
  10. RMEnsure SoundDMA 0.00 Error 0 SoundDMA module not found
  11. RMEnsure SoundScheduler 0.00 Error 0 SoundScheduler module not found
  12. RMEnsure SoundChannels 0.00 Error 0 SoundChannels module not found
  13. |
  14. RMEnsure SharedCLibrary 3.50 RMLoad System:modules.CLib
  15. RMEnsure SharedCLibrary 3.50 Error 0 You need to have SharedCLibrary 3.50 or greater
  16. |
  17. RMEnsure VoiceSynth 0.00 RMLoad <TalkLoad$Dir>.VoiceSynth
  18. RMEnsure VoiceSynth 0.00 Error 0 VoiceSynth module could not be found
  19. |
  20. Audio On
  21. Speaker On
  22. ChannelVoice 1 VoiceSynthesiser
  23. Sound 1 0 0 255
  24. |
  25. RMEnsure TextTalk 0.00 RMLoad <TalkLoad$Dir>.TextTalk
  26. RMEnsure TextTalk 0.00 Error 0 TextTalk module could not be found
  27. |
  28. WimpSlot -min 64k -max 64k
  29. |
  30. Run <FileTalk$Dir>.!RunImage