render-mode/isis-mode [ Render Modes ]

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

Name

 isis-mode

File

 rm-isis-mode.lsp

Description

 A render-mode based on the IRCAMs ISiS (IRCAM Singing Synthesis).
 https://isis-documentation.readthedocs.io/en/latest/index.html

Output Format

 :sound

Required Slots

 text, pitch, duration, start-time

Optional Slots

 amplitude, location

Options

 voice: EL, MS or RT (in progress!)

Dependencies

 :clm, isis

Synopsis

#+clm
(make-render-mode isis-mode :sound
                  :required-slots
                  (duration start-time text pitch)
                  :optional-slots
                  (amplitude location)
                  :options
                  (;; (voice "EL")
                   )
                  :required-packages (:clm)
                  :required-software (isis)
                  :group-events t