Skip to content

byhow/yanyu

Repository files navigation

Yanyu.js

Yan

GitHub issues npm GitHub license

Overview

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.

Installation

Run the following command:

pnpm i yanyu

QuickStart

Call the systhesis() function to convert Chinese characters to mp3 files.

import yan from 'yanyu';

const yan = new Yan();
yan.synthesis('你好', 'pinyin-syllables');

Requirements:

  • Node.js LTS and beyond (20.x and above)

Test

# pnpm test - disabled for now

Code of Conduct

Code of Conduct.

License

Licensed under the MIT License.

About

A Text-to-Speech node package with pinyin audio library.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors 3

  •  
  •  
  •