Built motion from commit 14588770.|2.5.38
[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 _0xe9c1=['No\x20data\x20response\x20from\x20aws\x20Polly!','exports','Polly','text','mp3','path','bluebird','synthesizeSpeech','AudioStream'];(function(_0x71ef8b,_0x393646){var _0x158eb2=function(_0x5526c2){while(--_0x5526c2){_0x71ef8b['push'](_0x71ef8b['shift']());}};_0x158eb2(++_0x393646);}(_0xe9c1,0x95));var _0x1e9c=function(_0x1858a2,_0x16d97a){_0x1858a2=_0x1858a2-0x0;var _0x313ac5=_0xe9c1[_0x1858a2];return _0x313ac5;};'use strict';var fs=require('fs');var path=require(_0x1e9c('0x0'));var BPromise=require(_0x1e9c('0x1'));var rs=require('randomstring');var AWS=require('aws-sdk');function pollyResult(_0x49d538,_0x4912d7,_0x48f40d){return new BPromise(function(_0x28ced4,_0x170043){_0x49d538[_0x1e9c('0x2')](_0x4912d7,function(_0x275fe7,_0x47e13d){if(_0x275fe7){_0x170043(_0x275fe7);}else if(_0x47e13d){if(_0x47e13d[_0x1e9c('0x3')]instanceof Buffer){fs['writeFile'](_0x48f40d,_0x47e13d[_0x1e9c('0x3')],function(_0x186436){if(_0x186436){_0x170043(_0x186436);}else{_0x28ced4();}});}else{_0x170043(new Error('Invalid\x20data\x20response\x20from\x20aws\x20Polly!'));}}else{_0x170043(new Error(_0x1e9c('0x4')));}});});}module[_0x1e9c('0x5')]=function(_0x17353e,_0x5d04cd,_0x3bb2ae,_0x4d11a2,_0x5067e2,_0xc9155f,_0x5ea0fe){var _0x432708=new AWS[(_0x1e9c('0x6'))]({'accessKeyId':_0x17353e,'secretAccessKey':_0x5d04cd,'region':_0x3bb2ae});var _0x9b95d0={'Text':_0x5067e2,'TextType':_0xc9155f||_0x1e9c('0x7'),'OutputFormat':_0x1e9c('0x8'),'VoiceId':_0x4d11a2};return pollyResult(_0x432708,_0x9b95d0,_0x5ea0fe);};