yandex-speech-promise
TypeScript icon, indicating that this package has built-in type declarations

1.3.3 • Public • Published

Yandex Speech Promise

This is a promise based implementation of Yandex Speech Kit API

Usage

Example:

const { text2speech, speech2text } = require('yandex-speech-promise')
const auth = "Api-Key ..."

text2speech("Привет мир!", { auth })
  .then((audio) => speech2text(audio, { auth }))
  .then((text) => console.log(text)) // привет мир

Package Sidebar

Install

npm i yandex-speech-promise

Weekly Downloads

33

Version

1.3.3

License

MIT

Unpacked Size

9.19 kB

Total Files

8

Last publish

Collaborators

  • alexxandergrib
  • gumusaliny