npm install request --save const request = require('request'); const fs = require('fs'); function processGETRequest(appkey, token, text, audioSaveFile, format, sampleRate) { var url = 'https://nls-gateway-ap-southeast-1.aliyuncs.com/stream/v1/tts'; /** * Set the request parameters...
http://nls-gateway-ap-southeast-1.aliyuncs.com/stream/v1/asr?appkey=Yu1***uncS&format=pcm&sample_rate=16000&vocabulary_id=a17***d6b&customization_id=abd***ed8&enable_punctuation_prediction=true&enable_inverse_text_normalization=true&enable_voice_detection=true URL Protocol URL Method HTTP...