File: 50festival.el

package info (click to toggle)
festival 1%3A2.0.95~beta-5.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,448 kB
  • ctags: 4,437
  • sloc: cpp: 26,214; lisp: 14,961; ansic: 5,076; sh: 4,989; java: 1,536; makefile: 790; xml: 291; perl: 87
file content (19 lines) | stat: -rw-r--r-- 798 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
;; Autoloads (most probable entry points) for Festival

(autoload 'say-minor-mode "festival" "Menu for using Festival." t)

(autoload 'run-festival "festival"
  "Run an inferior FESTIVAL process, input and output via buffer *festival*." t)

(autoload 'festival-say-buffer "festival"
  "Send given region to festival for saying.  This saves the region
as a file in /tmp and then tells festival to say that file.  The
major-mode is passed as a text mode to Festival." t)

(autoload 'festival-say-region "festival"
  "Send given region to festival for saying.  This saves the region
as a file in /tmp and then tells festival to say that file.  The
major mode is *not* passed as text mode name to Festival." t)

(autoload 'festival-say-string "festival"
  "Send string to festival and have it said" t)