Built motion from commit 753c950e.|2.5.42
[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 _0x5285=['writeFile','Invalid\x20data\x20response\x20from\x20aws\x20Polly!','No\x20data\x20response\x20from\x20aws\x20Polly!','Polly','path','aws-sdk','synthesizeSpeech','AudioStream'];(function(_0x2dafbe,_0x5d04de){var _0x58a45a=function(_0x50ac96){while(--_0x50ac96){_0x2dafbe['push'](_0x2dafbe['shift']());}};_0x58a45a(++_0x5d04de);}(_0x5285,0xdc));var _0x5528=function(_0x2dc7c9,_0x3a15f8){_0x2dc7c9=_0x2dc7c9-0x0;var _0x3e6536=_0x5285[_0x2dc7c9];return _0x3e6536;};'use strict';var fs=require('fs');var path=require(_0x5528('0x0'));var BPromise=require('bluebird');var rs=require('randomstring');var AWS=require(_0x5528('0x1'));function pollyResult(_0x2c605b,_0x420c4f,_0x1aa4da){return new BPromise(function(_0x3a36ca,_0x588d3a){_0x2c605b[_0x5528('0x2')](_0x420c4f,function(_0x358a53,_0x129341){if(_0x358a53){_0x588d3a(_0x358a53);}else if(_0x129341){if(_0x129341[_0x5528('0x3')]instanceof Buffer){fs[_0x5528('0x4')](_0x1aa4da,_0x129341[_0x5528('0x3')],function(_0xa06c72){if(_0xa06c72){_0x588d3a(_0xa06c72);}else{_0x3a36ca();}});}else{_0x588d3a(new Error(_0x5528('0x5')));}}else{_0x588d3a(new Error(_0x5528('0x6')));}});});}module['exports']=function(_0x593f32,_0x399954,_0x479406,_0x554224,_0xe307c0,_0x121c80,_0x189dc0){var _0x4ef81a=new AWS[(_0x5528('0x7'))]({'accessKeyId':_0x593f32,'secretAccessKey':_0x399954,'region':_0x479406});var _0x46f733={'Text':_0xe307c0,'TextType':_0x121c80||'text','OutputFormat':'mp3','VoiceId':_0x554224};return pollyResult(_0x4ef81a,_0x46f733,_0x189dc0);};