From 5c21229153ae515a07352d2d3e7eb48a85eba07e Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sun, 26 Jan 2014 14:44:38 -0500 Subject: [PATCH] voice script update --- scripts/voice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/voice.py b/scripts/voice.py index 47d25a31615..fd0dc45b480 100644 --- a/scripts/voice.py +++ b/scripts/voice.py @@ -15,7 +15,7 @@ speed = sys.argv[5] text = sys.argv[6] ckey = sys.argv[7] espeakpath = "C:/Program Files (x86)/eSpeak/command_line/" -playervoicespath = "C:/Users/Administrator/Dropbox/Baystation12/sound/playervoices/" +playervoicespath = "Z:/Git/Space Station 13/Baystation12/sound/playervoices/" soxpath = "C:/Program Files (x86)/sox-14-4-1/" oggencpath = "C:/Program Files (x86)/WinVorbis/" text = string.replace(text, "39", "'")