yanyu
1.0.0
Yanyu is a high speed Chinese Text-to-Speech server-side library for Node.js. It aims to generate audio files based on Chinese characters. Recognition and support for other languages is planned in the future.
Run the following command:
pnpm i yanyuCall the systhesis() function to convert Chinese characters to mp3 files.
import yan from 'yanyu';
const yan = new Yan();
yan.synthesis('你好', 'pinyin-syllables');Requirements:
# pnpm test - disabled for nowCode of Conduct.
Licensed under the MIT License.