1.1.5 • Published 2 years ago

tinkoff-voicekit v1.1.5

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

Tinkoff VoiceKit

Library for converting speech to text and vice versa.

Quick Start

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js.

If this is a brand new project, make sure to create a package.json first with the npm init command.

Installation is done using the npm install command:

$ npm install tinkoff-voicekit

Usage

import { TinkoffLongRunning, TinkoffSpeechToText } from 'tinkoff-voicekit'

const stt = new TinkoffSpeechToText(TINKOFF_VOICEKIT_API_KEY, TINKOFF_VOICEKIT_PRIVATE_KEY)
const longRunning = new TinkoffLongRunning(TINKOFF_VOICEKIT_API_KEY, TINKOFF_VOICEKIT_PRIVATE_KEY)

Resources

License

This software is licensed under the BSD 3-Clause License. View the license.

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago