home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 224a.lha / Includes / devices / narrator < prev    next >
Encoding:
Text File  |  1989-04-08  |  1.3 KB  |  63 lines

  1.  
  2. EQU  DEFPITCH       110
  3. EQU  DEFRATE        150
  4. EQU  DEFVOL         64
  5. EQU  DEFFREQ        22200
  6. EQU  NATURALF0      0
  7. EQU  ROBOTICF0      1
  8. EQU  MALE           0
  9. EQU  FEMALE         1
  10. EQU  DEFSEX         MALE
  11. EQU  DEFMODE        NATURALF0
  12.  
  13. EQU  MINRATE        40
  14. EQU  MAXRATE        400
  15. EQU  MINPITCH       65
  16. EQU  MAXPITCH       320
  17. EQU  MINFREQ        5000
  18. EQU  MAXFREQ        28000
  19. EQU  MINVOL         0
  20. EQU  MAXVOL         64
  21.  
  22. EQU  ND_NotUsed         -1
  23. EQU  ND_NoMem           -2
  24. EQU  ND_NoAudLib        -3
  25. EQU  ND_MakeBad         -4
  26. EQU  ND_UnitErr         -5
  27. EQU  ND_CantAlloc       -6
  28. EQU  ND_Unimpl          -7
  29. EQU  ND_NoWrite         -8
  30. EQU  ND_Expunged        -9
  31. EQU  ND_PhonErr         -20
  32. EQU  ND_RateErr         -21
  33. EQU  ND_PitchErr        -22
  34. EQU  ND_SexErr          -23
  35. EQU  ND_ModeErr         -24
  36. EQU  ND_FreqErr         -25
  37. EQU  ND_VolErr          -26
  38.  
  39. {s narrator_rb
  40.     struct  48 message          ( { IOStdReq=48;exec/io )
  41.     WORD    rate
  42.     WORD    pitch
  43.     WORD    mode
  44.     WORD    sex
  45.     APTR    ch_masks
  46.     WORD    nm_masks
  47.     WORD    volume
  48.     WORD    sampfreq
  49.     BYTE    mouths
  50.     BYTE    chanmask
  51.     BYTE    numchan
  52.     BYTE    pad
  53.    s}
  54.  
  55. {s mouth_rb
  56.     STRUCT  narrator_rb voice
  57.     BYTE    width
  58.     BYTE    height
  59.     BYTE    shape
  60.     BYTE    pad
  61.    s}
  62.  
  63.