Metadata-Version: 2.4
Name: voice-bird-cli
Version: 0.2.1
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: Topic :: Multimedia :: Sound/Audio
Summary: Voice Bird CLI - Terminal audio streaming for voice transcription
Keywords: audio,streaming,transcription,voice,cli,tui
Author: Dzmitry Rekun
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://voicebird.app
Project-URL: Repository, https://github.com/RekunDzmitry/voice-bird-releases

# Voice Bird CLI

Terminal-based audio streaming for voice transcription.

## Installation

### Using cargo-binstall (Recommended)

```bash
# Install cargo-binstall if you don't have it
cargo install cargo-binstall

# Install Voice Bird CLI
cargo binstall voice-bird-cli
```

### Manual Download

Download pre-built binaries from [GitHub Releases](https://github.com/RekunDzmitry/voice-bird-releases/releases).

## Features

- Enumerate audio devices and running applications
- Capture per-application audio (Windows/macOS)
- Stream audio to Voice Bird server for transcription
- Real-time audio level visualization
- Interactive TUI interface

## Usage

```bash
# Run the CLI
voice-bird-cli
```

### Controls

- `↑/↓` - Navigate device list
- `Space` - Select/deselect audio source
- `Enter` - Start/stop streaming
- `c` - Configure API key
- `r` - Refresh device list
- `q` - Quit
- `?` - Help

## Requirements

- Windows 10 Build 20348+ or macOS 12+
- Voice Bird API key (get one at https://voicebird.app)

## License

Proprietary - See LICENSE file for details.

