react-native-kakao-voice
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

react-native-kakao-voice

본 프로젝트는 카카오 음성 합성 api를 리액트 네이티브에서 사용하는 것을 목표로 합니다. 안드로이드에서는 실제 기기에서만 테스트 가능합니다.(참고) ios도 연결 예정입니다.

kakao voice api

Installation

npm install react-native-kakao-voice

Usage

example 프로젝트를 참고해주세요

play(message: string, voice: string, speed: number)

import KakaoVoice, {
  VOICE_MAN_DIALOG_BRIGHT,
  VOICE_WOMAN_READ_CALM,
  VOICE_MAN_READ_CALM,
  VOICE_WOMAN_DIALOG_BRIGHT,
} from 'react-native-kakao-voice';

// ...

KakaoVoice.play("안녕", VOICE_MAN_DIALOG_BRIGHT, 1.0);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Package Sidebar

Install

npm i react-native-kakao-voice

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

31.9 kB

Total Files

23

Last publish

Collaborators

  • nab5m