AiVoice - Real-time AI Voice Changer for Unity
- Digital3,000 JPY




日本語 AiVoice リアルタイムボイスチェンジャー for Unity Unityゲーム・アプリにリアルタイムAI音声変換を組み込めるSDKです。 AiVoiceは、Unityプロジェクトにリアルタイムのボイスチェンジャー機能を追加できる開発者向けSDKです。ローカルのPython WebSocketサーバーがバックグラウンドで動作し、RVCモデルを通じてリアルタイムで音声を変換します。遅延はGPU性能により異なります。クラウド不要・APIキー不要・完全オンデバイスで動作します。 本製品は個人開発のインディーSDKです。現在のバージョンで実用的に利用可能であり、今後も継続的な改善とアップデートを予定しています。フィードバックやバグ報告は歓迎します。 ENGLISH AiVoice Real-time Voice Changer for Unity Integrate real-time AI voice conversion into your Unity game or app. AiVoice is a developer SDK that lets you add real-time RVC-based voice conversion to your Unity projects. A local Python WebSocket server runs in the background, converting voice input through an RVC model in real time, with latency depending on GPU performance — no cloud, no API key, fully on-device. This is an indie SDK developed and maintained by a solo developer. The current version is fully usable in practice, and ongoing improvements and updates are planned. Feedback and bug reports are welcome.
Details
🎮 Unity開発者向け .unitypackageをインポートするだけで、AiVoiceをUnityプロジェクトに統合できます。 テスト用のサンプルシーンが含まれています。 C#ソースコード付き(ServerLauncher.cs、RvcControlPanel.cs など)。 Unity Editorまたはビルド済みアプリからサーバーを自動起動できます。 🎙️ リアルタイムAI音声変換 RVC(Retrieval-based Voice Conversion)ベース。 .onnx および RVC v1 .pth モデルに対応。 RVC v2 .pth モデルは現時点で非対応です。互換性のため、ONNXモデルを推奨します。 リアルタイム変換の性能はGPU性能に依存します。 利用可能なGPU機能に応じて FP16 / FP32 を自動で切り替えます。 初回セットアップ後はオフラインで動作します。 🔧 簡単セットアップ 初回セットアップ時に必要なランタイムが自動構成されます。 別途Python環境を用意する必要はありません。 クラウド不要・完全ローカルで動作します。 📦 同梱内容 - AiVoice.exe — テスト用スタンドアロン実行ファイル - AiVoice.unitypackage — Unity SDK - ServerPack — Pythonサーバーランタイム - サンプルシーン - クイックスタートチュートリアル(KR / EN / JA) 🗺️ 今後のアップデート予定 - RVC v2 モデル対応 - パフォーマンス改善・低遅延化 - パッケージサイズ削減 - より幅広いGPU対応 今後のアップデートは、既存購入者向けにも提供予定です。 ⚠️ 注意事項 音声変換の品質は、使用するGPU・モデル・オーディオ環境によって異なります。 本SDKは変換エンジンを提供するものであり、最終的な出力品質は使用するRVCモデルに依存します。 Windows + NVIDIA GPU(CUDA)が必須です。 ご購入前に、GitHub上の無料Lite版で動作確認されることをお勧めします。 GitHub Lite版: https://github.com/yun3990/AiVoice-RT-VoiceChanger-Unity-Lite 📄 ライセンス 購入者は個人利用・商用利用が可能です。 再配布・リパッケージは禁止です。 本SDKを組み込んだアプリケーションの配布は許可されます。 本ソフトウェアは現状のまま提供され、いかなる保証もありません。 本利用規約および案内内容は予告なく変更される場合があります。 同梱ドキュメントと商品ページの記載に差異がある場合は、商品ページの内容を優先します。 🎮 Built for Unity Developers Import the .unitypackage and start integrating AiVoice into your Unity project. Includes a sample scene for quick testing. Full C# source code is included (ServerLauncher.cs, RvcControlPanel.cs, etc.). The server can be launched automatically from the Unity Editor or from your built application. 🎙️ Real-Time AI Voice Conversion Powered by RVC (Retrieval-based Voice Conversion). Supports .onnx and RVC v1 .pth models. RVC v2 .pth models are not currently supported. ONNX models are recommended for compatibility. Real-time conversion performance depends on GPU capability. Automatic precision switching (FP16 / FP32) is used based on available GPU support. Works offline after the initial setup. 🔧 Easy Setup The required runtime is configured automatically during the initial setup. No separate system Python setup is required. Fully local and self-contained — no cloud dependency. 📦 What's Included - AiVoice.exe — Standalone executable for quick testing - AiVoice.unitypackage — Full Unity SDK - ServerPack — Python server runtime - Sample scene - Quick Start Tutorial (KR / EN / JA) 🗺️ Planned Updates - Support for RVC v2 models - Performance improvements and lower latency - Reduced package size - Broader GPU compatibility Future updates are planned for existing purchasers as well. ⚠️ Notes Voice conversion quality may vary depending on your GPU, model, and audio environment. This SDK provides the conversion engine; final output quality depends on the RVC model you use. Windows + NVIDIA GPU (CUDA) is required. Please try the free Lite version on GitHub before purchasing to check compatibility with your setup. GitHub Lite version: https://github.com/yun3990/AiVoice-RT-VoiceChanger-Unity-Lite 📄 License Personal and commercial use are permitted for purchased copies. Redistribution and repackaging are prohibited. You may distribute your own application built with this SDK. This software is provided "as is" without warranty of any kind. These terms and product information may change without notice. In the event of any discrepancy between the bundled documentation and this product page, the information on this product page shall take precedence.
Requirements
日本語: - OS: Windows 10/11 64ビット - GPU: NVIDIA GPU 必須(driver 551.61+ 推奨) - RAM: 8GB以上 - ストレージ: セットアップ後 約6GB - Unity: 2021.3 LTS 以降(Unity 6 / 6000.3.10f1 で動作確認) - インターネット: 初回セットアップ時のみ必要 非対応: - AMD GPU - CPUのみの環境 - Mac - Linux ENGLISH: - OS: Windows 10/11 64-bit - GPU: NVIDIA GPU required (driver 551.61+ recommended) - RAM: 8GB+ - Storage: ~6GB after setup - Unity: 2021.3 LTS or later (tested on Unity 6 / 6000.3.10f1) - Internet: Required for first-time setup only Not supported: - AMD GPU - CPU-only environments - Mac - Linux
Lite version / Support links
Lite version - https://github.com/yun3990/AiVoice-RT-VoiceChanger-Unity-Lite Support links - https://discord.gg/dNuxwnyszS
Version History
[2026-03-08: v1.0.0] Initial release



