@zelyx/voiceapp-cli
v1.0.1
Published
Voiceapp CLI for STT and TTS workflows
Maintainers
Readme
@zelyx/voiceapp-cli
Voiceapp CLI for Speech-to-Text and Text-to-Speech workflows.
Install
Global install:
npm install -g @zelyx/voiceapp-cliLocal install:
npm install @zelyx/voiceapp-cliRun without a global install:
npx voiceapp config showWhat Gets Installed
This npm package includes prebuilt Voiceapp CLI binaries for:
- Windows amd64
- Linux amd64
- Linux arm64
- macOS amd64
- macOS arm64
The voiceapp command is exposed through the package bin entry and launches the embedded binary for the current platform.
Example
voiceapp config show
voiceapp auth device
voiceapp stt ./recording.wav
voiceapp tts --text "Hello world"Project Links
- Homepage: https://voiceapp.zelyx.dev
- Repository: https://github.com/seifhawamdeh/zelyx-voiceapp
