render-mode/festivalsing-mode [ Render Modes ]

[ Top ] [ render-mode ] [ Render Modes ]

Name

 festivalsing-mode

File

 rm-festivalsing-mode.lsp

Description

 A text-to-voice render-mode, using festivals singing-mode,
 executed by the subprogram text2wave. For more info on festival
 visit http://festvox.org/

Output Format

 :sound

Required Slots

 text, pitch, duration, start-time

Optional Slots

 amplitude, location

Dependencies

 :clm, festival/text2wave

Synopsis

#+clm
(make-render-mode festivalsing-mode :sound
                  :required-slots
                  (duration start-time text pitch)
                  :optional-slots
                  (location amplitude)
                  ;; :options
                  ;; ((voice "en1_mbrola"))
                  :required-packages (:clm)
                  :required-software (festival/text2wave)