Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

aivox

Ikana44MIT0.0.10TypeScript support: included

A lightweight CLI tool for translating voice to text using Whisper, seamlessly piping the transcribed text to any Unix-like command for versatile integration.

voice, whisper, voice-to-text, cli

readme

aivox

aivox is an open-source, cli wrapper for open ai whisper to translate your voice into text on the CLI.

translate voice to text in the console.

Requirements

# installs nvm (Node Version Manager)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
# download and install Node.js (you may need to restart the terminal)
nvm install 20
# install sox to record audio and cmake to build whisper
brew install sox cmake

Installation

npm install -g aivox