Metadata-Version: 2.4
Name: audio-format-mcp
Version: 0.1.6
Summary: MCP server for audio format conversion using ffmpeg
Author-email: Your Name <your.email@example.com>
License: MIT
Keywords: audio,conversion,ffmpeg,mcp,metadata,processing,volume
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Conversion
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Requires-Dist: ffmpeg-python>=0.2.0
Requires-Dist: mcp[cli]>=1.9.0
Description-Content-Type: text/markdown

# Audio Format MCP

进行音频格式转换的 MCP 服务，提供 `convert_audio_format` 工具。返回值为英文文本。

## 安装
```bash
pip install audio-format-mcp
```

## 运行
```bash
audio-format-mcp
```

## 工具
- `convert_audio_format(input_audio_path: str, output_audio_path: str, target_format: str) -> str`
  - 支持常见格式：mp3/aac/m4a/wma/wav/flac/ogg/opus
  - 自动选择合适编码器与容器（如 m4a->mp4, aac->adts）

## 示例
将 WAV 转 MP3：