1.0.2 • Published 2 years ago

tts-krevetka v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

TTS-KREVETKA

A simple library for accessing whisper (OPEN-AI) to get text from audio

Usage/Examples

import { Transcriptor } from './index';


let transcriptor = new Transcriptor('your name in openai', 'your api key');

transcriptor.recognize(your_audio_buffer).then((transcripted) => {
    console.log(transcripted);
})
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago