From 086175793961ad3186f2b680eb276c6492f73d81 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 6 Jan 2016 14:50:38 +0100 Subject: [PATCH] change voice for Agnes --- vxml/vxml.wsgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vxml/vxml.wsgi b/vxml/vxml.wsgi index d794b97..8d411f5 100755 --- a/vxml/vxml.wsgi +++ b/vxml/vxml.wsgi @@ -27,7 +27,7 @@ app = Flask(__name__) app.debug = True application = DebuggedApplication(app, evalex=True) # The trick is HERE! Add this extra line! -default_voice = 'Emma' # 'Agnes' # 'Becool' # 'Moussa' # 'Agnes' +default_voice = 'Agnes' # 'Becool' # 'Moussa' # 'Agnes' @app.route("/play") def play():