e1c8114e8b390ce156257ebf2f0a54cf4ad71b3b
[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 _0x34e5=['aws-sdk','synthesizeSpeech','writeFile','AudioStream','Invalid\x20data\x20response\x20from\x20aws\x20Polly!','No\x20data\x20response\x20from\x20aws\x20Polly!','text','mp3','path','bluebird','randomstring'];(function(_0x5c110c,_0x58d08b){var _0x485822=function(_0xb98557){while(--_0xb98557){_0x5c110c['push'](_0x5c110c['shift']());}};_0x485822(++_0x58d08b);}(_0x34e5,0xb8));var _0x534e=function(_0x8f9752,_0x486b6a){_0x8f9752=_0x8f9752-0x0;var _0x325283=_0x34e5[_0x8f9752];return _0x325283;};'use strict';var fs=require('fs');var path=require(_0x534e('0x0'));var BPromise=require(_0x534e('0x1'));var rs=require(_0x534e('0x2'));var AWS=require(_0x534e('0x3'));function pollyResult(_0x4a2e70,_0x280bc0,_0x483231){return new BPromise(function(_0x37be74,_0x5379c5){_0x4a2e70[_0x534e('0x4')](_0x280bc0,function(_0x5effd1,_0x4c2d3b){if(_0x5effd1){_0x5379c5(_0x5effd1);}else if(_0x4c2d3b){if(_0x4c2d3b['AudioStream']instanceof Buffer){fs[_0x534e('0x5')](_0x483231,_0x4c2d3b[_0x534e('0x6')],function(_0x5c8b51){if(_0x5c8b51){_0x5379c5(_0x5c8b51);}else{_0x37be74();}});}else{_0x5379c5(new Error(_0x534e('0x7')));}}else{_0x5379c5(new Error(_0x534e('0x8')));}});});}module['exports']=function(_0x10656e,_0x2d03a0,_0x1015ee,_0x5055d9,_0x424f88,_0x234ec2,_0x2f6a61){var _0x4cb4ce=new AWS['Polly']({'accessKeyId':_0x10656e,'secretAccessKey':_0x2d03a0,'region':_0x1015ee});var _0x252d7b={'Text':_0x424f88,'TextType':_0x234ec2||_0x534e('0x9'),'OutputFormat':_0x534e('0xa'),'VoiceId':_0x5055d9};return pollyResult(_0x4cb4ce,_0x252d7b,_0x2f6a61);};