Giter VIP home page Giter VIP logo

clova-speech's Introduction

DEPRECATED

The Clova Speech Synthesis service provided by Naver Developers Open API has shut down and is unavailable to access since July 2, 2018. Thus, this project will stop development. Please read this notice from Naver Developers.

clova-speech

The Clova Speech Synthesis API for Node.js

Installation

$ npm install --save clova-speech

Usage

You'll need to register your app with Naver first. Get your client ID and secret, and make sure to keep it secret!

const ClovaSpeech = require('clova-speech');
const clova = new ClovaSpeech("CLIENT_ID", "CLIENT_SECRET");

clova.fetch("안녕하세요!");

API

new ClovaSpeechSynthesis(client_id, client_secret)

Creates an instantce of CSS (ClovaSpeechSynthesis).

client_id

Type: string Accepts CSS client ID.

client_secret

Type: string Accepts CSS client secret.

.fetch(text, [speaker], [speed])

text

Type: string Text to synthesize. Max 5000 characters allowed. Use .\n to separate sentences and , to pause.

speaker

Type: string A voice to synthesize text. Default is mijin. Find out available speakers here.

speed

Type: integer Speed of voice playback. Integer must be between -5 to 5. -5 is 0.5 faster, and 5 is 0.5 slower. 0 is normal speed.

License

MIT

clova-speech's People

Contributors

taeukkang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.