**中文:**
- **初始版本**: `asr2clip` 的第一个版本现已发布!这是一个实时语音转文字剪贴板工具。
- **功能**:
- 使用 OpenAI 的 Whisper API 或兼容的 ASR 服务进行实时语音识别。
- 自动将转录的文字复制到系统剪贴板。
- 通过 `asr2clip.conf` 配置文件自定义 API 密钥和模型设置。
- 支持 Linux、macOS 和 Windows 系统。
- **安装**:
- 使用 `pip` 或 `pipx` 安装:`pip install asr2clip`。
- 克隆仓库并安装依赖:`pip install -r requirements.txt`。
- **使用方法**:
- 运行 `asr2clip` 启动工具。
- 对着麦克风说话,转录的文字将自动复制到剪贴板。
- **许可证**: GNU Affero 通用公共许可证 v3.0。
**English:**
- **Initial Release**: The first version of `asr2clip`, a real-time speech-to-text clipboard tool, is now available!
- **Features**:
- Real-time speech recognition using OpenAI's Whisper API or compatible ASR services.
- Automatic copying of transcribed text to the system clipboard.
- Configurable API key and model settings via `asr2clip.conf`.
- Support for Linux, macOS, and Windows.
- **Installation**:
- Install via `pip` or `pipx`: `pip install asr2clip`.
- Clone the repository and install dependencies: `pip install -r requirements.txt`.
- **Usage**:
- Run `asr2clip` to start the tool.
- Speak into your microphone, and the transcribed text will be copied to your clipboard.
- **License**: GNU Affero General Public License v3.0.
**Full Changelog**: https://github.com/Oaklight/asr2clip/commits/0.1.0