Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Revert "Feature/use compiled ap voice" (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanaward authored Jul 7, 2016
1 parent a43b7b3 commit 0d8567c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mycroft-base-MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ include mycroft/configuration/*.ini
recursive-include mycroft/skills/*/dialog *
recursive-include mycroft/skills/*/vocab *
include mycroft/skills/alarm/alarm.mp3
#include mycroft/tts/mycroft_voice_4.0.flitevox
include mycroft/tts/mycroft_voice_4.0.flitevox
2 changes: 1 addition & 1 deletion mycroft/configuration/mycroft.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ session_ttl_seconds = 180

[tts]
module = "mimic"
mimic.voice = "ap"
mimic.voice = "mycroft/tts/mycroft_voice_4.0.flitevox"
espeak.lang = "english-us"
espeak.voice = "m1"

Expand Down
Binary file added mycroft/tts/mycroft_voice_4.0.flitevox
Binary file not shown.
2 changes: 1 addition & 1 deletion publish-core/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ cat > ${DEB_DIR}/etc/mycroft/mycroft.ini << EOM
[tts]
module = "mimic"
mimic.path = "/usr/local/bin/mimic"
mimic.voice = "ap"
mimic.voice = "/usr/local/lib/python2.7/site-packages/Mycroft-${VERSION}-py2.7.egg/mycroft/tts/mycroft_voice_4.0.flitevox"
[metrics_client]
enabled = True
Expand Down
2 changes: 1 addition & 1 deletion publish/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ cat > ${DEB_DIR}/etc/mycroft/mycroft.ini << EOM
[tts]
module = "mimic"
mimic.path = "/opt/mycroft/bin/mimic"
mimic.voice = "ap"
mimic.voice = "/opt/mycroft/lib/python2.7/site-packages/Mycroft-${VERSION}-py2.7.egg/mycroft/tts/mycroft_voice_4.0.flitevox"
[metrics_client]
enabled = True
Expand Down

0 comments on commit 0d8567c

Please sign in to comment.