qqq-tmp-test
v1.0.8
Published
tts library for React Native
Maintainers
Readme
New tts package
example usage:
import { DaVoiceTTSInstance } from 'react-native-davoice-tts';
const tts = new DaVoiceTTSInstance();
await tts.initTTS({ model: '/path/to/model.onnx', tokens: '/path/to/tokens.json', espeak: '/path/to/phonemes', voice: 'en_US', });
await tts.speak('Hello world!', 0);
