UNPKG

aivox

Version:

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

23 lines (16 loc) 538 B
# 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.](./one_sentence_pitch.png) ## 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 ```