@nicat.dcw/whisper

1.0.2 • Public • Published

Whisper

• Installation

npm i @nicat.dcw/whisper -g

• Updates

06:03:2023 - First Release

• Setup

import { WhisperClient } from '@nicat.dcw/whisper'

const whisper = new WhisperClient({
    key:"OPENAI ACCESS TOKEN HERE",
    debug:"" // for debugging. Options: true or false
})

• Start Whisper

whisper.start({
    file:"FILE NAME AND FILE DIRECTORY GOES HERE",
    language:"en"
})

• Stop Whisper

whisper.stop()

IMPORTANT!

This package only Es Module (ESM), no CommonJS.

Contact: website

Readme

Keywords

Package Sidebar

Install

npm i @nicat.dcw/whisper

Homepage

nicat-dcw.me

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

11.8 kB

Total Files

11

Last publish

Collaborators

  • nicatdcw