From 982535273f8f9a6a48e394e8c1db4e226033e1f5 Mon Sep 17 00:00:00 2001 From: Maximilian Busch Date: Thu, 25 Jun 2015 13:58:10 +0200 Subject: [PATCH] Added Ashley voice to constants --- lib/constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/constants.js b/lib/constants.js index 9e5d74f..e3809d7 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -47,6 +47,7 @@ exports.DB_NAMES = { 'PAUL': 101, // English, Male 'JULIE': 103, // English, Female 'JAMES': 104, // English, Male + 'ASHLEY': 105, // English, Female 'LILY': 200, // Chinese, Female 'WANG': 201, // Chinese, Male 'HUI': 202, // Chinese, Female