1.0.1 • Published 4 years ago

geo-speech v1.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

geospeech NPM version Build Status

Georgian text to speech module

Installation

$ npm install --save geospeech

Usage

const geospeech = require('geo-speech');
const audio = geospeech.speak('საქართველო');
// it will return binary data

// also  can save as file in default root directory or custom path ,Notice : path will need to be true ,because it can't create 
const audio = geospeech.speak('საქართველო',{save:true}); // 
// output:Boolean (false,true), console.log : The file:4bf83aa0-9723-4dbb-8540-43de1d2e16f9.wav has been saved!

//----------------------------------------------------------------
const audio = geospeech.speak('საქართველო',{save:true,path:'./files/audio'});
// output:Boolean (false,true), console.log : The file:./files/audio/4bf83aa0-9723-4dbb-8540-43de1d2e16f9.wav has been saved!

License

ISC © Mikheil Nadiradze