文件操作 - sitevars.scm
返回文件管理
返回主菜单
删除本文件
文件: /root/sh/festival/sitevars.scm
编辑文件内容
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; ;;; Site specific variable settings for Festival ;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; The system-voice-path is an additional path in which to look ;; for voices. If you install voices not provided in the form of ;; rpm package, you should then set this to match. The default ;; provided here, "/usr/local/share/festival/lib/voices/", is ;; probably a good choice. You could also set this in ;; ~/.festivalvarsrc, if you want to use a voice not provided to ;; the system as a whole. (set! system-voice-path '("/usr/local/share/festival/lib/voices/")) (set! system-voice-path-multisyn '("/usr/local/share/festival/lib/voices-multisyn/")) (provide 'sitevars)
修改文件时间
将文件时间修改为当前时间的前一年
删除文件