/aivox

Primary LanguageTypeScript

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