Built motion from commit e6806ed6.|2.6.0
[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 _0x240c=['randomstring','aws-sdk','synthesizeSpeech','AudioStream','writeFile','Invalid\x20data\x20response\x20from\x20aws\x20Polly!','exports','text','path','bluebird'];(function(_0xae784b,_0x45be79){var _0x272afb=function(_0x28ebee){while(--_0x28ebee){_0xae784b['push'](_0xae784b['shift']());}};_0x272afb(++_0x45be79);}(_0x240c,0x134));var _0xc240=function(_0x564244,_0x3c1af8){_0x564244=_0x564244-0x0;var _0x3a3761=_0x240c[_0x564244];return _0x3a3761;};'use strict';var fs=require('fs');var path=require(_0xc240('0x0'));var BPromise=require(_0xc240('0x1'));var rs=require(_0xc240('0x2'));var AWS=require(_0xc240('0x3'));function pollyResult(_0x2309cc,_0x2fa431,_0x4606b8){return new BPromise(function(_0x11ba8c,_0x5d4dbd){_0x2309cc[_0xc240('0x4')](_0x2fa431,function(_0x350878,_0x2c4db9){if(_0x350878){_0x5d4dbd(_0x350878);}else if(_0x2c4db9){if(_0x2c4db9[_0xc240('0x5')]instanceof Buffer){fs[_0xc240('0x6')](_0x4606b8,_0x2c4db9[_0xc240('0x5')],function(_0x3ac6e5){if(_0x3ac6e5){_0x5d4dbd(_0x3ac6e5);}else{_0x11ba8c();}});}else{_0x5d4dbd(new Error(_0xc240('0x7')));}}else{_0x5d4dbd(new Error('No\x20data\x20response\x20from\x20aws\x20Polly!'));}});});}module[_0xc240('0x8')]=function(_0x27aa63,_0x51b98e,_0x2cc51a,_0x2f8f9f,_0x152b6b,_0xd455a9,_0x26afa2){var _0x5231bd=new AWS['Polly']({'accessKeyId':_0x27aa63,'secretAccessKey':_0x51b98e,'region':_0x2cc51a});var _0x547e32={'Text':_0x152b6b,'TextType':_0xd455a9||_0xc240('0x9'),'OutputFormat':'mp3','VoiceId':_0x2f8f9f};return pollyResult(_0x5231bd,_0x547e32,_0x26afa2);};