Built motion from commit (unavailable).|2.5.6
[motion2.git] / server / services / agi / scripts / index.js
index f00f4bb..f96fd93 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x5d3b=['request-promise','util','querystring','google-tts-api','md5','./aws','./sestek','../../../config/logger','agi','https://api.ispeech.org/api/rest','https:','host','WHAT_EVER','error','request\x20to\x20','\x20failed,\x20status\x20code\x20=\x20','statusMessage','createWriteStream','finish\x20download\x20file','close','unlink','pipe','end','protocol','get','statusCode','transcode','wav','info','finish\x20to\x20convert','resolve','tmp','generate','.wav','then','chmodSync','777','split','readFileSync','toString','base64','googleCloudTTS','https://texttospeech.googleapis.com/v1/','?key=','ssml','input','voice','MP3','text:synthesize','audioContent','writeFile','googleTTS','.mp3','goggleTTS\x20path','asr','uri','results','alternatives','transcript','map','confidence','join','googleASR\x20transcription','googleASR\x20confidence','catch','[%s]\x20%s:%s','googleDialogflow','stringify','result','action','actionIncomplete','fulfillment','speech','score','code','metadata','endConversation','isFallbackIntent','Tilde\x20ASR\x20transcription','Tilde\x20ASR\x20confidence','polly','awsLex','lex','ispeechTTS','format','%s?apikey=%s&action=convert&text=%s&voice=%s&speed=%s&format=mp3','model=%s','freeform=3','parse','sestekNDA','nda','text','channelData','AudioFromTts','path','http','bluebird','sox'];(function(_0x15de61,_0x23027e){var _0x58896c=function(_0x1307a9){while(--_0x1307a9){_0x15de61['push'](_0x15de61['shift']());}};_0x58896c(++_0x23027e);}(_0x5d3b,0x184));var _0xb5d3=function(_0x4e57ae,_0x18fd92){_0x4e57ae=_0x4e57ae-0x0;var _0xe22f92=_0x5d3b[_0x4e57ae];return _0xe22f92;};'use strict';var fs=require('fs');var path=require(_0xb5d3('0x0'));var http=require(_0xb5d3('0x1'));var https=require('https');var urlParse=require('url')['parse'];var BPromise=require(_0xb5d3('0x2'));var rs=require('randomstring');var sox=require(_0xb5d3('0x3'));var rp=require(_0xb5d3('0x4'));var util=require(_0xb5d3('0x5'));var querystring=require(_0xb5d3('0x6'));var tts=require(_0xb5d3('0x7'));var apiai=require('apiai-promise');var md5=require(_0xb5d3('0x8'));var google=require('./google');var aws=require(_0xb5d3('0x9'));var tilde=require('./tilde');var sestek=require(_0xb5d3('0xa'));var logger=require(_0xb5d3('0xb'))(_0xb5d3('0xc'));var ISPEECH_API=_0xb5d3('0xd');function downloadFile(_0x3c0796,_0x3c5433){return new BPromise(function(_0x30d4a3,_0x2cc20e){var _0x5d8539=urlParse(_0x3c0796);var _0x345957=_0x5d8539['protocol']===_0xb5d3('0xe')?https:http;var _0x17997e={'host':_0x5d8539[_0xb5d3('0xf')],'path':_0x5d8539[_0xb5d3('0x0')],'headers':{'user-agent':_0xb5d3('0x10')}};_0x345957['get'](_0x17997e,function(_0x5a92b5){if(_0x5a92b5['statusCode']!==0xc8){logger[_0xb5d3('0x11')](_0xb5d3('0x12')+_0x3c0796+_0xb5d3('0x13')+_0x5a92b5['statusCode']+'\x20('+_0x5a92b5[_0xb5d3('0x14')]+')');_0x2cc20e(new Error(_0xb5d3('0x12')+_0x3c0796+'\x20failed,\x20status\x20code\x20=\x20'+_0x5a92b5['statusCode']+'\x20('+_0x5a92b5[_0xb5d3('0x14')]+')'));return;}var _0x3874e2=fs[_0xb5d3('0x15')](_0x3c5433);_0x3874e2['on']('finish',function(){logger['info'](_0xb5d3('0x16'));_0x3874e2[_0xb5d3('0x17')](_0x30d4a3);});_0x3874e2['on'](_0xb5d3('0x11'),function(_0x5596aa){fs[_0xb5d3('0x18')](_0x3c5433);logger[_0xb5d3('0x11')]('download\x20error',_0x5596aa);_0x2cc20e(_0x5596aa);});_0x5a92b5[_0xb5d3('0x19')](_0x3874e2);})['on'](_0xb5d3('0x11'),function(_0x486f5b){logger[_0xb5d3('0x11')](_0x486f5b);_0x2cc20e(_0x486f5b);})[_0xb5d3('0x1a')]();});}function uploadFile(_0x1b9be2){return new BPromise(function(_0x243681,_0x595562){var _0x36cf9f=urlParse(_0x1b9be2);var _0x2c0373=_0x36cf9f[_0xb5d3('0x1b')]===_0xb5d3('0xe')?https:http;var _0x190e03={'host':_0x36cf9f['host'],'path':_0x36cf9f['path'],'headers':{'user-agent':_0xb5d3('0x10')}};_0x2c0373[_0xb5d3('0x1c')](_0x190e03,function(_0x31179d){if(_0x31179d[_0xb5d3('0x1d')]!==0xc8){_0x595562(new Error(_0xb5d3('0x12')+_0x1b9be2+_0xb5d3('0x13')+_0x31179d['statusCode']+'\x20('+_0x31179d['statusMessage']+')'));return;}var _0x4f86fa='';_0x31179d['on']('data',function(_0x52fc06){_0x4f86fa+=_0x52fc06;});_0x31179d['on'](_0xb5d3('0x1a'),function(){_0x243681(_0x4f86fa);});})['on'](_0xb5d3('0x11'),function(_0x20f945){_0x595562(_0x20f945);})[_0xb5d3('0x1a')]();});}function convertFile(_0x30d32f,_0x2bdc02){return new BPromise(function(_0x106d4a,_0x32831e){var _0x293aa2=sox[_0xb5d3('0x1e')](_0x30d32f,_0x2bdc02,{'sampleRate':0x1f40,'format':_0xb5d3('0x1f'),'channelCount':0x1,'bitRate':0xc0*0x400,'compressionQuality':0x5});_0x293aa2['on'](_0xb5d3('0x11'),function(_0x46f6e3){logger[_0xb5d3('0x11')]('error\x20convert',_0x46f6e3);_0x32831e(_0x46f6e3);});_0x293aa2['on'](_0xb5d3('0x1a'),function(){logger[_0xb5d3('0x20')](_0xb5d3('0x21'));_0x106d4a();});_0x293aa2['start']();});}function base64Decode(_0x41d773,_0x543d5b){var _0x3e504b=path[_0xb5d3('0x22')](__dirname,_0xb5d3('0x23'),rs[_0xb5d3('0x24')](0x4)+_0xb5d3('0x25'));fs['writeFileSync'](_0x3e504b,_0x41d773,'base64');return convertFile(_0x3e504b,_0x543d5b)[_0xb5d3('0x26')](function(){try{fs['unlink'](_0x3e504b);fs[_0xb5d3('0x27')](_0x543d5b,_0xb5d3('0x28'));}catch(_0x15332d){logger[_0xb5d3('0x11')](_0x15332d);}return _0x543d5b[_0xb5d3('0x29')]('.')[0x0];});}function base64Encode(_0x32bba6){var _0x26fb49=fs[_0xb5d3('0x2a')](_0x32bba6);return new Buffer(_0x26fb49)[_0xb5d3('0x2b')](_0xb5d3('0x2c'));}exports[_0xb5d3('0x2d')]=function(_0x56df43,_0x41a1d8,_0x1e90b3,_0x2dffeb,_0x1f2d44,_0x194789){var _0x1559e6,_0x5c42dc;var _0x112460=_0xb5d3('0x2e');var _0x3c5e5c=_0xb5d3('0x2f')+_0x56df43;var _0x3ad80c={};if(_0x41a1d8===_0xb5d3('0x30')){_0x3ad80c[_0xb5d3('0x31')]={'ssml':_0x1e90b3};}else{_0x3ad80c['input']={'text':_0x1e90b3};};_0x3ad80c[_0xb5d3('0x32')]={'languageCode':_0x2dffeb,'ssmlGender':_0x1f2d44};_0x3ad80c['audioConfig']={'audioEncoding':_0xb5d3('0x33'),'sampleRateHertz':0x1f40};var _0x19a505={'url':_0x112460+_0xb5d3('0x34')+_0x3c5e5c,'method':'POST','json':!![],'body':_0x3ad80c};return rp(_0x19a505)[_0xb5d3('0x26')](function(_0x35c0e9){return new BPromise(function(_0xff0bda,_0x4eb037){_0x1559e6=path['resolve'](__dirname,_0xb5d3('0x23'),rs[_0xb5d3('0x24')](0x4)+'.mp3');var _0x2bb1fb=Buffer['from'](_0x35c0e9[_0xb5d3('0x35')],_0xb5d3('0x2c'));return fs[_0xb5d3('0x36')](_0x1559e6,_0x2bb1fb,function(_0x1ef326){_0x4eb037(_0x1ef326);},function(_0x599905){fs['chmodSync'](_0x1559e6,'777');_0xff0bda(_0x599905);});});})[_0xb5d3('0x26')](function(_0x2fde32){_0x5c42dc=path[_0xb5d3('0x22')](__dirname,_0xb5d3('0x23'),rs[_0xb5d3('0x24')](0x4)+_0xb5d3('0x25'));return convertFile(_0x1559e6,_0x5c42dc);})[_0xb5d3('0x26')](function(){try{fs[_0xb5d3('0x18')](_0x1559e6);fs['chmodSync'](_0x5c42dc,_0xb5d3('0x28'));}catch(_0x1402f8){logger[_0xb5d3('0x11')](_0x1402f8);}logger[_0xb5d3('0x20')]('googleCloudTTS\x20path',_0x5c42dc[_0xb5d3('0x29')]('.')[0x0]);return _0x5c42dc[_0xb5d3('0x29')]('.')[0x0];});};exports[_0xb5d3('0x37')]=function(_0x504ef5,_0x21d558){var _0x2aadaa,_0x391140;return tts(_0x504ef5,_0x21d558||'en',0x1)[_0xb5d3('0x26')](function(_0x1b4384){logger['info'](_0x1b4384);_0x2aadaa=path['resolve'](__dirname,_0xb5d3('0x23'),rs['generate'](0x4)+_0xb5d3('0x38'));return downloadFile(_0x1b4384,_0x2aadaa);})[_0xb5d3('0x26')](function(){_0x391140=path['resolve'](__dirname,_0xb5d3('0x23'),rs['generate'](0x4)+'.wav');return convertFile(_0x2aadaa,_0x391140);})[_0xb5d3('0x26')](function(){try{fs[_0xb5d3('0x18')](_0x2aadaa);fs[_0xb5d3('0x27')](_0x391140,'777');}catch(_0x59ca39){logger[_0xb5d3('0x11')](_0x59ca39);}logger[_0xb5d3('0x20')](_0xb5d3('0x39'),_0x391140[_0xb5d3('0x29')]('.')[0x0]);return _0x391140[_0xb5d3('0x29')]('.')[0x0];});};exports['googleASR']=function(_0x2dad21,_0x11aab4,_0x51a892){return google[_0xb5d3('0x3a')](_0x2dad21,_0x11aab4,_0x51a892)['then'](function(_0x119cab){logger[_0xb5d3('0x20')](_0x119cab[_0xb5d3('0x3b')]);return rp(_0x119cab);})[_0xb5d3('0x26')](function(_0x203fcf){var _0x10f13b='';var _0x298f64=0x0;try{fs[_0xb5d3('0x18')](_0x2dad21);}catch(_0x9f3d34){logger[_0xb5d3('0x11')](_0x9f3d34);}if(_0x203fcf&&_0x203fcf['results']){_0x10f13b=_0x203fcf[_0xb5d3('0x3c')]['map'](function(_0x1d6d9d){return _0x1d6d9d&&_0x1d6d9d[_0xb5d3('0x3d')][0x0]&&_0x1d6d9d[_0xb5d3('0x3d')][0x0][_0xb5d3('0x3e')]?_0x1d6d9d['alternatives'][0x0]['transcript']:'';})['join']('\x0a');_0x298f64=_0x203fcf['results'][_0xb5d3('0x3f')](function(_0x5e38b4){return _0x5e38b4&&_0x5e38b4[_0xb5d3('0x3d')][0x0]&&_0x5e38b4[_0xb5d3('0x3d')][0x0][_0xb5d3('0x40')]?_0x5e38b4[_0xb5d3('0x3d')][0x0][_0xb5d3('0x40')]:0x0;})[_0xb5d3('0x41')]('\x0a');}logger[_0xb5d3('0x20')](_0xb5d3('0x42'),_0x10f13b);logger['info'](_0xb5d3('0x43'),_0x298f64);return{'transcript':_0x10f13b,'confidence':_0x298f64};})[_0xb5d3('0x44')](function(_0x3bf470){logger['error'](_0xb5d3('0x45'),_0x3bf470[_0xb5d3('0x1d')],_0x3bf470['name'],_0x3bf470['message']);});};exports[_0xb5d3('0x46')]=function(_0x41c51b,_0x9cb090,_0x30585e,_0x9d1b20){var _0x2f372b=apiai(_0x9cb090,{'language':_0x9d1b20||'en'});return _0x2f372b['textRequest'](_0x30585e,{'sessionId':md5(_0x41c51b)})[_0xb5d3('0x26')](function(_0x2804b9){logger[_0xb5d3('0x20')](JSON[_0xb5d3('0x47')](_0x2804b9));return{'source':_0x2804b9[_0xb5d3('0x48')]['source'],'resolvedQuery':_0x2804b9[_0xb5d3('0x48')]['resolvedQuery'],'action':_0x2804b9[_0xb5d3('0x48')][_0xb5d3('0x49')],'actionIncomplete':_0x2804b9[_0xb5d3('0x48')][_0xb5d3('0x4a')],'speech':_0x2804b9[_0xb5d3('0x48')][_0xb5d3('0x4b')][_0xb5d3('0x4c')],'score':_0x2804b9['result'][_0xb5d3('0x4d')],'statusCode':_0x2804b9['status'][_0xb5d3('0x4e')],'endConversation':_0x2804b9[_0xb5d3('0x48')][_0xb5d3('0x4f')][_0xb5d3('0x50')]||![],'isFallbackIntent':_0x2804b9[_0xb5d3('0x48')]['metadata'][_0xb5d3('0x51')]};});};exports['tildeASR']=function(_0x2da5eb,_0x13a1df,_0x58bb69,_0x6d06ee){return tilde[_0xb5d3('0x3a')](_0x2da5eb,_0x13a1df,_0x58bb69,_0x6d06ee)[_0xb5d3('0x26')](function(_0x18af49){try{fs[_0xb5d3('0x18')](_0x2da5eb);}catch(_0x39ff39){logger[_0xb5d3('0x11')](_0x39ff39);}logger['info'](_0xb5d3('0x52'),_0x18af49[_0xb5d3('0x3e')]);logger[_0xb5d3('0x20')](_0xb5d3('0x53'),_0x18af49[_0xb5d3('0x40')]);return _0x18af49;});};exports['awsPolly']=function(_0x483c98,_0x143113,_0x5ef9a3,_0x9b066c,_0x20465b,_0x27ce72){var _0x2bb725=path[_0xb5d3('0x22')](__dirname,_0xb5d3('0x23'),rs[_0xb5d3('0x24')](0x4)+_0xb5d3('0x38'));var _0xb5a9b3;return aws[_0xb5d3('0x54')](_0x483c98,_0x143113,_0x5ef9a3,_0x9b066c,_0x20465b,_0x27ce72,_0x2bb725)[_0xb5d3('0x26')](function(){_0xb5a9b3=path['resolve'](__dirname,'tmp',rs['generate'](0x4)+'.wav');return convertFile(_0x2bb725,_0xb5a9b3);})[_0xb5d3('0x26')](function(){try{fs[_0xb5d3('0x18')](_0x2bb725);fs[_0xb5d3('0x27')](_0xb5a9b3,_0xb5d3('0x28'));}catch(_0x1e75f7){logger[_0xb5d3('0x11')](_0x1e75f7);}return _0xb5a9b3[_0xb5d3('0x29')]('.')[0x0];});};exports[_0xb5d3('0x55')]=function(_0x366fc2,_0x41c5bb,_0x254b33,_0x5cacde,_0x1e1119,_0x30dcf0){return aws[_0xb5d3('0x56')](_0x366fc2,_0x41c5bb,_0x254b33,_0x5cacde,_0x1e1119,_0x30dcf0)[_0xb5d3('0x26')](function(_0x27932d){logger[_0xb5d3('0x20')](JSON[_0xb5d3('0x47')](_0x27932d));return _0x27932d;});};exports[_0xb5d3('0x57')]=function(_0x5a5b02,_0xa67835,_0x251435,_0x1720a8){var _0x561507=util[_0xb5d3('0x58')](_0xb5d3('0x59'),ISPEECH_API,_0x5a5b02,encodeURIComponent(_0xa67835),_0x251435,_0x1720a8);var _0x6ddcc9=path[_0xb5d3('0x22')](__dirname,_0xb5d3('0x23'),rs['generate'](0x4)+_0xb5d3('0x38'));var _0x580c21;return downloadFile(_0x561507,_0x6ddcc9)[_0xb5d3('0x26')](function(){_0x580c21=path[_0xb5d3('0x22')](__dirname,'tmp',rs[_0xb5d3('0x24')](0x4)+_0xb5d3('0x25'));return convertFile(_0x6ddcc9,_0x580c21);})[_0xb5d3('0x26')](function(){try{fs[_0xb5d3('0x18')](_0x6ddcc9);fs[_0xb5d3('0x27')](_0x580c21,_0xb5d3('0x28'));}catch(_0x32d642){logger[_0xb5d3('0x11')](_0x32d642);}return _0x580c21[_0xb5d3('0x29')]('.')[0x0];});};exports['ispeechASR']=function(_0x739be7,_0x1c7828,_0x1ec1de,_0x5b9747){var _0x2ecf3e=util[_0xb5d3('0x58')]('%s?apikey=%s&action=recognize&locale=%s&content-type=audio/x-wav&audio=%s&%s',ISPEECH_API,_0x1c7828,_0x1ec1de,base64Encode(_0x739be7),_0x5b9747?util[_0xb5d3('0x58')](_0xb5d3('0x5a'),encodeURIComponent(_0x5b9747)):_0xb5d3('0x5b'));return uploadFile(_0x2ecf3e)['then'](function(_0x510aa6){return querystring[_0xb5d3('0x5c')](_0x510aa6);});};exports[_0xb5d3('0x5d')]=function(_0x5ce333,_0x3a85d2){return sestek[_0xb5d3('0x5e')](_0x5ce333,_0x3a85d2)[_0xb5d3('0x26')](function(_0x20d6b8){logger[_0xb5d3('0x20')](JSON[_0xb5d3('0x47')](_0x20d6b8));var _0x4c929d={'speech':_0x20d6b8[_0xb5d3('0x5f')],'action':_0x20d6b8[_0xb5d3('0x60')]?_0x20d6b8['channelData']['CustomAction']:undefined,'actiondata':_0x20d6b8['channelData']?_0x20d6b8[_0xb5d3('0x60')]['CustomActionData']:undefined};if(_0x20d6b8[_0xb5d3('0x60')]&&_0x20d6b8['channelData'][_0xb5d3('0x61')]){return base64Decode(_0x20d6b8[_0xb5d3('0x60')][_0xb5d3('0x61')]['Data'],path[_0xb5d3('0x22')](__dirname,_0xb5d3('0x23'),rs['generate'](0x4)+'.wav'))[_0xb5d3('0x26')](function(_0x45da39){_0x4c929d['audiofile']=_0x45da39;return _0x4c929d;});}return _0x4c929d;});};exports['dirName']=function(){return __dirname;};
\ No newline at end of file
+var _0x26f9=['./google','./aws','./tilde','./sestek','https:','WHAT_EVER','get','statusCode','\x20failed,\x20status\x20code\x20=\x20','statusMessage','createWriteStream','finish','info','finish\x20download\x20file','close','error','pipe','end','protocol','host','transcode','wav','resolve','tmp','generate','.wav','writeFileSync','base64','unlink','chmodSync','777','toString','googleCloudTTS','https://texttospeech.googleapis.com/v1/','?key=','ssml','input','voice','audioConfig','MP3','POST','then','.mp3','from','audioContent','writeFile','googleCloudTTS\x20path','googleTTS','goggleTTS\x20path','split','googleASR','asr','uri','results','map','alternatives','transcript','join','confidence','googleASR\x20confidence','catch','name','message','textRequest','stringify','result','resolvedQuery','actionIncomplete','fulfillment','speech','score','status','metadata','endConversation','isFallbackIntent','tildeASR','Tilde\x20ASR\x20confidence','awsPolly','polly','awsLex','lex','ispeechTTS','format','%s?apikey=%s&action=convert&text=%s&voice=%s&speed=%s&format=mp3','ispeechASR','%s?apikey=%s&action=recognize&locale=%s&content-type=audio/x-wav&audio=%s&%s','model=%s','sestekNDA','nda','text','channelData','CustomAction','CustomActionData','AudioFromTts','Data','dirName','path','https','url','parse','bluebird','randomstring','sox','request-promise','querystring','google-tts-api','apiai-promise','md5'];(function(_0x5805d7,_0x3d584a){var _0x170fe4=function(_0x3b9b73){while(--_0x3b9b73){_0x5805d7['push'](_0x5805d7['shift']());}};_0x170fe4(++_0x3d584a);}(_0x26f9,0xcc));var _0x926f=function(_0x45fb8f,_0x46da98){_0x45fb8f=_0x45fb8f-0x0;var _0x3d906b=_0x26f9[_0x45fb8f];return _0x3d906b;};'use strict';var fs=require('fs');var path=require(_0x926f('0x0'));var http=require('http');var https=require(_0x926f('0x1'));var urlParse=require(_0x926f('0x2'))[_0x926f('0x3')];var BPromise=require(_0x926f('0x4'));var rs=require(_0x926f('0x5'));var sox=require(_0x926f('0x6'));var rp=require(_0x926f('0x7'));var util=require('util');var querystring=require(_0x926f('0x8'));var tts=require(_0x926f('0x9'));var apiai=require(_0x926f('0xa'));var md5=require(_0x926f('0xb'));var google=require(_0x926f('0xc'));var aws=require(_0x926f('0xd'));var tilde=require(_0x926f('0xe'));var sestek=require(_0x926f('0xf'));var logger=require('../../../config/logger')('agi');var ISPEECH_API='https://api.ispeech.org/api/rest';function downloadFile(_0xe5be3b,_0x47bc6b){return new BPromise(function(_0x20de4d,_0x8d7e3){var _0x40fa25=urlParse(_0xe5be3b);var _0x3d8b32=_0x40fa25['protocol']===_0x926f('0x10')?https:http;var _0x4d5a11={'host':_0x40fa25['host'],'path':_0x40fa25[_0x926f('0x0')],'headers':{'user-agent':_0x926f('0x11')}};_0x3d8b32[_0x926f('0x12')](_0x4d5a11,function(_0x56781d){if(_0x56781d[_0x926f('0x13')]!==0xc8){logger['error']('request\x20to\x20'+_0xe5be3b+_0x926f('0x14')+_0x56781d[_0x926f('0x13')]+'\x20('+_0x56781d['statusMessage']+')');_0x8d7e3(new Error('request\x20to\x20'+_0xe5be3b+_0x926f('0x14')+_0x56781d[_0x926f('0x13')]+'\x20('+_0x56781d[_0x926f('0x15')]+')'));return;}var _0x1e2cca=fs[_0x926f('0x16')](_0x47bc6b);_0x1e2cca['on'](_0x926f('0x17'),function(){logger[_0x926f('0x18')](_0x926f('0x19'));_0x1e2cca[_0x926f('0x1a')](_0x20de4d);});_0x1e2cca['on']('error',function(_0x2c05b4){fs['unlink'](_0x47bc6b);logger[_0x926f('0x1b')]('download\x20error',_0x2c05b4);_0x8d7e3(_0x2c05b4);});_0x56781d[_0x926f('0x1c')](_0x1e2cca);})['on'](_0x926f('0x1b'),function(_0x2eb0b1){logger[_0x926f('0x1b')](_0x2eb0b1);_0x8d7e3(_0x2eb0b1);})[_0x926f('0x1d')]();});}function uploadFile(_0x69a0eb){return new BPromise(function(_0x332415,_0x1d5b69){var _0x16087b=urlParse(_0x69a0eb);var _0x410241=_0x16087b[_0x926f('0x1e')]==='https:'?https:http;var _0x253fc8={'host':_0x16087b[_0x926f('0x1f')],'path':_0x16087b[_0x926f('0x0')],'headers':{'user-agent':'WHAT_EVER'}};_0x410241[_0x926f('0x12')](_0x253fc8,function(_0x41debc){if(_0x41debc[_0x926f('0x13')]!==0xc8){_0x1d5b69(new Error('request\x20to\x20'+_0x69a0eb+'\x20failed,\x20status\x20code\x20=\x20'+_0x41debc[_0x926f('0x13')]+'\x20('+_0x41debc[_0x926f('0x15')]+')'));return;}var _0x3b906a='';_0x41debc['on']('data',function(_0x44d273){_0x3b906a+=_0x44d273;});_0x41debc['on'](_0x926f('0x1d'),function(){_0x332415(_0x3b906a);});})['on']('error',function(_0x47bb70){_0x1d5b69(_0x47bb70);})[_0x926f('0x1d')]();});}function convertFile(_0x46d556,_0x493654){return new BPromise(function(_0x513c5e,_0x2fe43e){var _0x383218=sox[_0x926f('0x20')](_0x46d556,_0x493654,{'sampleRate':0x1f40,'format':_0x926f('0x21'),'channelCount':0x1,'bitRate':0xc0*0x400,'compressionQuality':0x5});_0x383218['on']('error',function(_0x11011b){logger['error']('error\x20convert',_0x11011b);_0x2fe43e(_0x11011b);});_0x383218['on'](_0x926f('0x1d'),function(){logger['info']('finish\x20to\x20convert');_0x513c5e();});_0x383218['start']();});}function base64Decode(_0x453423,_0x45ca96){var _0x18a814=path[_0x926f('0x22')](__dirname,_0x926f('0x23'),rs[_0x926f('0x24')](0x4)+_0x926f('0x25'));fs[_0x926f('0x26')](_0x18a814,_0x453423,_0x926f('0x27'));return convertFile(_0x18a814,_0x45ca96)['then'](function(){try{fs[_0x926f('0x28')](_0x18a814);fs[_0x926f('0x29')](_0x45ca96,_0x926f('0x2a'));}catch(_0x5a02f3){logger[_0x926f('0x1b')](_0x5a02f3);}return _0x45ca96['split']('.')[0x0];});}function base64Encode(_0x3d22d6){var _0x3faa77=fs['readFileSync'](_0x3d22d6);return new Buffer(_0x3faa77)[_0x926f('0x2b')](_0x926f('0x27'));}exports[_0x926f('0x2c')]=function(_0x4ba44c,_0x26b388,_0x4e3225,_0x29d7c7,_0x30c1b1,_0x34c8ee){var _0x36fe2c,_0x5698cc;var _0x85ac84=_0x926f('0x2d');var _0x3a525b=_0x926f('0x2e')+_0x4ba44c;var _0x1acbbd={};if(_0x26b388===_0x926f('0x2f')){_0x1acbbd['input']={'ssml':_0x4e3225};}else{_0x1acbbd[_0x926f('0x30')]={'text':_0x4e3225};};_0x1acbbd[_0x926f('0x31')]={'languageCode':_0x29d7c7,'ssmlGender':_0x30c1b1};_0x1acbbd[_0x926f('0x32')]={'audioEncoding':_0x926f('0x33'),'sampleRateHertz':0x1f40};var _0x3763d6={'url':_0x85ac84+'text:synthesize'+_0x3a525b,'method':_0x926f('0x34'),'json':!![],'body':_0x1acbbd};return rp(_0x3763d6)[_0x926f('0x35')](function(_0x315dcd){return new BPromise(function(_0x4992f6,_0x5546fe){_0x36fe2c=path['resolve'](__dirname,_0x926f('0x23'),rs[_0x926f('0x24')](0x4)+_0x926f('0x36'));var _0x24dc1e=Buffer[_0x926f('0x37')](_0x315dcd[_0x926f('0x38')],'base64');return fs[_0x926f('0x39')](_0x36fe2c,_0x24dc1e,function(_0x4359c2){_0x5546fe(_0x4359c2);},function(_0x10d283){fs[_0x926f('0x29')](_0x36fe2c,_0x926f('0x2a'));_0x4992f6(_0x10d283);});});})[_0x926f('0x35')](function(_0x5c80b7){_0x5698cc=path[_0x926f('0x22')](__dirname,_0x926f('0x23'),rs[_0x926f('0x24')](0x4)+'.wav');return convertFile(_0x36fe2c,_0x5698cc);})[_0x926f('0x35')](function(){try{fs['unlink'](_0x36fe2c);fs[_0x926f('0x29')](_0x5698cc,'777');}catch(_0x1cc4b6){logger[_0x926f('0x1b')](_0x1cc4b6);}logger[_0x926f('0x18')](_0x926f('0x3a'),_0x5698cc['split']('.')[0x0]);return _0x5698cc['split']('.')[0x0];});};exports[_0x926f('0x3b')]=function(_0x3088b7,_0xa9344f){var _0x1dc26e,_0x2f651e;return tts(_0x3088b7,_0xa9344f||'en',0x1)[_0x926f('0x35')](function(_0x3b4e3c){logger['info'](_0x3b4e3c);_0x1dc26e=path[_0x926f('0x22')](__dirname,_0x926f('0x23'),rs[_0x926f('0x24')](0x4)+_0x926f('0x36'));return downloadFile(_0x3b4e3c,_0x1dc26e);})[_0x926f('0x35')](function(){_0x2f651e=path['resolve'](__dirname,_0x926f('0x23'),rs[_0x926f('0x24')](0x4)+'.wav');return convertFile(_0x1dc26e,_0x2f651e);})['then'](function(){try{fs[_0x926f('0x28')](_0x1dc26e);fs['chmodSync'](_0x2f651e,_0x926f('0x2a'));}catch(_0x1f07e5){logger['error'](_0x1f07e5);}logger[_0x926f('0x18')](_0x926f('0x3c'),_0x2f651e[_0x926f('0x3d')]('.')[0x0]);return _0x2f651e[_0x926f('0x3d')]('.')[0x0];});};exports[_0x926f('0x3e')]=function(_0x25705a,_0x576785,_0x51090b){return google[_0x926f('0x3f')](_0x25705a,_0x576785,_0x51090b)[_0x926f('0x35')](function(_0x2da23b){logger[_0x926f('0x18')](_0x2da23b[_0x926f('0x40')]);return rp(_0x2da23b);})[_0x926f('0x35')](function(_0x214c33){var _0x3e5f2d='';var _0x2770c4=0x0;try{fs['unlink'](_0x25705a);}catch(_0x5c65dd){logger[_0x926f('0x1b')](_0x5c65dd);}if(_0x214c33&&_0x214c33[_0x926f('0x41')]){_0x3e5f2d=_0x214c33[_0x926f('0x41')][_0x926f('0x42')](function(_0x3206ce){return _0x3206ce&&_0x3206ce[_0x926f('0x43')][0x0]&&_0x3206ce[_0x926f('0x43')][0x0][_0x926f('0x44')]?_0x3206ce['alternatives'][0x0][_0x926f('0x44')]:'';})[_0x926f('0x45')]('\x0a');_0x2770c4=_0x214c33[_0x926f('0x41')]['map'](function(_0x3eb7d6){return _0x3eb7d6&&_0x3eb7d6[_0x926f('0x43')][0x0]&&_0x3eb7d6['alternatives'][0x0][_0x926f('0x46')]?_0x3eb7d6[_0x926f('0x43')][0x0][_0x926f('0x46')]:0x0;})['join']('\x0a');}logger[_0x926f('0x18')]('googleASR\x20transcription',_0x3e5f2d);logger[_0x926f('0x18')](_0x926f('0x47'),_0x2770c4);return{'transcript':_0x3e5f2d,'confidence':_0x2770c4};})[_0x926f('0x48')](function(_0x504cb3){logger['error']('[%s]\x20%s:%s',_0x504cb3[_0x926f('0x13')],_0x504cb3[_0x926f('0x49')],_0x504cb3[_0x926f('0x4a')]);});};exports['googleDialogflow']=function(_0x2411cf,_0x3e6e25,_0x6c9830,_0x386af2){var _0x1c217a=apiai(_0x3e6e25,{'language':_0x386af2||'en'});return _0x1c217a[_0x926f('0x4b')](_0x6c9830,{'sessionId':md5(_0x2411cf)})['then'](function(_0x58b692){logger[_0x926f('0x18')](JSON[_0x926f('0x4c')](_0x58b692));return{'source':_0x58b692[_0x926f('0x4d')]['source'],'resolvedQuery':_0x58b692[_0x926f('0x4d')][_0x926f('0x4e')],'action':_0x58b692[_0x926f('0x4d')]['action'],'actionIncomplete':_0x58b692[_0x926f('0x4d')][_0x926f('0x4f')],'speech':_0x58b692['result'][_0x926f('0x50')][_0x926f('0x51')],'score':_0x58b692[_0x926f('0x4d')][_0x926f('0x52')],'statusCode':_0x58b692[_0x926f('0x53')]['code'],'endConversation':_0x58b692[_0x926f('0x4d')][_0x926f('0x54')][_0x926f('0x55')]||![],'isFallbackIntent':_0x58b692['result']['metadata'][_0x926f('0x56')]};});};exports[_0x926f('0x57')]=function(_0x528636,_0x32be74,_0x1009bd,_0x45c647){return tilde[_0x926f('0x3f')](_0x528636,_0x32be74,_0x1009bd,_0x45c647)['then'](function(_0x4a119c){try{fs[_0x926f('0x28')](_0x528636);}catch(_0xa3c62d){logger['error'](_0xa3c62d);}logger['info']('Tilde\x20ASR\x20transcription',_0x4a119c[_0x926f('0x44')]);logger['info'](_0x926f('0x58'),_0x4a119c[_0x926f('0x46')]);return _0x4a119c;});};exports[_0x926f('0x59')]=function(_0x53e953,_0x4478e3,_0x5b308a,_0x555104,_0x80d7ec,_0xe84514){var _0xbd7f4=path[_0x926f('0x22')](__dirname,_0x926f('0x23'),rs[_0x926f('0x24')](0x4)+_0x926f('0x36'));var _0x525f14;return aws[_0x926f('0x5a')](_0x53e953,_0x4478e3,_0x5b308a,_0x555104,_0x80d7ec,_0xe84514,_0xbd7f4)[_0x926f('0x35')](function(){_0x525f14=path[_0x926f('0x22')](__dirname,'tmp',rs['generate'](0x4)+_0x926f('0x25'));return convertFile(_0xbd7f4,_0x525f14);})[_0x926f('0x35')](function(){try{fs[_0x926f('0x28')](_0xbd7f4);fs[_0x926f('0x29')](_0x525f14,_0x926f('0x2a'));}catch(_0x4bef77){logger[_0x926f('0x1b')](_0x4bef77);}return _0x525f14[_0x926f('0x3d')]('.')[0x0];});};exports[_0x926f('0x5b')]=function(_0x1976bb,_0x51666e,_0x478700,_0x217198,_0x3a1f94,_0x337ec3){return aws[_0x926f('0x5c')](_0x1976bb,_0x51666e,_0x478700,_0x217198,_0x3a1f94,_0x337ec3)[_0x926f('0x35')](function(_0x5a431f){logger[_0x926f('0x18')](JSON[_0x926f('0x4c')](_0x5a431f));return _0x5a431f;});};exports[_0x926f('0x5d')]=function(_0x3b9720,_0x566ffc,_0x4c71ea,_0x388958){var _0x4f90c5=util[_0x926f('0x5e')](_0x926f('0x5f'),ISPEECH_API,_0x3b9720,encodeURIComponent(_0x566ffc),_0x4c71ea,_0x388958);var _0x52e9ce=path['resolve'](__dirname,'tmp',rs[_0x926f('0x24')](0x4)+'.mp3');var _0x770944;return downloadFile(_0x4f90c5,_0x52e9ce)[_0x926f('0x35')](function(){_0x770944=path[_0x926f('0x22')](__dirname,_0x926f('0x23'),rs[_0x926f('0x24')](0x4)+'.wav');return convertFile(_0x52e9ce,_0x770944);})[_0x926f('0x35')](function(){try{fs['unlink'](_0x52e9ce);fs[_0x926f('0x29')](_0x770944,_0x926f('0x2a'));}catch(_0x49ddce){logger[_0x926f('0x1b')](_0x49ddce);}return _0x770944[_0x926f('0x3d')]('.')[0x0];});};exports[_0x926f('0x60')]=function(_0x5d6431,_0x2e2b9e,_0x4e790f,_0x7844a0){var _0x2e59d6=util[_0x926f('0x5e')](_0x926f('0x61'),ISPEECH_API,_0x2e2b9e,_0x4e790f,base64Encode(_0x5d6431),_0x7844a0?util[_0x926f('0x5e')](_0x926f('0x62'),encodeURIComponent(_0x7844a0)):'freeform=3');return uploadFile(_0x2e59d6)['then'](function(_0x40df5a){return querystring[_0x926f('0x3')](_0x40df5a);});};exports[_0x926f('0x63')]=function(_0x167285,_0x958e72){return sestek[_0x926f('0x64')](_0x167285,_0x958e72)['then'](function(_0x34c915){logger[_0x926f('0x18')](JSON['stringify'](_0x34c915));var _0x39d0fe={'speech':_0x34c915[_0x926f('0x65')],'action':_0x34c915[_0x926f('0x66')]?_0x34c915[_0x926f('0x66')][_0x926f('0x67')]:undefined,'actiondata':_0x34c915[_0x926f('0x66')]?_0x34c915[_0x926f('0x66')][_0x926f('0x68')]:undefined};if(_0x34c915[_0x926f('0x66')]&&_0x34c915[_0x926f('0x66')][_0x926f('0x69')]){return base64Decode(_0x34c915[_0x926f('0x66')][_0x926f('0x69')][_0x926f('0x6a')],path['resolve'](__dirname,'tmp',rs[_0x926f('0x24')](0x4)+_0x926f('0x25')))['then'](function(_0x33bcef){_0x39d0fe['audiofile']=_0x33bcef;return _0x39d0fe;});}return _0x39d0fe;});};exports[_0x926f('0x6b')]=function(){return __dirname;};
\ No newline at end of file