Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

💬 Promise based implementation of Yandex Speech Kit API

Notifications You must be signed in to change notification settings

AlexXanderGrib/yandex-speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

💬 Promise based implementation of Yandex Speech Kit API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published