;;------------------------------------- ;; The SOUND LIBRARY ;;------------------------------------- ;; User functions: ;; ;; (: speak-word (word -> void)) ;; (: speak-list ((LISTOF word) -> void)) ;; (: pronounce (sound-data->void) ;; (: word-defined? (word -> boolean)) ;; (: word-list (LISTOF (word sound-data)) ;; (: defined-words (LISTOF word)) ;; ;; where word = a symbol or integer 0-20,30,40,50,60,70,80,90 ;; sound-data = string (a filename) (unit/sig (speak-word speak-list pronounce word-defined? word-list defined-words) (import (u : plt:userspace^)) (include "/home/comp210/sounds/sound-functions-stephanie.ss"))