Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 219 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 219 Bytes

get-voice

Get human voice from translate.google.cn

Usage

var getVoice = require('get-voice')
getVoice('Hello world', function(err, buf){
  // mp3 audio fetched
  fs.writeFileSync('./hello.mp3', buf)
})