| Crates.io | voxudio |
| lib.rs | voxudio |
| version | 0.4.0 |
| created_at | 2025-06-25 00:15:59.066331+00 |
| updated_at | 2025-08-19 00:41:14.241043+00 |
| description | A real-time audio processing library with ONNX runtime support |
| homepage | |
| repository | https://github.com/mzdk100/voxudio |
| max_upload_size | |
| id | 1725145 |
| size | 4,415,999 |
Voxudio 是一个用 Rust 编写的高性能音频处理库,专注于语音处理和音色转换功能。它提供了一套完整的工具,用于音频采集、播放、语音活动检测、说话人特征提取、音色转换、OPUS编解码、在线特征提取和语音识别。
with_* 方法灵活配置参数(如梅尔滤波器组数、窗函数类型等)由于模型文件较大,未包含在版本控制中。请从以下地址下载模型文件: https://github.com/mzdk100/voxudio/releases/tag/model
下载后将模型文件放置在项目根目录的 checkpoint 文件夹中。
将以下依赖添加到你的 Cargo.toml 文件中:
cargo add voxudio
run.bat
``
在 Linux/macOS 上运行:
```bash
./run.sh
本项目采用 Apache-2.0 许可证。详见 LICENSE 文件。
欢迎提交 Issue 和 Pull Request!
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)如果你有任何问题或建议,欢迎提交 Issue 或通过以下方式联系我们: