1.0.2 • Published 8 months ago

tts-krevetka v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months 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

8 months ago

1.0.1

9 months ago

1.0.0

9 months ago