From 1cc16125c0e35505374b5f24424eed912b515f1e Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 6 Jan 2016 14:51:10 +0100 Subject: [PATCH] change voice for Fabienne --- vxml/vxml.wsgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vxml/vxml.wsgi b/vxml/vxml.wsgi index 8d411f5..b2667b6 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 = 'Agnes' # 'Becool' # 'Moussa' # 'Agnes' +default_voice = 'Fabienne' @app.route("/play") def play():