🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more
Socket
Book a DemoInstallSign in
Socket

react-native-kakao-voice

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-kakao-voice

kakao voice api

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

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

Keywords

react-native

FAQs

Package last updated on 14 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts