Built motion from commit (unavailable).|2.5.4
[motion2.git] / server / services / agi / scripts / aws / polly / lib / api.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x5b27=['AudioStream','writeFile','exports','text','bluebird','randomstring','aws-sdk'];(function(_0x1eb82d,_0x1e23cb){var _0x2c9502=function(_0x4a3500){while(--_0x4a3500){_0x1eb82d['push'](_0x1eb82d['shift']());}};_0x2c9502(++_0x1e23cb);}(_0x5b27,0x18c));var _0x75b2=function(_0x574fe9,_0x164d5b){_0x574fe9=_0x574fe9-0x0;var _0x35c274=_0x5b27[_0x574fe9];return _0x35c274;};'use strict';var fs=require('fs');var path=require('path');var BPromise=require(_0x75b2('0x0'));var rs=require(_0x75b2('0x1'));var AWS=require(_0x75b2('0x2'));function pollyResult(_0x10077f,_0x49907d,_0x1ff159){return new BPromise(function(_0x3b3362,_0x5db53d){_0x10077f['synthesizeSpeech'](_0x49907d,function(_0x37681c,_0x5b122a){if(_0x37681c){_0x5db53d(_0x37681c);}else if(_0x5b122a){if(_0x5b122a[_0x75b2('0x3')]instanceof Buffer){fs[_0x75b2('0x4')](_0x1ff159,_0x5b122a['AudioStream'],function(_0x2f1caf){if(_0x2f1caf){_0x5db53d(_0x2f1caf);}else{_0x3b3362();}});}else{_0x5db53d(new Error('Invalid\x20data\x20response\x20from\x20aws\x20Polly!'));}}else{_0x5db53d(new Error('No\x20data\x20response\x20from\x20aws\x20Polly!'));}});});}module[_0x75b2('0x5')]=function(_0x317e15,_0x36d112,_0x47f7ba,_0x37eb1c,_0x2139e2,_0x1563bd,_0x4b5ade){var _0x3c3229=new AWS['Polly']({'accessKeyId':_0x317e15,'secretAccessKey':_0x36d112,'region':_0x47f7ba});var _0x5dbd9f={'Text':_0x2139e2,'TextType':_0x1563bd||_0x75b2('0x6'),'OutputFormat':'mp3','VoiceId':_0x37eb1c};return pollyResult(_0x3c3229,_0x5dbd9f,_0x4b5ade);};