https://github.com/yamachu/voicevox-swift-sample
voicevox coreのpreview版をiOSアプリから使うためのサンプル
https://github.com/yamachu/voicevox-swift-sample
Last synced: about 1 year ago
JSON representation
voicevox coreのpreview版をiOSアプリから使うためのサンプル
- Host: GitHub
- URL: https://github.com/yamachu/voicevox-swift-sample
- Owner: yamachu
- Created: 2025-01-14T17:49:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T16:56:46.000Z (over 1 year ago)
- Last Synced: 2025-03-26T17:44:24.453Z (over 1 year ago)
- Language: Swift
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voicevox Swift Sample
[voicevox_core 0.16.0-preview.1](https://github.com/VOICEVOX/voicevox_core/releases/tag/0.16.0-preview.1) を Swift から利用するサンプルプロジェクト。
iOS と macOS の両方で動作する。
## 使用ライブラリ
- [VOICEVOX/onnxruntime_builder voicevox_onnxruntime-1.17.3](https://github.com/VOICEVOX/onnxruntime-builder/releases/tag/voicevox_onnxruntime-1.17.3)
- Voicevox向けにカスタマイズされた ONNX Runtime。その中でも本番 VVM (提供されている Voicevox で使用出来る音声モデル)が利用できるようにビルドされたもの。
- [VOICEVOX/voicevox_core 0.16.0-preview.1](https://github.com/VOICEVOX/voicevox_core/releases/tag/0.16.0-preview.1)
- 音声合成エンジン本体。
- [VoicevoxCoreSwift](https://github.com/yamachu/VoicevoxCoreSwift)
- voicevox_core を Swift から利用するためのラッパーライブラリ。
## ビルド
### 事前準備
依存ライブラリのダウンロードやパッチを Makefile で一括で行う。
```sh
$ make setup
```
### ビルド
Xcode で行う場合は、`voicevox-swift-sample.xcodeproj` を開いてビルドする。
```sh
$ open voicevox-swift-sample.xcodeproj
```