home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / PMM / Developer / FD / voice_lib.fd < prev    next >
Encoding:
Text File  |  1999-09-19  |  394 b   |  17 lines

  1. ##base _VoiceBase
  2. ##bias 30
  3. ##public
  4. Learn(MapBuffer,Text,Screen,SequenceNum,X,Y)(A0,A1,A2,D0,D1,D2)
  5. Recognize(MapBuffer,SizeVocabulary,Resolution)(A0,D0,D1)
  6. AddVoiceTask(MapBuffer,MsgPort,SizeVocabulary,Resolution)(A0,A1,D0,D1)
  7. RemVoiceTask()
  8. GainUp()
  9. GainDown()
  10. RecDataAddress()
  11. RecMapAddress()
  12. WordScore()
  13. PickSampler(SamplerID)(D0)
  14. SetVoicePri(NewPriority)(D0)
  15. PickTimer(TimerID)(D0)
  16. ##end
  17.