Socket
Socket
Sign inDemoInstall

yandex-speech-promise

Package Overview
Dependencies
0
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

yandex-speech-promise

Promise based implementation of Yandex Speech Kit API


Version published
Maintainers
2
Weekly downloads
33
decreased by-40%

Weekly downloads

Readme

Source

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)) // привет мир

Keywords

FAQs

Last updated on 31 May 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc