home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / fest-141.zip / festival / lib / klatt_durs.scm < prev    next >
Text File  |  1999-05-30  |  3KB  |  86 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;;                                                                       ;;
  3. ;;;                Centre for Speech Technology Research                  ;;
  4. ;;;                     University of Edinburgh, UK                       ;;
  5. ;;;                       Copyright (c) 1996,1997                         ;;
  6. ;;;                        All Rights Reserved.                           ;;
  7. ;;;                                                                       ;;
  8. ;;;  Permission is hereby granted, free of charge, to use and distribute  ;;
  9. ;;;  this software and its documentation without restriction, including   ;;
  10. ;;;  without limitation the rights to use, copy, modify, merge, publish,  ;;
  11. ;;;  distribute, sublicense, and/or sell copies of this work, and to      ;;
  12. ;;;  permit persons to whom this work is furnished to do so, subject to   ;;
  13. ;;;  the following conditions:                                            ;;
  14. ;;;   1. The code must retain the above copyright notice, this list of    ;;
  15. ;;;      conditions and the following disclaimer.                         ;;
  16. ;;;   2. Any modifications must be clearly marked as such.                ;;
  17. ;;;   3. Original authors' names are not deleted.                         ;;
  18. ;;;   4. The authors' names are not used to endorse or promote products   ;;
  19. ;;;      derived from this software without specific prior written        ;;
  20. ;;;      permission.                                                      ;;
  21. ;;;                                                                       ;;
  22. ;;;  THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK        ;;
  23. ;;;  DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING      ;;
  24. ;;;  ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT   ;;
  25. ;;;  SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE     ;;
  26. ;;;  FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES    ;;
  27. ;;;  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN   ;;
  28. ;;;  AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,          ;;
  29. ;;;  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF       ;;
  30. ;;;  THIS SOFTWARE.                                                       ;;
  31. ;;;                                                                       ;;
  32. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  33. ;;;
  34. ;;;   Phone duration info for Klatt rules, for mrpa phone set
  35.  
  36. (set! duration_klatt_params
  37. '(
  38. (a    230.0    80.0)
  39. (aa    240.0    100.0)
  40. (@    120.0    60.0)
  41. (@@    180.0    80.0)
  42. (ai    250.0    150.0)
  43. (au    240.0    100.0)
  44. (b    85.0    60.0)
  45. (ch    70.0    50.0)
  46. (d    75.0    50.0)
  47. (dh    50.0    30.0)
  48. (e    150.0    70.0)
  49. (e@    270.0    130.0)
  50. (ei    180.0    100.0)
  51. (f    100.0    80.0)
  52. (g    80.0    60.0)
  53. (h    80.0    20.0)
  54. (i    135.0    40.0)
  55. (i@    230.0    100.0)
  56. (ii    155.0    55)
  57. (jh    70.0    50.0)
  58. (k    80.0    60.0)
  59. (l    80.0    40.0)
  60. (m    70.0    60.0)
  61. (n    60.0    50.0)
  62. (ng    95.0    60.0)
  63. (o    240.0    130.0)
  64. (oi    280.0    150.0)
  65. (oo    240.0    130.0)
  66. (ou    220.0    80.0)
  67. (p    90.0    50.0)
  68. (r    80.0    30.0)
  69. (s    105.0    60.0)
  70. (sh    105.0    80.0)
  71. (t    75.0    50.0)
  72. (th    90.0    60.0)
  73. (u    210.0    70.0)
  74. (u@    230.0    110.0)
  75. (uh    160.0    60.0)
  76. (uu    230.0    150.0)
  77. (v    60.0    40.0)
  78. (w    80.0    60.0)
  79. (y    80.0    40.0)
  80. (z    75.0    40.0)
  81. (zh    70.0    40.0)
  82. (#    100.0    100.0)
  83. ))
  84.  
  85. (provide 'klatt_durs)
  86.