Socket
Book a DemoInstallSign in
Socket

@nicat.dcw/whisper

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nicat.dcw/whisper

Open AI's Speech-to-Text API Supported Node Package.

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

OpenAI

FAQs

Package last updated on 06 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts