aboutsummaryrefslogtreecommitdiff
path: root/.festivalrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2017-10-02 00:50:15 -0400
committertdro <tdro@users.noreply.github.com>2017-10-02 00:50:15 -0400
commite7b062c06b82bf72b37b12d4a8d87416771bfe99 (patch)
tree8c7d52bf1464d4c7645655fb02359c08413db192 /.festivalrc
parente4977f989ae10d043ffe8ee964db8ea02bcadb16 (diff)
downloaddotfiles-e7b062c06b82bf72b37b12d4a8d87416771bfe99.tar.gz
dotfiles-e7b062c06b82bf72b37b12d4a8d87416771bfe99.tar.bz2
dotfiles-e7b062c06b82bf72b37b12d4a8d87416771bfe99.zip
dotfiles: add festival config
Diffstat (limited to '.festivalrc')
-rw-r--r--.festivalrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.festivalrc b/.festivalrc
new file mode 100644
index 0000000..51fc727
--- /dev/null
+++ b/.festivalrc
@@ -0,0 +1,6 @@
+;; Linux: can't open /dev/dsp error fix
+(Parameter.set 'Audio_Method 'Audio_Command)
+(Parameter.set 'Audio_Command "aplay -q -c 1 -t raw -f s16 -r $SR $FILE")
+
+;; set default voice
+(set! voice_default voice_nitech_us_rms_arctic_hts)