text2wav.node.js icon indicating copy to clipboard operation
text2wav.node.js copied to clipboard

How to make sound clear ?

Open joy-mollick opened this issue 3 years ago • 0 comments

async function Final() { let out1 = await text2wav("Good Morning, friends, how are you? Will you go there or not ? Let me know ", { speed: 160 }); fs.writeFileSync("test1.wav", Buffer.from(out1.buffer)); }

I am using this module . My code is very simple to save it to project . But sounds are not clear even I am not being able to understand it .Am I doing something wrong ? Or Can you help me please ?

joy-mollick avatar Dec 01 '22 12:12 joy-mollick