UNPKG

sber-salute-speech-recognition

Version:

A library that produces audio transcriptions using the SBER Salute Speech service.

18 lines (17 loc) 648 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AudioEncoding = exports.Scope = void 0; var Scope; (function (Scope) { Scope["Personal"] = "SALUTE_SPEECH_PERS"; Scope["Corporate"] = "SALUTE_SPEECH_CORP"; })(Scope = exports.Scope || (exports.Scope = {})); var AudioEncoding; (function (AudioEncoding) { AudioEncoding["MP3"] = "MP3"; AudioEncoding["PCM_S16LE"] = "PCM_S16LE"; AudioEncoding["FLAC"] = "FLAC"; AudioEncoding["OPUS"] = "OPUS"; AudioEncoding["ALAW"] = "ALAW"; AudioEncoding["MULAW"] = "MULAW"; })(AudioEncoding = exports.AudioEncoding || (exports.AudioEncoding = {}));